Update composer lifecycle

- Commit composer.lock.
 - The lock is not ignored anymore.
 - Changed to ramsey/composer-install action for cache.
This commit is contained in:
Alexandre Gomes Gaigalas 2026-02-06 16:09:21 -03:00
commit 8eaedcfba0
4 changed files with 6446 additions and 4 deletions

View file

@ -41,5 +41,4 @@ runs:
run: pip install ${{ inputs.python-deps }}
shell: bash
- run: composer install --prefer-dist
shell: bash
- uses: "ramsey/composer-install@v3"

1
.gitignore vendored
View file

@ -3,7 +3,6 @@
.phpbench/
.phpcs.cache
.phpunit.cache/
composer.lock
Makefile
phpbench.json
phpcs.xml

View file

@ -1,6 +1,6 @@
version = 1
[[annotations]]
path = [ "*.yml", "*.yaml", ".git*", "*.dist", "docs/.pages", "docs/validators/.pages", "composer.json", "tests/fixtures/*", ".github/*.yml", ".github/actions/**.yml", ".github/workflows/**.yml", ".github/PULL_REQUEST_TEMPLATE.md", ".github/ISSUE_TEMPLATE/**" ]
path = [ "*.yml", "*.yaml", ".git*", "*.dist", "docs/.pages", "docs/validators/.pages", "composer.json", "composer.lock", "tests/fixtures/*", ".github/*.yml", ".github/actions/**.yml", ".github/workflows/**.yml", ".github/PULL_REQUEST_TEMPLATE.md", ".github/ISSUE_TEMPLATE/**" ]
SPDX-FileCopyrightText = "Respect Project Contributors"
SPDX-License-Identifier = "MIT"

6444
composer.lock generated Normal file

File diff suppressed because it is too large Load diff