Skip to content

Commit 83f49f3

Browse files
committed
ACF connector test implemented.
1 parent 80477f7 commit 83f49f3

File tree

7 files changed

+1090
-110
lines changed

7 files changed

+1090
-110
lines changed

composer.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
"homepage": "https://wordpress.org/plugins/stream/",
55
"type": "wordpress-plugin",
66
"license": "GPL-2.0-or-later",
7+
"repositories": [
8+
{
9+
"type":"composer",
10+
"url":"https://wpackagist.org"
11+
}
12+
],
713
"require": {
814
"composer/installers": "~1.0"
915
},
@@ -15,7 +21,8 @@
1521
"wp-cli/wp-cli-bundle": "^2.2",
1622
"wp-coding-standards/wpcs": "^2.2",
1723
"wp-phpunit/wp-phpunit": "^5.4",
18-
"wpsh/local": "^0.2.3"
24+
"wpsh/local": "^0.2.3",
25+
"wpackagist-plugin/advanced-custom-fields": "5.8.12"
1926
},
2027
"config": {
2128
"process-timeout": 600,
@@ -25,7 +32,10 @@
2532
}
2633
},
2734
"extra": {
28-
"wordpress-install-dir": "local/public"
35+
"wordpress-install-dir": "local/public",
36+
"installer-paths": {
37+
"local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
38+
}
2939
},
3040
"scripts": {
3141
"release": [

0 commit comments

Comments
 (0)