Skip to content

Commit

Permalink
chore: prepare for Laravel version 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Razorsheep committed Feb 13, 2023
1 parent 56a4ab6 commit 77b1376
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"require": {
"php": "^7.4|^8.0",
"guzzlehttp/guzzle": "^7.2",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/http": "^8.0|^9.0",
"illuminate/routing": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0"
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/http": "^8.0|^9.0|^10.0",
"illuminate/routing": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^6.0|^7.0",
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.0",
"signifly/php-config": "^1.0"
},
Expand Down

0 comments on commit 77b1376

Please sign in to comment.