Skip to content

Commit 3c6dd70

Browse files
authored
Merge pull request #60 from gaetan-hexadog/master
feat(composer): add Laravel 9 support
2 parents a77d10a + cdb18af commit 3c6dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=5.4.0",
13-
"illuminate/support": "~5|~6|~7|~8",
13+
"illuminate/support": "~5|~6|~7|~8|~9",
1414
"omnipay/common": "~3.0"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)