Skip to content

Commit eebcabc

Browse files
authored
Merge pull request #11 from ekandreas/master
L9 added in composer
2 parents 17c6479 + 197ed6d commit eebcabc

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
@@ -14,9 +14,9 @@
1414
"require": {
1515
"php": ">=7.0",
1616
"guzzlehttp/guzzle": "^6.3 || ^7.0",
17-
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0",
18-
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0",
19-
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0"
17+
"illuminate/events": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
18+
"illuminate/notifications": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0",
19+
"illuminate/support": "~5.5 || ~6.0 || ~7.0 || ~8.0 || ~9.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "^0.9.5",

0 commit comments

Comments
 (0)