Skip to content

Commit 6a9509c

Browse files
committed
local env
1 parent ea70bdd commit 6a9509c

File tree

5 files changed

+624
-238
lines changed

5 files changed

+624
-238
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"core": null,
3+
"phpVersion": "8.0",
4+
"plugins": [
5+
"https://downloads.wordpress.org/plugin/wp-graphql.latest-stable.zip",
6+
"."
7+
],
8+
"port": 8889,
9+
"testsPort": 8890,
10+
"config": {
11+
"WP_DEBUG": true,
12+
"WP_DEBUG_LOG": true,
13+
"WP_DEBUG_DISPLAY": false,
14+
"WP_ENVIRONMENT_TYPE": "development"
15+
},
16+
"mappings": {
17+
"wp-content/plugins/wp-graphql-headless-webhooks": "."
18+
},
19+
"env": {
20+
"tests": {
21+
"port": 8890
22+
}
23+
}
24+
}

plugins/wp-graphql-headless-webhooks/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.4 || ^8.0",
14+
"php": "^7.4 || ^8.0 || ^8.4",
1515
"axepress/wp-graphql-plugin-boilerplate": "^0.1.0"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)