Skip to content

Commit

Permalink
Bump dependencies for Laravel 11 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Oct 25, 2024
1 parent 728e49b commit 9cbb8f3
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 @@ -19,12 +19,12 @@
],
"require": {
"php": "^7.2.5|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"simshaun/recurr": "^4.0|^5.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0",
"phpunit/phpunit": "^8.4|^9.3|^9.5"
"orchestra/testbench": "^6.0|^7.0|^9.0",
"phpunit/phpunit": "^8.4|^9.3|^9.5|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 9cbb8f3

Please sign in to comment.