Skip to content

Commit 0a5393c

Browse files
committed
Add composer config
1 parent 4acff88 commit 0a5393c

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This plugin bypasses that problem by filling Gravity Forms fields that have dyna
66

77
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.
88

9-
Supports installation and updates with [GitHub Updater](https://github.com/afragen/github-updater).
9+
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).

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "mmirus/gravity-forms-javascript-dynamic-population",
3+
"description": "Dynamically populate Gravity Forms fields from query parameters using JavaScript.",
4+
"type": "wordpress-plugin",
5+
"license": "MIT",
6+
"homepage": "https://github.com/mmirus/gravity-forms-javascript-dynamic-population",
7+
"authors": [
8+
{
9+
"name": "Matt Mirus",
10+
"email": "[email protected]",
11+
"homepage": "https://github.com/mmirus"
12+
}
13+
],
14+
"keywords": [
15+
"wordpress",
16+
"gravity forms"
17+
],
18+
"support": {
19+
"issues": "https://github.com/mmirus/gravity-forms-javascript-dynamic-population/issues"
20+
},
21+
"require": {
22+
"php": ">=5.3.0"
23+
}
24+
}

0 commit comments

Comments
 (0)