|
26 | 26 | }, |
27 | 27 | "require-dev": { |
28 | 28 | "axepress/wp-graphql-cs": "^2.0.0-beta", |
29 | | - "axepress/wp-graphql-headless-login": "^0.3.1", |
30 | 29 | "axepress/wp-graphql-stubs": "^1.27.1", |
31 | 30 | "brainmaestro/composer-git-hooks": "^2.8.5", |
32 | | - "codeception/lib-asserts": "*", |
33 | | - "codeception/module-asserts": "*", |
34 | | - "codeception/module-rest": "*", |
35 | | - "codeception/util-universalframework": "*", |
36 | | - "fakerphp/faker": "^1.23", |
37 | | - "johnpbloch/wordpress": "*", |
38 | | - "lucatume/wp-browser": ">3.1 <3.5", |
39 | 31 | "php-stubs/woocommerce-stubs": "9.1.0", |
40 | 32 | "phpstan/extension-installer": "^1.3", |
41 | 33 | "phpstan/phpdoc-parser": "^1.22.0", |
42 | 34 | "phpstan/phpstan": "^1.10", |
43 | | - "phpunit/phpunit": "^9.6", |
44 | | - "stripe/stripe-php": "^16.2", |
45 | | - "szepeviktor/phpstan-wordpress": "^1.3", |
46 | | - "wp-cli/wp-cli-bundle": "*", |
47 | | - "wp-graphql/wp-graphql-jwt-authentication": "^0.7.0", |
48 | | - "wp-graphql/wp-graphql-testcase": "^3.2", |
49 | | - "wpackagist-plugin/woocommerce": "^9.3", |
50 | | - "wpackagist-plugin/woocommerce-gateway-stripe": "^8.8", |
51 | | - "wpackagist-plugin/wp-graphql": "^1.29", |
52 | | - "wpackagist-theme/twentytwentyone": "^2.3" |
| 35 | + "szepeviktor/phpstan-wordpress": "^1.3" |
53 | 36 | }, |
54 | 37 | "config": { |
55 | 38 | "optimize-autoloader": true, |
|
58 | 41 | "allow-plugins": { |
59 | 42 | "johnpbloch/wordpress-core-installer": true, |
60 | 43 | "dealerdirect/phpcodesniffer-composer-installer": true, |
61 | | - "phpstan/extension-installer": true, |
62 | | - "composer/installers": true |
| 44 | + "phpstan/extension-installer": true |
63 | 45 | } |
64 | 46 | }, |
65 | 47 | "autoload": { |
|
157 | 139 | "post-merge": [ |
158 | 140 | "composer install" |
159 | 141 | ] |
160 | | - }, |
161 | | - "wordpress-install-dir": "local/public", |
162 | | - "installer-paths": { |
163 | | - "local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"], |
164 | | - "local/public/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"], |
165 | | - "local/public/wp-content/themes/{$name}/": ["type:wordpress-theme"] |
166 | | - } |
167 | | - }, |
168 | | - "repositories": { |
169 | | - "wpackagist": { |
170 | | - "type": "composer", |
171 | | - "url": "https://wpackagist.org" |
172 | 142 | } |
173 | 143 | } |
174 | 144 | } |
0 commit comments