Skip to content

Commit 45f1c71

Browse files
committed
Switch to phpcq.
1 parent d4bd5cc commit 45f1c71

File tree

3 files changed

+16
-17
lines changed

3 files changed

+16
-17
lines changed

build.default.properties

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
###################################################################
2-
## This file is auto generated by ##
3-
## Contao Community Alliance Build System (CCABS) ##
4-
## ##
5-
## https://github.com/contao-community-alliance/build-system ##
6-
###################################################################
1+
#####################################################
2+
## This project is using the ##
3+
## PHP code quality project (phpcq) ##
4+
## ##
5+
## https://github.com/phpcq/phpcq ##
6+
#####################################################
77

8-
9-
phpcs.standard=${basedir}/vendor/contao-community-alliance/coding-standard/phpcs/ContaoCommunityAlliance/ruleset.xml
10-
phpmd.ruleset=${basedir}/vendor/contao-community-alliance/coding-standard/phpmd/ruleset.xml
8+
phpcs.standard=${basedir}/vendor/phpcq/coding-standard/phpcs/PhpCodeQuality/ruleset.xml
9+
phpmd.ruleset=${basedir}/vendor/phpcq/coding-standard/phpmd/ruleset.xml

build.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
This project is using the Contao Community Alliance Build System (CCABS)
4-
For documentation visit:
5-
https://github.com/contao-community-alliance/build-system
3+
This project is using the PHP code quality project (PHPCQ).
4+
5+
For documentation visit:
6+
https://github.com/phpcq/phpcq
7+
68
-->
7-
<project name="metamodels-filter-checkbox" default="build">
8-
<import file="vendor/contao-community-alliance/build-system/ccabs.main.xml" />
9+
<project name="MetaModels filter checkbox" default="build">
10+
<import file="vendor/phpcq/phpcq/phpcq.main.xml"/>
911
</project>

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
},
3939
"require-dev": {
4040
"cyberspectrum/contao-toolbox": "~0.6",
41-
"contao-community-alliance/build-system": "~1.0",
42-
"contao-community-alliance/build-system-all-tasks": "~1.0",
43-
"contao-community-alliance/coding-standard": "~1.0"
41+
"phpcq/all-tasks": "~1.0"
4442
},
4543
"conflict": {
4644
"contao/core": "3.0.*"

0 commit comments

Comments
 (0)