Skip to content

Commit c9b8692

Browse files
committed
Update dependencies
1 parent 7921aca commit c9b8692

File tree

4 files changed

+352
-248
lines changed

4 files changed

+352
-248
lines changed

.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4141

4242
- name: Cache composer dependencies
43-
uses: actions/cache@v2.1.3
43+
uses: actions/cache@v2.1.7
4444
with:
4545
path: ${{ steps.composer-cache.outputs.dir }}
4646
key: ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"require-dev": {
3333
"codeception/codeception": "^4.1",
34-
"codeception/module-asserts": "^1.3",
35-
"codeception/module-doctrine2": "^1.1",
36-
"codeception/module-phpbrowser": "^1.0",
37-
"codeception/module-symfony": "^2.0",
34+
"codeception/module-asserts": "^2.0",
35+
"codeception/module-doctrine2": "^2.0",
36+
"codeception/module-phpbrowser": "^2.0",
37+
"codeception/module-symfony": "^2.1 | *@dev",
3838
"doctrine/doctrine-fixtures-bundle": "^3.4",
3939
"friendsofphp/php-cs-fixer": "^3.3",
4040
"phpmd/phpmd": "^2.11",

0 commit comments

Comments
 (0)