Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift committed Mar 2, 2024
1 parent 9dcf8f9 commit 634daa6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,18 +38,18 @@
"php": "^8.0",
"ext-dom": "*",
"ext-libxml": "*",
"illuminate/testing": "^9.0|^10.0",
"illuminate/testing": "^9.0|^10.0|^11.0",
"symfony/css-selector": "^6.0|^7.0"
},
"require-dev": {
"laravel/pint": "^1.2",
"nunomaduro/larastan": "^2.2",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"pestphp/pest": "^1.0|^2.34",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"vimeo/psalm": "^4.29"
"vimeo/psalm": "^4.29|^5.22"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 634daa6

Please sign in to comment.