Skip to content

Commit 0cf1eaf

Browse files
authored
Merge pull request #53 from schelmo/laravel7
support laravel 6.x and 7.x
2 parents 1d02fd5 + 4e46f86 commit 0cf1eaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
],
3636
"require": {
3737
"php": ">=5.5.0",
38-
"illuminate/container": "^4|^5.1",
39-
"illuminate/routing": "^4|^5.1",
40-
"illuminate/support": "^4|^5.1",
38+
"illuminate/container": "^4|^5.1|^6.0|^7.0|^8.0",
39+
"illuminate/routing": "^4|^5.1|^6.0|^7.0|^8.0",
40+
"illuminate/support": "^4|^5.1|^6.0|^7.0|^8.0",
4141
"payum/core": "^1"
4242
},
4343
"suggest": {

0 commit comments

Comments
 (0)