Skip to content

Commit af4c575

Browse files
committed
⬆️ Upgrade symfony dependencies to fix curly-brace access
1 parent 2c2d4c4 commit af4c575

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
@@ -27,10 +27,10 @@
2727
"mouf/classname-mapper": "~1.0",
2828
"doctrine/cache": "^1.6",
2929
"greenlion/php-sql-parser": "^4.3.0",
30-
"symfony/console": "^2 || ^3 || ^4 || ^5 || ^6",
30+
"symfony/console": "^5 || ^6",
3131
"mouf/utils.log.psr.multi-logger": "^1.0",
32-
"symfony/filesystem": "^2.7 || ^3 || ^4 || ^5 || ^6",
33-
"symfony/yaml": "^2 || ^3 || ^4 || ^5 || ^6",
32+
"symfony/filesystem": "^5 || ^6",
33+
"symfony/yaml": "^5 || ^6",
3434
"ramsey/uuid": "^3.7 || ^4.0",
3535
"doctrine/annotations": "^1.10",
3636
"laminas/laminas-code": "^4.7",
@@ -46,7 +46,7 @@
4646
"php-coveralls/php-coveralls": "^2.1",
4747
"wa72/simplelogger": "^1.0",
4848
"friendsofphp/php-cs-fixer": "^3.11",
49-
"symfony/process": "^3 || ^4 || ^5",
49+
"symfony/process": "^5 || ^6",
5050
"thecodingmachine/tdbm-fluid-schema-builder": "^v2.0.0",
5151
"phpstan/phpstan": "^2.0",
5252
"bamarni/composer-bin-plugin": "^1.4.1",

0 commit comments

Comments
 (0)