Skip to content

Commit

Permalink
Merge pull request #12 from yediyuz/laravel11
Browse files Browse the repository at this point in the history
Laravel 11 Compatibility
  • Loading branch information
emredipi authored Mar 14, 2024
2 parents 105630b + 0bfe717 commit c418743
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 @@ -26,15 +26,15 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.10",
"illuminate/routing": "^10.10",
"illuminate/contracts": "^10.10|^11.0",
"illuminate/routing": "^10.10|^11.0",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"larastan/larastan": "^2.0",
"laravel/framework": "^10.10",
"nunomaduro/collision": "^7.0",
"orchestra/testbench": "^8.18",
"laravel/framework": "^10.10|^11.0",
"nunomaduro/collision": "^7.0|^8.0",
"orchestra/testbench": "^8.18|^9.0",
"pestphp/pest": "^2.28",
"pestphp/pest-plugin-laravel": "^2.2",
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit c418743

Please sign in to comment.