Skip to content

Commit

Permalink
Drop support for Laravel 10 and PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Dec 30, 2024
1 parent a9fa128 commit bdcc13c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@
}
],
"require": {
"php": "^8.2",
"illuminate/console": "^10.38||^11.0",
"illuminate/database": "^10.38||^11.0",
"illuminate/support": "^10.38||^11.0",
"illuminate/view": "^10.38||^11.0",
"php": "^8.3",
"illuminate/console": "^11.0",
"illuminate/database": "^11.0",
"illuminate/support": "^11.0",
"illuminate/view": "^11.0",
"spatie/laravel-package-tools": "^1.9.2",
"composer/class-map-generator": "^1.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.6",
"nunomaduro/collision": "^7.10||^8.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^8.0||^9.0",
"pestphp/pest": "^2.24",
"pestphp/pest-plugin-laravel": "^2.2",
"nunomaduro/collision": "^8.0",
"nunomaduro/larastan": "^3.0",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^3.0",
"pestphp/pest-plugin-laravel": "^3.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
"phpstan/phpstan-deprecation-rules": "^2.0",
"phpstan/phpstan-phpunit": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 0 additions & 1 deletion phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ parameters:
- config
checkOctaneCompatibility: true
checkModelProperties: true
checkMissingIterableValueType: true

0 comments on commit bdcc13c

Please sign in to comment.