Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zArubaru authored Jan 26, 2017
1 parent 949c4f7 commit 3b69bd9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "devgeniem/wp-redirection",
"type": "wordpress-plugin",
"license": "GPL-3.0",
"description": "Fork of GravityForms repo so we can use it in our composer architecture.",
"authors": [
{
"name": "wp-premium",
"homepage": "http://www.gravityforms.com/"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4",
"composer/installers": "^1.0.12"
}
}

0 comments on commit 3b69bd9

Please sign in to comment.