Skip to content

Commit

Permalink
chore: update strauss and composer deps (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed May 12, 2024
1 parent 18c0713 commit ac31058
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 274 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- chore: Update Strauss to v0.19.1 and Composer dependencies.

## v0.5.0

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.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"phpstan/phpstan": "^1.8",
"phpstan/extension-installer": "^1.1",
"szepeviktor/phpstan-wordpress": "^1.1",
"wp-graphql/wp-graphql-testcase": "~2.3",
"wp-graphql/wp-graphql-testcase": "~3.0.1",
"axepress/wp-graphql-stubs": "^1.13",
"axepress/wp-graphql-cs": "^2.0.0-beta",
"wp-cli/wp-cli-bundle": "^2.8.1",
Expand All @@ -113,7 +113,7 @@
"run-app": "@docker-run -a",
"run-test": "@docker-run -t",
"strauss-install": [
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.17.0/strauss.phar"
"test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L -C - https://github.com/BrianHenryIE/strauss/releases/download/0.19.1/strauss.phar"
],
"strauss": [
"@strauss-install",
Expand Down
Loading

0 comments on commit ac31058

Please sign in to comment.