Skip to content

Commit 88a89a0

Browse files
authored
Update composer.json
1 parent 07f23f6 commit 88a89a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": "^7.2.5|^8.0",
18-
"illuminate/contracts": "~7.0|~8.0",
19-
"illuminate/queue": "~7.0|~8.0",
20-
"illuminate/support": "~7.0|~8.0",
21-
"guzzlehttp/guzzle": "^7.0.1",
22-
"monolog/monolog": "~1.12|^2.0"
18+
"illuminate/contracts": "~7.0|~8.0|~9.0",
19+
"illuminate/queue": "~7.0|~8.0|~9.0",
20+
"illuminate/support": "~7.0|~8.0|~9.0",
21+
"guzzlehttp/guzzle": "^7.0.1|^7.2",
22+
"monolog/monolog": "~1.12|^2.0|~9.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)