Skip to content

Commit 0597c42

Browse files
committed
dev: update PHPUnit to >8.5
1 parent 174bf1c commit 0597c42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "axepress/wp-graphql-cs",
33
"type": "phpcodesniffer-standard",
44
"description": "PHP_CodeSniffer rules (sniffs) for the WPGraphQL ecosystem.",
5+
"version": "1.0.0-beta.2",
56
"keywords": [
67
"phpcs",
78
"wpcs",
@@ -35,7 +36,7 @@
3536
"php-parallel-lint/php-console-highlighter": "^1.0.0",
3637
"phpcompatibility/php-compatibility": "^9",
3738
"phpcsstandards/phpcsdevtools": "^1.0",
38-
"phpunit/phpunit": "^4 || ^5 || ^6 || ^7"
39+
"phpunit/phpunit": "^8.5 || ^9"
3940
},
4041
"config": {
4142
"allow-plugins": {

0 commit comments

Comments
 (0)