Skip to content

Commit 798ff62

Browse files
committed
Require composer/installers
1 parent e4387b3 commit 798ff62

File tree

5 files changed

+148
-2
lines changed

5 files changed

+148
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.2 / 2018-10-26
4+
5+
- Require composer/installers
6+
37
## 1.0.1 / 2018-10-26
48

59
- Add license and composer config file

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"issues": "https://github.com/mmirus/gravity-forms-javascript-dynamic-population/issues"
2020
},
2121
"require": {
22-
"php": ">=5.3.0"
22+
"php": ">=5.3.0",
23+
"composer/installers": "^1.6"
2324
}
2425
}

composer.lock

Lines changed: 140 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gravity-forms-javascript-dynamic-population.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Description: Dynamically populate Gravity Forms fields from query parameters using JavaScript.
77
Author: Matt Mirus
88
Author URI: https://github.com/mmirus
9-
Version: 1.0.1
9+
Version: 1.0.2
1010
GitHub Plugin URI: https://github.com/mmirus/gravity-forms-javascript-dynamic-population
1111
*/
1212

0 commit comments

Comments
 (0)