Skip to content

Commit

Permalink
Laravel 11.x Support (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrunotome authored Mar 15, 2024
1 parent 0f517d4 commit 5fe9ab8
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 @@ -24,11 +24,11 @@
]
},
"require": {
"php": "^8.1",
"illuminate/support": "^6.3|^7.0|^8.0|^9.0|^10.0"
"php": "^8.2",
"illuminate/support": "^6.3|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.0|^11.0",
"orchestra/testbench": "^8.0"
},
"autoload": {
Expand Down

0 comments on commit 5fe9ab8

Please sign in to comment.