Skip to content

Commit 40fbd6e

Browse files
committed
Add smart cache to webhooks ISR example
1 parent b4f2497 commit 40fbd6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/next/webhooks-isr/.wp-env.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"phpVersion": "7.4",
2+
"phpVersion": "8.0",
33
"plugins": [
44
"https://github.com/wp-graphql/wp-graphql/releases/latest/download/wp-graphql.zip",
5+
"https://github.com/wp-graphql/wp-graphql-smart-cache/releases/download/v2.0.0/wpgraphql-smart-cache.zip",
56
"https://downloads.wordpress.org/plugin/code-snippets.3.6.8.zip",
67
"../../../plugins/wp-graphql-headless-webhooks"
78
],

0 commit comments

Comments
 (0)