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 53ede68 commit d245bdc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"illuminate/contracts": "^7.2|^8.0|^9.0|^10.0",
"illuminate/support": "^7.2|^8.0|^9.0|^10.0",
"illuminate/config": "^7.2|^8.0|^9.0|^10.0",
"illuminate/contracts": "^7.2|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.2|^8.0|^9.0|^10.0|^11.0",
"illuminate/config": "^7.2|^8.0|^9.0|^10.0|^11.0",
"moneyphp/money": "^4.0",
"illuminate/database": "^7.30|^8.40|^9.0|^10.0"
"illuminate/database": "^7.30|^8.40|^9.0|^10.0|^11.0"
},
"require-dev": {
"ext-bcmath": "*",
"ext-gmp": "*",
"ext-intl": "*",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.20|^8.0",
"phpunit/phpunit": "^9.0|^10.5",
"orchestra/testbench": "^6.20|^8.0|^9.0",
"vimeo/psalm": "^4.9|^5.6"
},
"autoload": {
Expand Down

0 comments on commit d245bdc

Please sign in to comment.