Skip to content

Commit

Permalink
Upgrade dev dependencies + remove laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sten committed Jul 10, 2024
1 parent d1ca2c0 commit 4560918
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@
],
"require": {
"php": "^8.1|^8.2",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^10.0|^11.0",
"maatwebsite/excel": "^3.1",
"spatie/laravel-package-tools": "^1.9.2",
"spatie/laravel-translatable": "^5.0|^6.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
"nunomaduro/collision": "^8.0",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-laravel": "^2.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-deprecation-rules": "^1.2",
"phpstan/phpstan-phpunit": "^1.4",
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 4560918

Please sign in to comment.