Skip to content

Commit ac31058

Browse files
authored
chore: update strauss and composer deps (#72)
1 parent 18c0713 commit ac31058

File tree

5 files changed

+379
-274
lines changed

5 files changed

+379
-274
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- chore: Update Strauss to v0.19.1 and Composer dependencies.
6+
57
## v0.5.0
68

79
This _major_ release refactors the root files to use the `WPGraphQL\FacetWP` namespace. It also adds support for the Plugin Dependencies header added in WordPress 6.5, adds explicit support for PHP 8.2 and WordPress 6.5, and more.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"phpstan/phpstan": "^1.8",
9292
"phpstan/extension-installer": "^1.1",
9393
"szepeviktor/phpstan-wordpress": "^1.1",
94-
"wp-graphql/wp-graphql-testcase": "~2.3",
94+
"wp-graphql/wp-graphql-testcase": "~3.0.1",
9595
"axepress/wp-graphql-stubs": "^1.13",
9696
"axepress/wp-graphql-cs": "^2.0.0-beta",
9797
"wp-cli/wp-cli-bundle": "^2.8.1",
@@ -113,7 +113,7 @@
113113
"run-app": "@docker-run -a",
114114
"run-test": "@docker-run -t",
115115
"strauss-install": [
116-
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.17.0/strauss.phar"
116+
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.19.1/strauss.phar"
117117
],
118118
"strauss": [
119119
"@strauss-install",

0 commit comments

Comments
 (0)