Skip to content

Commit cd2ba74

Browse files
committed
Update Composer dependencies (Symfony 7.2)
1 parent 94cc8d0 commit cd2ba74

5 files changed

Lines changed: 1175 additions & 470 deletions

File tree

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
/vendor/
1515
###< symfony/framework-bundle ###
1616

17+
###> friendsofphp/php-cs-fixer ###
18+
/.php-cs-fixer.php
19+
/.php-cs-fixer.cache
20+
###< friendsofphp/php-cs-fixer ###
21+
1722
###> phpstan/phpstan ###
1823
phpstan.neon
1924
###< phpstan/phpstan ###
@@ -23,11 +28,6 @@ phpstan.neon
2328
/.phpunit.cache/
2429
###< phpunit/phpunit ###
2530

26-
###> php-cs-fixer/shim ###
27-
/.php-cs-fixer.php
28-
/.php-cs-fixer.cache
29-
###< php-cs-fixer/shim ###
30-
3131
###> symfony/webpack-encore-bundle ###
3232
/node_modules/
3333
/public/build/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
},
117117
"symfony": {
118118
"allow-contrib": false,
119-
"require": "7.1.*"
119+
"require": "7.2.*"
120120
}
121121
}
122122
}

0 commit comments

Comments
 (0)