Skip to content

Commit

Permalink
Drop support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Nov 21, 2024
1 parent 812d15d commit ea1b9fd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,25 +19,25 @@
"php": "^8.2",
"composer-runtime-api": "^2.0",
"composer/class-map-generator": "^1.4",
"illuminate/console": "^10.17.1 || ^11.0",
"illuminate/contracts": "^10.17.1 || ^11.0",
"illuminate/filesystem": "^10.17.1 || ^11.0",
"illuminate/support": "^10.17.1 || ^11.0",
"illuminate/console": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/filesystem": "^11.0",
"illuminate/support": "^11.0",
"laravel/prompts": "^0.3.1",
"phpstan/phpdoc-parser": "^2.0",
"spatie/fork": "^1.1",
"spatie/laravel-package-tools": "^1.11"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.7",
"nunomaduro/collision": "^7.7 || ^8.0",
"nunomaduro/collision": "^8.0",
"larastan/larastan": "^3.0",
"orchestra/testbench": "^8.0 || ^9.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.12",
"pestphp/pest-plugin-laravel": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^2.0",
"spatie/laravel-data": "^3.0 || ^4.0",
"spatie/laravel-data": "^4.0",
"spatie/pest-plugin-snapshots": "^2.0.1",
"test-laravel/test-laravel": "*"
},
Expand Down

0 comments on commit ea1b9fd

Please sign in to comment.