Skip to content

Commit

Permalink
jetpack connector test updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Aug 3, 2020
1 parent 0d74eef commit b7861e3
Show file tree
Hide file tree
Showing 5 changed files with 750 additions and 93 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/jetpack": "^8.7"
},
"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 b7861e3

Please sign in to comment.