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 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') }}
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments