Skip to content

Commit

Permalink
Add Laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Mar 9, 2024
1 parent 3f52e23 commit 8d41d3c
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 @@ -54,12 +54,12 @@
},
"require": {
"php": "^8.0",
"illuminate/database": "^9.0|^10.0"
"illuminate/database": "^9.0|^10.0|^11.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.6"
"orchestra/testbench": "^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.6|^10.5"
},
"autoload": {
"psr-4": {
Expand All @@ -79,5 +79,5 @@
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable" : true
"prefer-stable": true
}

0 comments on commit 8d41d3c

Please sign in to comment.