Skip to content

Commit

Permalink
chore: update deps and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Apr 6, 2024
1 parent 6b1674e commit 870148c
Show file tree
Hide file tree
Showing 7 changed files with 1,248 additions and 757 deletions.
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
Tests for WordPress version compatibility.
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties
-->
<config name="minimum_supported_wp_version" value="5.4.1"/>
<config name="minimum_wp_version" value="5.4.1"/>

<!-- Rules: WPGraphQL Coding Standards -->
<!-- https://github.com/AxeWP/WPGraphQL-Coding-Standards/WPGraphQL/ruleset.xml -->
Expand Down
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 Composer dependencies and lint.

## v0.4.4

This _minor_ release implements the new WPGraphQL Coding Standards ruleset for `PHP_CodeSniffer`. While many of the addressed sniffs are cosmetic, numerous smells regarding performance, type safety, sanitization, and 3rd-party interoperability have been fixed as well.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}
},
"require": {
"php": ">=7.4, <=8.1",
"php": ">=7.4",
"axepress/wp-graphql-plugin-boilerplate": "0.0.9"
},
"require-dev": {
Expand All @@ -87,13 +87,13 @@
"codeception/module-webdriver": "^1.0",
"codeception/phpunit-wrapper": "^9.0",
"codeception/util-universalframework": "^1.0",
"lucatume/wp-browser": "^3.0",
"lucatume/wp-browser": "<3.5",
"phpstan/phpstan": "^1.8",
"phpstan/extension-installer": "^1.1",
"szepeviktor/phpstan-wordpress": "^1.1",
"wp-graphql/wp-graphql-testcase": "~2.3",
"axepress/wp-graphql-stubs": "^1.13",
"axepress/wp-graphql-cs": "^1.0.0-beta",
"axepress/wp-graphql-cs": "^2.0.0-beta",
"wp-cli/wp-cli-bundle": "^2.8.1",
"php-coveralls/php-coveralls": "^2.5"
},
Expand Down
Loading

0 comments on commit 870148c

Please sign in to comment.