Skip to content

Commit

Permalink
Merge branch 'kohlerdominik-remove-composer-lock' into sdespont-qr-co…
Browse files Browse the repository at this point in the history
…de-options

# Conflicts:
#	.gitignore
#	composer.lock
  • Loading branch information
sprain committed May 15, 2024
2 parents dcbd2f6 + 05aafa2 commit df58ef3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4,606 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
/example/HtmlOutput/html-example.htm
/example/FpdfOutput/fpdf_example.pdf
/.php-cs-fixer.cache
/composer.lock
.idea/
Loading

0 comments on commit df58ef3

Please sign in to comment.