Skip to content

Commit f4b101f

Browse files
committed
Remove very old version dep.
1 parent b7641e4 commit f4b101f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@
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": {
4747
"ext-json": "*",
4848
"ext-pdo": "*",
4949
"cakephp/cakephp-codesniffer": "^5.0",
5050
"phpunit/phpunit": "^9.5.19",
51-
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0|^7.0"
51+
"symfony/yaml": "^4.0|^5.0|^6.0|^7.0"
5252
},
5353
"autoload": {
5454
"psr-4": {

0 commit comments

Comments
 (0)