Commit 72d4d24
committed
chore: update composer dependencies, fix php-cs-fixer deprecation
* composer update — minor/patch bumps across Symfony 8.0.9→8.0.11,
EasyAdmin 5.0.7→5.0.8, php-cs-fixer 3.95.1→3.95.2, PHPUnit
13.1.8→13.1.10, PHPStan, Doctrine and friends. No security
advisories. composer.json validates strict.
* Replace the deprecated PHP_CS_FIXER_IGNORE_ENV=1 env var on the
coding-standards scripts with $config->setUnsupportedPhpVersionAllowed(true)
in .php-cs-fixer.dist.php (the supported replacement; the env var
is removed in php-cs-fixer 4.0).1 parent 7ca65cf commit 72d4d24
3 files changed
Lines changed: 174 additions & 170 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments