Skip to content

Commit

Permalink
⬆️ support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Apr 25, 2024
1 parent 52c544d commit 81aebf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
}
],
"require": {
"illuminate/support": "9.*|10.*",
"illuminate/support": "9.*|10.*|11.*",
"jasongrimes/paginator": "^1.0",
"php": "^8.1",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5|^10.0",
"phpunit/phpunit": "^9.5|^10.4",
"mockery/mockery": "^1.4.4"
},
"autoload": {
Expand Down

0 comments on commit 81aebf5

Please sign in to comment.