Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
darbaoui committed Apr 6, 2021
1 parent 30c5671 commit 8601c2f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.3",
"guzzlehttp/guzzle": "^6.3"
"guzzlehttp/guzzle": "^6.3|^7.0"
},
"require-dev": {
"orchestra/testbench": "^4.0",
Expand All @@ -36,7 +36,6 @@
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

},
"config": {
"sort-packages": true
Expand All @@ -51,4 +50,4 @@
}
}
}
}
}

0 comments on commit 8601c2f

Please sign in to comment.