We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a634682 + 121e0a1 commit c5ed4dbCopy full SHA for c5ed4db
1 file changed
composer.json
@@ -44,16 +44,16 @@
44
}
45
},
46
"scripts": {
47
+ "ci": [
48
+ "composer test",
49
+ "composer cs"
50
+ ],
51
"test": [
52
"composer validate --no-interaction",
53
"phpunit"
54
],
55
"cs": [
- "vendor/bin/phpcs src/* tests/* --standard=phpcs.xml --extensions=php -sp"
- ],
- "ci": [
- "composer test",
56
- "composer cs"
+ "phpcs src/* tests/* --standard=phpcs.xml --extensions=php -sp"
57
]
58
59
0 commit comments