Skip to content

Commit

Permalink
Merge pull request #36 from ziming/patch-1
Browse files Browse the repository at this point in the history
Support laravel 10
  • Loading branch information
cindreta authored Feb 15, 2023
2 parents 8086ade + de9340d commit 784b48a
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 @@ -24,14 +24,14 @@
"php": "^7.2.5 || ^8.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.0 || ^7.0",
"illuminate/console": "^7.0 || ^8.0 || ^9.0",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0",
"illuminate/http": "^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0"
"illuminate/console": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/contracts": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/http": "^7.0 || ^8.0 || ^9.0 || ^10.0",
"illuminate/support": "^7.0 || ^8.0 || ^9.0 || ^10.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0"
"orchestra/testbench": "^5.0 || ^6.0 || ^7.0 || ^8.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 784b48a

Please sign in to comment.