Skip to content

Commit 4a9312c

Browse files
committed
Add support for Symfony 7
1 parent 75f78bc commit 4a9312c

File tree

6 files changed

+1183
-1332
lines changed

6 files changed

+1183
-1332
lines changed

composer.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"php": ">=7.4",
99
"ext-dom": "*",
1010
"ext-simplexml": "*",
11-
"exercise/htmlpurifier-bundle": "^2.0 || ^4.0",
12-
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
13-
"symfony/asset": "^4.4 || ^5.2 || ^6.0",
14-
"symfony/config": "^4.4 || ^5.2 || ^6.0",
15-
"symfony/dependency-injection": "^4.4 || ^5.2 || ^6.0",
16-
"symfony/form": "^4.4 || ^5.4 || ^6.0",
17-
"symfony/twig-bridge": "^4.4 || ^5.3 || ^6.0",
18-
"twig/twig": "^2.14 || ^3.3",
11+
"exercise/htmlpurifier-bundle": "^2.0 || ^4.1 || ^5.0",
12+
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0 || ^7.1",
13+
"symfony/asset": "^4.4 || ^5.2 || ^6.0 || ^7.1",
14+
"symfony/config": "^4.4 || ^5.2 || ^6.0 || ^7.1",
15+
"symfony/dependency-injection": "^4.4 || ^5.2 || ^6.0 || ^7.1",
16+
"symfony/form": "^4.4 || ^5.2 || ^6.0 || ^7.1",
17+
"symfony/twig-bridge": "^4.4 || ^5.2 || ^6.0 || ^7.1",
18+
"twig/twig": "^2.14 || ^3.10",
1919
"twig/intl-extra": "^3.3",
20-
"chrisguitarguy/request-id-bundle": "^4.2 || ^5.0"
20+
"chrisguitarguy/request-id-bundle": "^4.2 || ^5.0 || ^6.0"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -26,6 +26,7 @@
2626
},
2727
"require-dev": {
2828
"studio24/design-system": "dev-main",
29-
"studio24/deployer-recipes": "^1.1"
29+
"studio24/deployer-recipes": "^v2.0",
30+
"rector/rector": "^1.2"
3031
}
3132
}

0 commit comments

Comments
 (0)