Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 8cbd121

Browse files
L8 Minimum Versions (#18)
* Update L8 minimum versions. * Remove .idea files Co-authored-by: Claudio Dekker <[email protected]>
1 parent 0823ff7 commit 8cbd121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
],
2323
"require": {
2424
"php": "^7.2",
25-
"guzzlehttp/guzzle": "^6.3",
25+
"guzzlehttp/guzzle": "^6.3|^7.0.1",
2626
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
2727
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
2828
},
2929
"require-dev": {
3030
"orchestra/testbench": "^3.8|^4.0|^5.0|^6.0",
31-
"phpunit/phpunit": "^8.0"
31+
"phpunit/phpunit": "^8.0|^9.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)