Skip to content

Commit 798ff62

Browse files
committedOct 26, 2018
Require composer/installers
1 parent e4387b3 commit 798ff62

5 files changed

+148
-2
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
vendor

‎CHANGELOG.md

+4
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

+2-1
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

+140
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎gravity-forms-javascript-dynamic-population.php

+1-1
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)