Skip to content

Commit 3c997d0

Browse files
ropczanlukasz-falda
authored andcommitted
Fix compatibility with nullable types deprecations in payum/core
1 parent 667eb17 commit 3c997d0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"require": {
4040
"php": "^7.4 || ^8.0",
41-
"payum/core": "^1.7.7",
41+
"payum/core": "^1.7.8",
4242
"symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0 || ^7.0",
4343
"symfony/form": "^4.4.20 || ^5.4 || ^6.0 || ^7.0",
4444
"symfony/validator": "^4.4 || ^5.4 || ^6.0 || ^7.0",
@@ -69,6 +69,12 @@
6969
"symfony/yaml": "^4.4 || ^5.4 || ^6.0 || ^7.0",
7070
"twig/twig": "^2.0 || ^3.0"
7171
},
72+
"repositories": [
73+
{
74+
"type": "vcs",
75+
"url": "git@github.com:answear/PayumCore.git"
76+
}
77+
],
7278
"suggest": {
7379
"sonata-project/admin-bundle": "^3 If you want to configure payments in the backend."
7480
},

0 commit comments

Comments
 (0)