Skip to content

Commit

Permalink
Support for Laravel 11 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Mar 18, 2024
1 parent 3816c83 commit d170cea
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,15 +19,15 @@
"php": "^8.0",
"ext-json": "*",
"graham-campbell/manager": "^4.3 || ^5.0",
"illuminate/console": "^8.0 || ^9.0 || ^10.0",
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0",
"illuminate/console": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"illuminate/notifications": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"overtrue/easy-sms": "^2.4.2"
},
"require-dev": {
"composer/class-map-generator": "^1.0",
"mockery/mockery": "~1.3.3 || ^1.4.2",
"nunomaduro/larastan": "^1.0 || ^2.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0",
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpstan/phpstan-mockery": "^1.0",
"phpunit/phpunit": "^9.3.3 || ^10.0",
"zing/coding-standard": "^6.4 || ^7.0"
Expand Down

0 comments on commit d170cea

Please sign in to comment.