|
22 | 22 | "prefer-stable": true, |
23 | 23 | "require-dev": { |
24 | 24 | "automattic/vipwpcs": "^3.0", |
| 25 | + "codeception/lib-innerbrowser": "^1.0", |
| 26 | + "codeception/module-asserts": "^1.0", |
| 27 | + "codeception/module-cli": "^1.0", |
| 28 | + "codeception/module-db": "^1.0", |
| 29 | + "codeception/module-filesystem": "^1.0", |
| 30 | + "codeception/module-phpbrowser": "^1.0", |
| 31 | + "codeception/module-rest": "^2.0", |
| 32 | + "codeception/module-webdriver": "^1.0", |
| 33 | + "codeception/phpunit-wrapper": "^9.0", |
| 34 | + "codeception/util-universalframework": "^1.0", |
25 | 35 | "dealerdirect/phpcodesniffer-composer-installer": "^1.0", |
26 | 36 | "humanmade/psalm-plugin-wordpress": "^3.1", |
27 | 37 | "johnpbloch/wordpress-core": "^6.8", |
| 38 | + "lucatume/wp-browser": "^3.5", |
| 39 | + "mockery/mockery": "^1.5", |
| 40 | + "phpcompatibility/php-compatibility": "dev-develop as 9.99.99", |
28 | 41 | "phpcompatibility/phpcompatibility-wp": "^2.0", |
29 | 42 | "phpstan/phpstan-strict-rules": "^2.0", |
30 | 43 | "slevomat/coding-standard": "^8.0", |
31 | | - "szepeviktor/phpstan-wordpress": "^2.0" |
| 44 | + "szepeviktor/phpstan-wordpress": "^2.0", |
| 45 | + "wp-cli/wp-cli-bundle": "^2.8.1", |
| 46 | + "wp-graphql/wp-graphql-testcase": "^3.0.1" |
32 | 47 | }, |
33 | 48 | "config": { |
34 | 49 | "allow-plugins": { |
|
73 | 88 | "/.DS_Store", |
74 | 89 | ".docker/", |
75 | 90 | ".env.dist", |
76 | | - "c3.php" |
| 91 | + "c3.php", |
| 92 | + "codeception.dist.yml", |
| 93 | + "tests" |
77 | 94 | ] |
78 | 95 | }, |
79 | 96 | "autoload": { |
|
0 commit comments