Skip to content

Commit c2a3aff

Browse files
fix: Bump symfony deps
1 parent 276cd1d commit c2a3aff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"phpstan/phpstan": "^2.1.1",
2424
"phpunit/phpunit": "^12.0",
2525
"predis/predis": "^2.2",
26-
"symfony/clock": "^6.4|^7.0",
27-
"symfony/config": "^6.4|^7.0",
28-
"symfony/dependency-injection": "^6.4|^7.0",
29-
"symfony/http-foundation": "^6.4|^7.0",
30-
"symfony/http-kernel": "^6.4|^7.0",
31-
"symfony/routing": "^6.4|^7.0",
32-
"symfony/security-core": "^6.4|^7.0",
26+
"symfony/clock": "^7.4|^8.0",
27+
"symfony/config": "^7.4|^8.0",
28+
"symfony/dependency-injection": "^7.4|^8.0",
29+
"symfony/http-foundation": "^7.4|^8.0",
30+
"symfony/http-kernel": "^7.4|^8.0",
31+
"symfony/routing": "^7.4|^8.0",
32+
"symfony/security-core": "^7.4|^8.0",
3333
"phpstan/phpstan-phpunit": "^2.0",
3434
"phpstan/phpstan-symfony": "^2.0"
3535
},

0 commit comments

Comments
 (0)