Skip to content

Commit 96881aa

Browse files
committed
Added missing dev packages for composer.
1 parent 86b4a38 commit 96881aa

File tree

3 files changed

+9394
-1766
lines changed

3 files changed

+9394
-1766
lines changed

.github/workflows/codeception.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,4 @@ jobs:
7070
working-directory: plugins/${{ steps.plugin.outputs.slug }}
7171
php: ${{ matrix.php }}
7272
wordpress: ${{ matrix.wordpress }}
73-
extensions: json,mbstring
74-
coverage: 1
73+
extensions: json,mbstring

plugins/hwp-previews/composer.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,28 @@
2222
"prefer-stable": true,
2323
"require-dev": {
2424
"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",
2535
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2636
"humanmade/psalm-plugin-wordpress": "^3.1",
2737
"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",
2841
"phpcompatibility/phpcompatibility-wp": "^2.0",
2942
"phpstan/phpstan-strict-rules": "^2.0",
3043
"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"
3247
},
3348
"config": {
3449
"allow-plugins": {
@@ -73,7 +88,9 @@
7388
"/.DS_Store",
7489
".docker/",
7590
".env.dist",
76-
"c3.php"
91+
"c3.php",
92+
"codeception.dist.yml",
93+
"tests"
7794
]
7895
},
7996
"autoload": {

0 commit comments

Comments
 (0)