Skip to content

Commit e46156b

Browse files
committed
Require payum/core 1.3 as minimum version.
1 parent d63e707 commit e46156b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
}
2626
],
2727
"require": {
28-
"payum/core": "~1.0"
28+
"payum/core": "^1.3"
2929
},
3030
"require-dev": {
31-
"payum/core": "~1.0@dev",
31+
"payum/core": "^1.3@dev",
3232
"phpunit/phpunit": "~4.0",
3333
"symfony/phpunit-bridge": "~2.8|~3.0"
3434
},

0 commit comments

Comments
 (0)