Skip to content

Commit

Permalink
fix: WPGraphQL v1.24.x support added
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Apr 26, 2024
1 parent ea49c90 commit eac4d41
Show file tree
Hide file tree
Showing 9 changed files with 1,958 additions and 124 deletions.
6 changes: 3 additions & 3 deletions bin/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ install_local_test_library() {
composer install
composer require --dev \
lucatume/wp-browser:^3.1 \
symfony/finder:* \
codeception/lib-asserts:^1.0 \
codeception/module-asserts:^1.3.1 \
phpunit/phpunit:^9.6 \
codeception/lib-asserts:* \
codeception/module-asserts:* \
codeception/module-rest:* \
codeception/util-universalframework:^1.0 \
wp-graphql/wp-graphql-testcase:^2.3 \
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"phpstan/extension-installer": "^1.3",
"phpstan/phpdoc-parser": "^1.22.0",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"szepeviktor/phpstan-wordpress": "^1.3"
},
"config": {
Expand Down
Loading

0 comments on commit eac4d41

Please sign in to comment.