Skip to content

Commit

Permalink
GravityForms connector test implemented.
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed Aug 6, 2020
1 parent 80477f7 commit 2e84b50
Show file tree
Hide file tree
Showing 6 changed files with 1,662 additions and 175 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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",
"wp-premium/gravityforms": "^2.4.17"
},
"config": {
"process-timeout": 600,
Expand All @@ -25,7 +26,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 2e84b50

Please sign in to comment.