We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a23e4 commit f3387d2Copy full SHA for f3387d2
composer.json
100644
100755
@@ -15,11 +15,16 @@
15
},
16
"require-dev": {
17
"alleyinteractive/alley-coding-standards": "^0.3.0",
18
- "phpunit/phpunit": "7.5.*",
19
"yoast/phpunit-polyfills": "^1.0"
20
21
"scripts": {
22
"phpcs": "vendor/bin/phpcs",
23
"phpunit": "vendor/bin/phpunit"
+ },
24
+ "config": {
25
+ "allow-plugins": {
26
+ "dealerdirect/phpcodesniffer-composer-installer": true,
27
+ "composer/installers": true
28
+ }
29
}
30
0 commit comments