Skip to content

Commit 64b2cd2

Browse files
committed
Add support for symfony 8
1 parent c05916c commit 64b2cd2

File tree

3 files changed

+295
-302
lines changed

3 files changed

+295
-302
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
"require": {
3939
"php": "^8.3",
4040
"dompdf/dompdf": "^1.0.0 || ^2.0.0 || ^3.0.0",
41-
"symfony/config": "^6.4 || ^7.0",
42-
"symfony/dependency-injection": "^6.4 || ^7.0",
41+
"symfony/config": "^6.4 || ^7.4 || ^8.0",
42+
"symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0",
4343
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0 || ^3.0",
44-
"symfony/expression-language": "^6.4 || ^7.0",
45-
"symfony/framework-bundle": "^6.4 || ^7.0",
46-
"symfony/http-foundation": "^6.4 || ^7.0",
47-
"symfony/http-kernel": "^6.4 || ^7.0"
44+
"symfony/expression-language": "^6.4 || ^7.4 || ^8.0",
45+
"symfony/framework-bundle": "^6.4 || ^7.4 || ^8.0",
46+
"symfony/http-foundation": "^6.4 || ^7.4 || ^8.0",
47+
"symfony/http-kernel": "^6.4 || ^7.4 || ^8.0"
4848
},
4949
"require-dev": {
5050
"ergebnis/composer-normalize": "^2.0.1",
51-
"symfony/browser-kit": "^6.4 || ^7.0"
51+
"symfony/browser-kit": "^6.4 || ^7.4 || ^8.0"
5252
},
5353
"suggest": {
5454
"symfony/event-dispatcher": "If you need to modify the PDF rendering"

vendor-bin/tools/composer.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "project",
55
"require-dev": {
66
"friendsofphp/php-cs-fixer": "^3.3",
7-
"maglnet/composer-require-checker": "^4.0",
7+
"maglnet/composer-require-checker": "^4.6",
88
"matthiasnoback/symfony-dependency-injection-test": "^6.0",
99
"phpmd/phpmd": "^2.10",
1010
"phpstan/extension-installer": "^1.0",
@@ -14,17 +14,12 @@
1414
"phpstan/phpstan-strict-rules": "^2.0",
1515
"phpstan/phpstan-symfony": "^2.0",
1616
"phpunit/phpunit": "^12.0",
17-
"symfony/phpunit-bridge": "^7.0"
17+
"symfony/phpunit-bridge": "^8.0"
1818
},
1919
"config": {
2020
"allow-plugins": {
2121
"phpstan/extension-installer": true
2222
},
2323
"bin-dir": "../../vendor/bin"
24-
},
25-
"extra": {
26-
"symfony": {
27-
"require": "6.4.*"
28-
}
2924
}
3025
}

0 commit comments

Comments
 (0)