mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 14:25:45 +01:00
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:
parent
e84d15f4e4
commit
8eaedcfba0
4 changed files with 6446 additions and 4 deletions
3
.github/actions/setup-action/action.yml
vendored
3
.github/actions/setup-action/action.yml
vendored
|
|
@ -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
1
.gitignore
vendored
|
|
@ -3,7 +3,6 @@
|
|||
.phpbench/
|
||||
.phpcs.cache
|
||||
.phpunit.cache/
|
||||
composer.lock
|
||||
Makefile
|
||||
phpbench.json
|
||||
phpcs.xml
|
||||
|
|
|
|||
|
|
@ -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
6444
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue