Skip to content

Commit 2fce92d

Browse files
committed
package does not support laravel5
1 parent a278890 commit 2fce92d

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.3.2",
38-
"illuminate/container": "~4.0|~5.0",
39-
"illuminate/routing": "~4.0|~5.0",
40-
"illuminate/support": "~4.0|~5.0",
38+
"illuminate/container": "~4.0",
39+
"illuminate/routing": "~4.0",
40+
"illuminate/support": "~4.0",
4141
"payum/core": "0.14.*"
4242
},
4343
"suggest": {

0 commit comments

Comments
 (0)