Skip to content

Commit

Permalink
Require payum/core 1.3 as minimum version.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Sep 12, 2016
1 parent d63e707 commit e46156b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
}
],
"require": {
"payum/core": "~1.0"
"payum/core": "^1.3"
},
"require-dev": {
"payum/core": "~1.0@dev",
"payum/core": "^1.3@dev",
"phpunit/phpunit": "~4.0",
"symfony/phpunit-bridge": "~2.8|~3.0"
},
Expand Down

0 comments on commit e46156b

Please sign in to comment.