Skip to content

Commit 700204b

Browse files
committed
Allow 1.x versions of core, not only 1.0
1 parent 5873ae8 commit 700204b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
],
3636
"require": {
3737
"php": ">=5.5.0",
38-
"illuminate/container": "~4.0|~5.1",
39-
"illuminate/routing": "~4.0|~5.1",
40-
"illuminate/support": "~4.0|~5.1",
41-
"payum/core": "1.0.*@dev"
38+
"illuminate/container": "^4|^5.1",
39+
"illuminate/routing": "^4|^5.1",
40+
"illuminate/support": "^4|^5.1",
41+
"payum/core": "^1"
4242
},
4343
"suggest": {
4444
"payum/paypal-express-checkout-nvp": "If you want to use paypal express checkout nvp gateway",

0 commit comments

Comments
 (0)