Skip to content

Commit

Permalink
feat: add laravel 11 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreGerault committed Apr 20, 2024
1 parent 70e684b commit 5de63ff
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@
],
"require": {
"php": "^8.3",
"illuminate/contracts": "^10.0",
"phpdocumentor/reflection-docblock": "^5.3",
"spatie/laravel-package-tools": "^1.14.0",
"symfony/cache": "^7.0",
"illuminate/contracts": "^10 || ^11.0",
"phpdocumentor/reflection-docblock": "^5.4",
"spatie/laravel-package-tools": "^1.16",
"symfony/cache": "^7.0.6",
"symfony/property-access": "^7.0",
"symfony/property-info": "^7.0",
"symfony/serializer": "^7.0",
"symfony/validator": "^7.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"larastan/larastan": "^2.0.1",
"orchestra/testbench": "^8.8",
"pestphp/pest": "^2.20",
"pestphp/pest-plugin-arch": "^2.5",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"spatie/laravel-ray": "^1.26"
"laravel/pint": "^1.15",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"spatie/laravel-ray": "^1.36"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5de63ff

Please sign in to comment.