Skip to content

Commit 9a6e0d1

Browse files
authored
[4.4] Update dependencies and code standards (#11)
1 parent 8042196 commit 9a6e0d1

File tree

16 files changed

+685
-968
lines changed

16 files changed

+685
-968
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
- '4.4'
7+
pull_request:
8+
branches:
9+
- '4.4'
10+
711
env:
812
APP_ENV: test
913

composer.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"ext-ctype": "*",
1515
"ext-iconv": "*",
1616
"doctrine/doctrine-bundle": "^1.12",
17-
"sensio/framework-extra-bundle": "^5.6",
17+
"sensio/framework-extra-bundle": "^6.0",
1818
"symfony/apache-pack": "^1.0",
1919
"symfony/console": "4.4.*",
2020
"symfony/dotenv": "4.4.*",
21-
"symfony/flex": "^1.11",
21+
"symfony/flex": "^1.12",
2222
"symfony/form": "4.4.*",
2323
"symfony/framework-bundle": "4.4.*",
2424
"symfony/mailer": "4.4.*",
@@ -33,20 +33,18 @@
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",
4140
"roave/security-advisories": "dev-latest",
42-
"sensiolabs/security-checker": "^6.0",
4341
"squizlabs/php_codesniffer": "^3.5",
4442
"symfony/debug-bundle": "4.4.*",
45-
"symfony/maker-bundle": "^1.26",
43+
"symfony/maker-bundle": "^1.28",
4644
"symfony/twig-bundle": "4.4.*",
4745
"symfony/var-dumper": "4.4.*",
4846
"symfony/web-profiler-bundle": "4.4.*",
49-
"vimeo/psalm": "^4.3"
47+
"vimeo/psalm": "^4.4"
5048
},
5149
"config": {
5250
"optimize-autoloader": true,

0 commit comments

Comments
 (0)