ci(legacy): catch syntax errors on older php versions
This commit is contained in:
parent
5505222df6
commit
3f2f2cb50b
5 changed files with 13 additions and 2117 deletions
1
legacy/.gitignore
vendored
1
legacy/.gitignore
vendored
|
@ -9,6 +9,7 @@
|
|||
/tests/test_results.xml
|
||||
|
||||
# Tools
|
||||
/tools/composer.lock
|
||||
/tools/vendor/
|
||||
.php-cs-fixer.cache
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ format: tools
|
|||
|
||||
.PHONY: lint
|
||||
lint: tools
|
||||
$(TOOLS)/bin/php-cs-fixer fix --dry-run --diff
|
||||
$(TOOLS)/bin/php-cs-fixer fix --verbose --dry-run --diff
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"require": {
|
||||
"friendsofphp/php-cs-fixer": "~3.8.0"
|
||||
"friendsofphp/php-cs-fixer": ">=3.4.0 <3.9.0"
|
||||
}
|
||||
}
|
||||
|
|
2114
legacy/tools/composer.lock
generated
2114
legacy/tools/composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue