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 Feb 27, 2024
1 parent ccfa641 commit cb00c55
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 @@ -17,15 +17,15 @@
"require": {
"php": "^8.0",
"guzzlehttp/guzzle": "^6.0|^7.2",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"spatie/ignition": "^1.3",
"spatie/laravel-package-tools": "^1.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.5",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"pestphp/pest": "^1.21",
"phpunit/phpunit": "^9.3",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"pestphp/pest": "^1.21|^2.34",
"phpunit/phpunit": "^9.3|^10.5",
"symfony/process": "^5.3|^6.0"
},
"autoload": {
Expand Down

0 comments on commit cb00c55

Please sign in to comment.