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 1, 2024
1 parent 56b1818 commit 6245587
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 @@ -33,15 +33,15 @@
},
"require": {
"php": "^8.1",
"illuminate/console": "^10.0",
"illuminate/support": "^10.0",
"illuminate/console": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"nimbusoft/flysystem-openstack-swift": "^1.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5.10",
"phpunit/phpunit": "^9.5.10|^10.5",
"mockery/mockery": "^1.4.4",
"friendsofphp/php-cs-fixer": "^3.14",
"orchestra/testbench": "^8.0"
"orchestra/testbench": "^8.0|^9.0"
},
"extra": {
"laravel": {
Expand Down

0 comments on commit 6245587

Please sign in to comment.