|
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", |
29 | 30 | "axepress/wp-graphql-stubs": "^1.27.1",
|
30 | 31 | "brainmaestro/composer-git-hooks": "^3.0",
|
| 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", |
31 | 39 | "php-stubs/woocommerce-stubs": "9.1.0",
|
32 | 40 | "phpstan/extension-installer": "^1.3",
|
33 | 41 | "phpstan/phpdoc-parser": "^1.22.0",
|
34 | 42 | "phpstan/phpstan": "^1.10",
|
35 |
| - "szepeviktor/phpstan-wordpress": "^1.3" |
| 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" |
36 | 53 | },
|
37 | 54 | "config": {
|
38 | 55 | "optimize-autoloader": true,
|
|
41 | 58 | "allow-plugins": {
|
42 | 59 | "johnpbloch/wordpress-core-installer": true,
|
43 | 60 | "dealerdirect/phpcodesniffer-composer-installer": true,
|
44 |
| - "phpstan/extension-installer": true |
| 61 | + "phpstan/extension-installer": true, |
| 62 | + "composer/installers": true |
45 | 63 | }
|
46 | 64 | },
|
47 | 65 | "autoload": {
|
|
139 | 157 | "post-merge": [
|
140 | 158 | "composer install"
|
141 | 159 | ]
|
| 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" |
142 | 172 | }
|
143 | 173 | }
|
144 | 174 | }
|
0 commit comments