File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ jobs:
49
49
with :
50
50
path : |
51
51
${{ steps.composer-cache.outputs.dir }}
52
- key : ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
52
+ key : ${{ runner.os }}-composer-data- ${{ hashFiles('composer.json') }}
53
53
restore-keys : |
54
- ${{ runner.os }}-composer-
54
+ ${{ runner.os }}-composer-data-
55
55
56
56
57
57
- uses : actions/cache@v2
58
58
with :
59
59
path : |
60
60
**/composer.lock
61
- key : ${{ runner.os }}-composer-${{ hashFiles('composer.json') }}
61
+ key : ${{ runner.os }}-composer-lock- ${{ hashFiles('composer.json') }}
62
62
63
63
64
64
- name : Install Composer
Original file line number Diff line number Diff line change 3
3
"description" : " Debug mode enabler - safe and clean way to manage Debug Mode in your app" ,
4
4
"keywords" : [" debug" ],
5
5
"license" : [" MIT" ],
6
+ "homepage" : " https://github.com/redbitcz/php-debug-mode-enabler" ,
6
7
"authors" : [
7
8
{
8
9
"name" : " Redbit s.r.o." ,
You can’t perform that action at this time.
0 commit comments