Skip to content

Commit

Permalink
Require composer/installers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmirus committed Oct 26, 2018
1 parent e4387b3 commit 798ff62
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vendor
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.2 / 2018-10-26

- Require composer/installers

## 1.0.1 / 2018-10-26

- Add license and composer config file
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"issues": "https://github.com/mmirus/gravity-forms-javascript-dynamic-population/issues"
},
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"composer/installers": "^1.6"
}
}
140 changes: 140 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gravity-forms-javascript-dynamic-population.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Description: Dynamically populate Gravity Forms fields from query parameters using JavaScript.
Author: Matt Mirus
Author URI: https://github.com/mmirus
Version: 1.0.1
Version: 1.0.2
GitHub Plugin URI: https://github.com/mmirus/gravity-forms-javascript-dynamic-population
*/

Expand Down

0 comments on commit 798ff62

Please sign in to comment.