Skip to content

Commit

Permalink
Merge pull request #1118 from kidunot89/tests/connectors
Browse files Browse the repository at this point in the history
ACF connector test implemented and ACF v5.x support added
  • Loading branch information
kasparsd authored Aug 14, 2020
2 parents 1847504 + 83f49f3 commit 11612bf
Show file tree
Hide file tree
Showing 7 changed files with 1,090 additions and 110 deletions.
14 changes: 12 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"homepage": "https://wordpress.org/plugins/stream/",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"repositories": [
{
"type":"composer",
"url":"https://wpackagist.org"
}
],
"require": {
"composer/installers": "~1.0"
},
Expand All @@ -15,7 +21,8 @@
"wp-cli/wp-cli-bundle": "^2.2",
"wp-coding-standards/wpcs": "^2.2",
"wp-phpunit/wp-phpunit": "^5.4",
"wpsh/local": "^0.2.3"
"wpsh/local": "^0.2.3",
"wpackagist-plugin/advanced-custom-fields": "5.8.12"
},
"config": {
"process-timeout": 600,
Expand All @@ -25,7 +32,10 @@
}
},
"extra": {
"wordpress-install-dir": "local/public"
"wordpress-install-dir": "local/public",
"installer-paths": {
"local/public/wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
}
},
"scripts": {
"release": [
Expand Down
Loading

0 comments on commit 11612bf

Please sign in to comment.