[phpstorm-stubs] use composer install instead of composer update

and install versions according to composer.lock
This commit is contained in:
Ivan Fedorov 2023-09-07 08:46:31 +02:00
parent f4839a44ca
commit 9f2e130553
3 changed files with 4036 additions and 2 deletions

View File

@ -20,7 +20,7 @@ jobs:
PHP_VERSION: ${{matrix.php}}
- name: Composer Install
run: docker-compose -f docker-compose.yml run -e PHP_VERSION=${{matrix.php}} test_runner composer update
run: docker-compose -f docker-compose.yml run -e PHP_VERSION=${{matrix.php}} test_runner composer install
env:
PHP_VERSION: ${{matrix.php}}

1
.gitignore vendored
View File

@ -16,7 +16,6 @@ phpunit.xml
# Composer
vendor
composer.lock
.php_cs.cache
.phpunit.result.cache

4035
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff