File tree Expand file tree Collapse file tree 4 files changed +352
-248
lines changed Expand file tree Collapse file tree 4 files changed +352
-248
lines changed Original file line number Diff line number Diff line change 40
40
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
41
41
42
42
- name : Cache composer dependencies
43
- uses : actions/cache@v2.1.3
43
+ uses : actions/cache@v2.1.7
44
44
with :
45
45
path : ${{ steps.composer-cache.outputs.dir }}
46
46
key : ${{ runner.os }}-${{ matrix.php-versions }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 31
31
},
32
32
"require-dev" : {
33
33
"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 " ,
38
38
"doctrine/doctrine-fixtures-bundle" : " ^3.4" ,
39
39
"friendsofphp/php-cs-fixer" : " ^3.3" ,
40
40
"phpmd/phpmd" : " ^2.11" ,
You can’t perform that action at this time.
0 commit comments