Skip to content

Commit 745cf89

Browse files
authored
[main] Update dependencies and code standards (#10)
1 parent d90478b commit 745cf89

19 files changed

+1420
-1239
lines changed

.github/workflows/symfony.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- 'main'
7+
pull_request:
8+
branches:
9+
- 'main'
10+
711
env:
812
APP_ENV: test
913

composer.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"ext-ctype": "*",
1515
"ext-iconv": "*",
1616
"doctrine/doctrine-bundle": "^2.2",
17-
"sensio/framework-extra-bundle": "^5.6",
17+
"sensio/framework-extra-bundle": "^6.0",
1818
"symfony/apache-pack": "^1.0",
1919
"symfony/console": "5.2.*",
2020
"symfony/dotenv": "5.2.*",
21-
"symfony/flex": "^1.11",
21+
"symfony/flex": "^1.12",
2222
"symfony/form": "5.2.*",
2323
"symfony/framework-bundle": "5.2.*",
2424
"symfony/mailer": "5.2.*",
@@ -33,22 +33,20 @@
3333
"codeception/module-asserts": "^1.3",
3434
"codeception/module-doctrine2": "^1.1",
3535
"codeception/module-phpbrowser": "^1.0",
36-
"codeception/module-rest": "^1.2",
3736
"codeception/module-symfony": "^1.5 | *@dev",
3837
"doctrine/doctrine-fixtures-bundle": "^3.4",
39-
"friendsofphp/php-cs-fixer": "^2.17",
38+
"friendsofphp/php-cs-fixer": "^2.18",
4039
"phpmd/phpmd": "^2.9",
41-
"rector/rector": "^0.8",
40+
"rector/rector": "^0.9.18",
4241
"roave/security-advisories": "dev-latest",
43-
"sensiolabs/security-checker": "^6.0",
4442
"squizlabs/php_codesniffer": "^3.5",
4543
"symfony/debug-bundle": "5.2.*",
46-
"symfony/maker-bundle": "^1.26",
44+
"symfony/maker-bundle": "^1.28",
4745
"symfony/twig-bundle": "5.2.*",
4846
"symfony/var-dumper": "5.2.*",
4947
"symfony/web-profiler-bundle": "5.2.*",
50-
"vimeo/psalm": "^4.3",
51-
"zenstruck/foundry": "^1.6"
48+
"vimeo/psalm": "^4.4",
49+
"zenstruck/foundry": "^1.7"
5250
},
5351
"config": {
5452
"optimize-autoloader": true,

0 commit comments

Comments
 (0)