Skip to content

Commit 80ed217

Browse files
authored
IBX-11247: Bumped symfony/* to 7.4 LTS (#77)
1 parent 56f90f5 commit 80ed217

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"ibexa/rest": "~5.0.x-dev",
2121
"php-http/curl-client": "^2.1",
2222
"psr/http-client": "^1.0",
23-
"symfony/config": "^7.3",
24-
"symfony/dependency-injection": "^7.3",
25-
"symfony/event-dispatcher": "^7.3",
26-
"symfony/http-foundation": "^7.3",
27-
"symfony/http-kernel": "^7.3",
28-
"symfony/routing": "^7.3",
29-
"symfony/yaml": "^7.3",
23+
"symfony/config": "^7.4",
24+
"symfony/dependency-injection": "^7.4",
25+
"symfony/event-dispatcher": "^7.4",
26+
"symfony/http-foundation": "^7.4",
27+
"symfony/http-kernel": "^7.4",
28+
"symfony/routing": "^7.4",
29+
"symfony/yaml": "^7.4",
3030
"toflar/psr6-symfony-http-cache-store": "^4.2"
3131
},
3232
"require-dev": {
@@ -40,7 +40,7 @@
4040
"phpstan/phpstan-phpunit": "^2.0",
4141
"phpstan/phpstan-symfony": "^2.0",
4242
"phpunit/phpunit": "^9.6",
43-
"symfony/phpunit-bridge": "^7.3"
43+
"symfony/phpunit-bridge": "^7.4"
4444
},
4545
"autoload": {
4646
"psr-4": {

0 commit comments

Comments
 (0)