Skip to content

Commit bb3631c

Browse files
authored
Add WPGraphQL version compatibility headers and checks (#377)
* feat: registers wp-graphql update filters instead of VersionCheck * Update WPGraphQLContentBlocks.php * chore: remove composer.json patches * chore: code review updates * style: remove wxtra whitespace
1 parent b42afd7 commit bb3631c

File tree

4 files changed

+287
-125
lines changed

4 files changed

+287
-125
lines changed

composer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"require": {
88
"php": ">=7.4",
99
"imangazaliev/didom": "^2.0",
10-
"blakewilson/wp-enforce-semver": "^3.0",
1110
"cweagans/composer-patches": "^1"
1211
},
1312
"require-dev": {
@@ -60,12 +59,5 @@
6059
"psr-4": {
6160
"WPGraphQL\\ContentBlocks\\Unit\\": "tests/unit/"
6261
}
63-
},
64-
"extra": {
65-
"patches": {
66-
"blakewilson/wp-enforce-semver": {
67-
"Fixes version key case": "patches/blakewilson-wp-enforce-semver/semver-object-key-version.patch"
68-
}
69-
}
7062
}
7163
}

0 commit comments

Comments
 (0)