fix: use locked package versions for quality assurance workflow

This commit is contained in:
Romain Canon 2022-01-06 14:02:53 +01:00
parent 9537d0a5bb
commit 626f135eee
3 changed files with 5694 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
key: phpstan
- name: Install dependencies
run: composer update --prefer-dist --no-interaction
run: composer install --prefer-dist --no-interaction
- name: Creating var directory
run: mkdir -p var/cache

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
var
vendor
composer.lock
phpstan.neon

5693
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff