Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
belicslavko authored Dec 20, 2020
1 parent b756791 commit 2560ee9
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,13 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/database": "~5.6",
"illuminate/support": "~5.6",
"nesbot/carbon": "^2.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0",
"guzzlehttp/guzzle": "^6.0"
"guzzlehttp/guzzle": "^7.0.1"
},
"require-dev": {
"illuminate/http": "~5.6",
"illuminate/routing": "~5.6",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "~7.0",
"vlucas/phpdotenv": "^3.3",
"orchestra/testbench": "~3.6"
"mockery/mockery": "^1.3.1",
"phpunit/phpunit": "^9.3",
"vlucas/phpdotenv": "^5.2",
"orchestra/testbench": "^6.7"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2560ee9

Please sign in to comment.