Skip to content

Commit

Permalink
Allow 1.x versions of core, not only 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Feb 29, 2016
1 parent 5873ae8 commit 700204b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/container": "~4.0|~5.1",
"illuminate/routing": "~4.0|~5.1",
"illuminate/support": "~4.0|~5.1",
"payum/core": "1.0.*@dev"
"illuminate/container": "^4|^5.1",
"illuminate/routing": "^4|^5.1",
"illuminate/support": "^4|^5.1",
"payum/core": "^1"
},
"suggest": {
"payum/paypal-express-checkout-nvp": "If you want to use paypal express checkout nvp gateway",
Expand Down

0 comments on commit 700204b

Please sign in to comment.