|
1 | 1 | { |
2 | | - "name": "cssllc/mu-plugins", |
3 | | - "description": "CSSLLC MU-Plugins", |
4 | | - "require-dev": { |
5 | | - "automattic/vipwpcs": "^3.0", |
6 | | - "szepeviktor/phpstan-wordpress": "^1.1", |
7 | | - "phpstan/extension-installer": "^1.1", |
8 | | - "php-stubs/acf-pro-stubs": "^6.0", |
9 | | - "php-stubs/wordpress-stubs": "^6.0", |
10 | | - "squizlabs/php_codesniffer": "^3.7", |
11 | | - "mediawiki/mediawiki-codesniffer": "^41.0", |
12 | | - "cweagans/composer-patches": "~1.0", |
13 | | - "php-stubs/wp-cli-stubs": "^2.8" |
14 | | - }, |
15 | | - "config": { |
16 | | - "allow-plugins": { |
17 | | - "dealerdirect/phpcodesniffer-composer-installer": true, |
18 | | - "phpstan/extension-installer": true, |
19 | | - "cweagans/composer-patches": true |
| 2 | + "name": "cssllc/mu-plugins", |
| 3 | + "description": "CSSLLC MU-Plugins", |
| 4 | + "require-dev": { |
| 5 | + "automattic/vipwpcs": "*", |
| 6 | + "szepeviktor/phpstan-wordpress": "*", |
| 7 | + "phpstan/extension-installer": "*", |
| 8 | + "php-stubs/acf-pro-stubs": "*", |
| 9 | + "php-stubs/wordpress-stubs": "*", |
| 10 | + "squizlabs/php_codesniffer": "*", |
| 11 | + "mediawiki/mediawiki-codesniffer": "*", |
| 12 | + "php-stubs/wp-cli-stubs": "*", |
| 13 | + "phpcompatibility/php-compatibility": "*", |
| 14 | + "symplify/vendor-patches": "*" |
| 15 | + }, |
| 16 | + "config": { |
| 17 | + "allow-plugins": { |
| 18 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 19 | + "phpstan/extension-installer": true, |
| 20 | + "cweagans/composer-patches": true |
| 21 | + } |
| 22 | + }, |
| 23 | + "license": "proprietary", |
| 24 | + "extra": { |
| 25 | + "patches": { |
| 26 | + "php-stubs/acf-pro-stubs": [ |
| 27 | + "dev/patches/php-stubs-acf-pro-stubs-acf-pro-stubs-php.patch" |
| 28 | + ] |
| 29 | + } |
| 30 | + }, |
| 31 | + "scripts": { |
| 32 | + "phpcs": "./vendor/bin/phpcs -s --standard=phpcs.xml", |
| 33 | + "phpstan": "./vendor/bin/phpstan --configuration=phpstan.neon --memory-limit=-1" |
20 | 34 | } |
21 | | - }, |
22 | | - "license": "proprietary", |
23 | | - "extra": { |
24 | | - "patches": { |
25 | | - "php-stubs/acf-pro-stubs": { |
26 | | - "PHPStan return types": "dev/patches/acf-pro-stubs.patch" |
27 | | - } |
28 | | - } |
29 | | - } |
30 | 35 | } |
0 commit comments