Skip to content

Commit

Permalink
support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
beganovich committed Jun 4, 2024
1 parent 2821b6d commit 29bc1ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^7.4|^8.1",
"doctrine/dbal": "^3.1",
"illuminate/support": "^8.0|^9.0|^10.0"
"php": "^8.2",
"doctrine/dbal": "^4.0",
"illuminate/support": "^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^9.1",
"phpunit/phpunit": "^11.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 29bc1ee

Please sign in to comment.