Skip to content

Commit 06f83d7

Browse files
authored
Drop symfony 3.4 support (#2352)
1 parent 454d303 commit 06f83d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"composer-runtime-api": "^2.0",
4141
"cakephp/database": "^5.0.2",
4242
"psr/container": "^1.1|^2.0",
43-
"symfony/config": "^3.4|^4.0|^5.0|^6.0|^7.0",
43+
"symfony/config": "^4.0|^5.0|^6.0|^7.0",
4444
"symfony/console": "^6.0|^7.0"
4545
},
4646
"require-dev": {
@@ -49,7 +49,7 @@
4949
"cakephp/cakephp-codesniffer": "^5.0",
5050
"cakephp/i18n": "^5.0",
5151
"phpunit/phpunit": "^9.5.19",
52-
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0|^7.0"
52+
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0"
5353
},
5454
"autoload": {
5555
"psr-4": {

0 commit comments

Comments
 (0)