Skip to content

Commit

Permalink
Merge pull request #18 from captainbook/laravel-10
Browse files Browse the repository at this point in the history
laravel-10 compatibility
  • Loading branch information
victorybiz authored Mar 29, 2023
2 parents a294965 + 523b376 commit e1e689f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^9.0|^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e1e689f

Please sign in to comment.