Skip to content

Commit

Permalink
Support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
tojo-r27 authored Oct 23, 2024
1 parent a83590e commit c2c9a0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
],
"minimum-stability": "dev",
"require": {
"php": "^7.1|^8.0"
"php": "^8.0.2",
"illuminate/support": "^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
"phpunit/phpunit": "^10.0"
},
"repositories": [
{
Expand Down

0 comments on commit c2c9a0e

Please sign in to comment.