Skip to content

Commit

Permalink
support laravel 11 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanus-tantiono authored Apr 2, 2024
1 parent 9054951 commit b3b2ec0
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 @@ -17,17 +17,17 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0||^10.0",
"illuminate/contracts": "^9.0||^10.0||^11.0",
"spatie/laravel-package-tools": "^1.13.0",
"staudenmeir/laravel-migration-views": "^1.6||^1.7"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/collision": "^6.0||^7.0||^8.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0||^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"orchestra/testbench": "^7.0||^8.0||^9.0",
"pestphp/pest": "^1.21||^2.0",
"pestphp/pest-plugin-laravel": "^1.1||^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
Expand Down

0 comments on commit b3b2ec0

Please sign in to comment.