Skip to content

Commit f57018c

Browse files
committed
Update Symfony to 7.2
1 parent 23343c6 commit f57018c

File tree

2 files changed

+380
-328
lines changed

2 files changed

+380
-328
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
],
4343
"require": {
4444
"php": ">=8.2",
45-
"symfony/console": "^7.1",
46-
"symfony/process": "^7.1",
47-
"symfony/yaml": "^7.1"
45+
"symfony/console": "^7.2",
46+
"symfony/process": "^7.2",
47+
"symfony/yaml": "^7.2"
4848
},
4949
"require-dev": {
50-
"friendsofphp/php-cs-fixer": "^3.64",
50+
"friendsofphp/php-cs-fixer": "^3.68",
5151
"pestphp/pest": "^3.3",
5252
"phpstan/phpstan": "^1.4",
5353
"phpunit/php-code-coverage": "^11.0",

0 commit comments

Comments
 (0)