We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667eb17 commit 3c997d0Copy full SHA for 3c997d0
composer.json
@@ -38,7 +38,7 @@
38
],
39
"require": {
40
"php": "^7.4 || ^8.0",
41
- "payum/core": "^1.7.7",
+ "payum/core": "^1.7.8",
42
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0 || ^7.0",
43
"symfony/form": "^4.4.20 || ^5.4 || ^6.0 || ^7.0",
44
"symfony/validator": "^4.4 || ^5.4 || ^6.0 || ^7.0",
@@ -69,6 +69,12 @@
69
"symfony/yaml": "^4.4 || ^5.4 || ^6.0 || ^7.0",
70
"twig/twig": "^2.0 || ^3.0"
71
},
72
+ "repositories": [
73
+ {
74
+ "type": "vcs",
75
+ "url": "git@github.com:answear/PayumCore.git"
76
+ }
77
+ ],
78
"suggest": {
79
"sonata-project/admin-bundle": "^3 If you want to configure payments in the backend."
80
0 commit comments