Skip to content

Commit 6e5cd31

Browse files
committed
Updating dependencies
1 parent 09dc0e1 commit 6e5cd31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.1",
24-
"guzzlehttp/guzzle": "^7.2",
25-
"illuminate/support": ">=6.0",
23+
"php": "^7.3 || ^8.0",
24+
"guzzlehttp/guzzle": "^6.0|^7.0",
25+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2626
"ext-json": "*"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)