Skip to content

Commit 069d1a3

Browse files
Update symfony packages to v8
1 parent 8586240 commit 069d1a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"jdesrosiers/silex-cors-provider": "^1.2",
2121
"nyholm/psr7": "^1.8",
2222
"silexandfriends/silex": "^2.3",
23-
"symfony/finder": "^4.4",
23+
"symfony/finder": "^8.0",
2424
"symfony/http-foundation": "^4.4",
25-
"symfony/http-kernel": "^4.4"
25+
"symfony/http-kernel": "^8.0"
2626
},
2727
"require-dev": {
2828
"elife/api": "^2.31",
@@ -33,8 +33,8 @@
3333
"justinrainbow/json-schema": "^5.1",
3434
"phpunit/phpunit": "^9.6",
3535
"squizlabs/php_codesniffer": "^3.5",
36-
"symfony/filesystem": "^4.4",
37-
"symfony/psr-http-message-bridge": "^2.0"
36+
"symfony/filesystem": "^8.0",
37+
"symfony/psr-http-message-bridge": "^8.0"
3838
},
3939
"config": {
4040
"platform": {

0 commit comments

Comments
 (0)