Skip to content

Commit 3dcffaf

Browse files
committed
Expand Symfony and other dependencies to support version 8.0
Updated `composer.json` to include compatibility with Symfony 8.0 and revised other dependencies (e.g., `deptrac`, `infection`) to newer supported versions. This ensures the codebase remains future-proof and compatible with the latest releases.
1 parent 5e7331f commit 3dcffaf

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,20 +52,20 @@
5252
"psr/clock": "^1.0",
5353
"psr/event-dispatcher": "^1.0",
5454
"spomky-labs/pki-framework": "^1.2.1",
55-
"symfony/config": "^7.0",
56-
"symfony/console": "^7.0",
57-
"symfony/dependency-injection": "^7.0",
58-
"symfony/event-dispatcher": "^7.0",
55+
"symfony/config": "^7.0|^8.0",
56+
"symfony/console": "^7.0|^8.0",
57+
"symfony/dependency-injection": "^7.0|^8.0",
58+
"symfony/event-dispatcher": "^7.0|^8.0",
5959
"symfony/http-client-contracts": "^3.4",
60-
"symfony/http-kernel": "^7.0"
60+
"symfony/http-kernel": "^7.0|^8.0"
6161
},
6262
"require-dev": {
6363
"ext-curl": "*",
6464
"ext-gmp": "*",
6565
"ext-sodium": "*",
6666
"ekino/phpstan-banned-code": "^2.0|^3.0",
6767
"ergebnis/phpunit-slow-test-detector": "^2.14",
68-
"infection/infection": "^0.29",
68+
"infection/infection": "^0.31",
6969
"matthiasnoback/symfony-config-test": "^6.0",
7070
"paragonie/sodium_compat": "^1.20|^2.0",
7171
"php-parallel-lint/php-parallel-lint": "^1.3",
@@ -78,21 +78,21 @@
7878
"phpstan/phpstan-strict-rules": "^1.4|^2.0",
7979
"phpstan/phpstan-symfony": "^1.3|^2.0",
8080
"phpunit/phpunit": "^10.5.10|^11.0|^12.0",
81-
"deptrac/deptrac": "^2.0|^3.0",
81+
"deptrac/deptrac": "^2.0|^3.0|^4.0",
8282
"rector/rector": "^1.0|^2.0",
8383
"roave/security-advisories": "dev-latest",
84-
"spomky-labs/aes-key-wrap": "^7.0",
84+
"spomky-labs/aes-key-wrap": "^7.0|^8.0",
8585
"staabm/phpstan-dba": "^0.2.79|^0.3|^0.4",
86-
"staabm/phpstan-todo-by": "^0.1.25|^0.2",
86+
"staabm/phpstan-todo-by": "^0.1.25|^0.2|^0.3",
8787
"struggle-for-php/sfp-phpstan-psr-log": "^0.20|^0.21|^0.22|^0.23|^0.24",
88-
"symfony/browser-kit": "^7.0",
89-
"symfony/http-client": "^7.0",
90-
"symfony/clock": "^7.0",
91-
"symfony/finder": "^7.0",
92-
"symfony/framework-bundle": "^7.0",
93-
"symfony/serializer": "^7.0",
94-
"symfony/var-dumper": "^7.0",
95-
"symfony/yaml": "^7.0",
88+
"symfony/browser-kit": "^7.0|^8.0",
89+
"symfony/http-client": "^7.0|^8.0",
90+
"symfony/clock": "^7.0|^8.0",
91+
"symfony/finder": "^7.0|^8.0",
92+
"symfony/framework-bundle": "^7.0|^8.0",
93+
"symfony/serializer": "^7.0|^8.0",
94+
"symfony/var-dumper": "^7.0|^8.0",
95+
"symfony/yaml": "^7.0|^8.0",
9696
"symplify/easy-coding-standard": "^12.0"
9797
},
9898
"replace": {

0 commit comments

Comments
 (0)