Skip to content

Commit 5ae8d3b

Browse files
committed
Support SF6
1 parent 95d8482 commit 5ae8d3b

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/vendor/
2-
/node_modules/
2+
/node_modules
33
/composer.lock
44

55
/tests/Application/yarn.lock

composer.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,26 @@
2020
"doctrine/orm": "^2.7",
2121
"payum/payum": "^1.6",
2222
"setono/payum-quickpay": "^1.3",
23-
"symfony/config": "^4.4 || ^5.0",
24-
"symfony/dependency-injection": "^4.4 || ^5.0",
25-
"symfony/form": "^4.4 || ^5.0",
26-
"symfony/http-foundation": "^4.4 || ^5.0.7",
27-
"symfony/http-kernel": "^4.4 || ^5.1.5",
28-
"symfony/intl": "^4.4 || ^5.0",
29-
"symfony/validator": "^4.4 || ^5.0",
23+
"symfony/config": "^5.4 || ^6.0",
24+
"symfony/dependency-injection": "^5.4 || ^6.0",
25+
"symfony/form": "^5.4 || ^6.0",
26+
"symfony/http-foundation": "^5.4 || ^6.0",
27+
"symfony/http-kernel": "^5.4 || ^6.0",
28+
"symfony/intl": "^5.4 || ^6.0",
29+
"symfony/validator": "^5.4 || ^6.0",
3030
"viison/address-splitter": "^0.3.4",
3131
"webmozart/assert": "^1.9",
3232
"winzou/state-machine": "^0.3 || ^0.4"
3333
},
3434
"require-dev": {
3535
"fzaninotto/faker": "^1.9",
36-
"ocramius/proxy-manager": "~2.12.0",
3736
"phpspec/phpspec": "^7.1",
3837
"psalm/plugin-symfony": "^2.3",
39-
"roave/security-advisories": "dev-latest",
40-
"setono/code-quality-pack": "^2.1",
38+
"setono/code-quality-pack": "^2.4",
4139
"sylius/sylius": "~1.7.11",
42-
"symfony/debug-bundle": "^5.1",
43-
"symfony/dotenv": "^5.3",
44-
"symfony/web-profiler-bundle": "^5.0"
40+
"symfony/debug-bundle": "^5.4 || ^6.0",
41+
"symfony/dotenv": "^5.4 || ^6.0",
42+
"symfony/web-profiler-bundle": "^5.4 || ^6.0"
4543
},
4644
"suggest": {
4745
"fzaninotto/faker": "If you want to use the fixtures"

0 commit comments

Comments
 (0)