Skip to content

Commit 4f989c4

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 3dcffaf commit 4f989c4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Bundle/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"require": {
4141
"php": ">=8.2",
4242
"psr/event-dispatcher": "^1.0",
43-
"symfony/config": "^7.0",
44-
"symfony/console": "^7.0",
45-
"symfony/dependency-injection": "^7.0",
46-
"symfony/event-dispatcher": "^7.0",
43+
"symfony/config": "^7.0|^8.0",
44+
"symfony/console": "^7.0|^8.0",
45+
"symfony/dependency-injection": "^7.0|^8.0",
46+
"symfony/event-dispatcher": "^7.0|^8.0",
4747
"symfony/http-client-contracts": "^3.4",
48-
"symfony/http-kernel": "^7.0",
48+
"symfony/http-kernel": "^7.0|^8.0",
4949
"web-token/jwt-library": "^4.0"
5050
},
5151
"suggest": {

0 commit comments

Comments
 (0)