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 a5861da commit 64a1cf5Copy full SHA for 64a1cf5
composer.json
@@ -26,12 +26,8 @@
26
"minimum-stability": "dev",
27
"config": {
28
"allow-plugins": {
29
- "third-party/required-plugin": true,
30
- "my-organization/*": true,
31
- "unnecessary/plugin": false,
32
- "composer/installers": true,
33
"dealerdirect/phpcodesniffer-composer-installer": true,
34
- "johnpbloch/wordpress-core-installer": true
+ "composer/installers": true
35
}
36
},
37
@@ -47,4 +43,4 @@
47
43
"format": "phpcbf --standard=phpcs.xml.dist --report-summary --report-source",
48
44
"lint": "phpcs --standard=phpcs.xml.dist"
49
45
50
-}
46
+}
0 commit comments