Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timothepearce committed Feb 27, 2022
1 parent 2d5c5f8 commit d433617
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@
],
"require": {
"php": "^8.0",
"illuminate/contracts": "^8.37"
"illuminate/contracts": "^9.0"
},
"require-dev": {
"brianium/paratest": "^6.2",
"nunomaduro/collision": "^5.3",
"orchestra/testbench": "^6.15",
"phpunit/phpunit": "^9.3",
"spatie/laravel-ray": "^1.23",
"vimeo/psalm": "^4.8"
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
"psr-4": {
Expand All @@ -53,7 +55,9 @@
"config": {
"sort-packages": true,
"allow-plugins": {
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"pestphp/pest-plugin": false,
"phpstan/extension-installer": true
}
},
"extra": {
Expand Down

0 comments on commit d433617

Please sign in to comment.