Skip to content

Commit

Permalink
Merge pull request #9 from alessiobrendt/master
Browse files Browse the repository at this point in the history
laravel 10 support
  • Loading branch information
rexlManu authored Jul 1, 2023
2 parents 4449933 + ad8cffc commit a88af50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0"
"php": "^7.4|^8.0|^8.1",
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.4",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.4"
},
"autoload": {
Expand Down Expand Up @@ -50,4 +50,4 @@
}
}
}
}
}

0 comments on commit a88af50

Please # to comment.