Skip to content

Commit

Permalink
Add composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmirus committed Oct 26, 2018
1 parent 4acff88 commit 0a5393c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ This plugin bypasses that problem by filling Gravity Forms fields that have dyna

To use, install and activate this plugin and then configure Gravity Forms' built-in dynamic population setting for the desired form fields as you normally would. When values are passed for those form fields in the URL, the plugin will detect them and fill them in.

Supports installation and updates with [GitHub Updater](https://github.com/afragen/github-updater).
This plugin is available on Packagist for installation with Composer, and also Supports installation and updates with [GitHub Updater](https://github.com/afragen/github-updater).
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "mmirus/gravity-forms-javascript-dynamic-population",
"description": "Dynamically populate Gravity Forms fields from query parameters using JavaScript.",
"type": "wordpress-plugin",
"license": "MIT",
"homepage": "https://github.com/mmirus/gravity-forms-javascript-dynamic-population",
"authors": [
{
"name": "Matt Mirus",
"email": "[email protected]",
"homepage": "https://github.com/mmirus"
}
],
"keywords": [
"wordpress",
"gravity forms"
],
"support": {
"issues": "https://github.com/mmirus/gravity-forms-javascript-dynamic-population/issues"
},
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 0a5393c

Please sign in to comment.