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

Commit 3b69bd9

Browse files
authored
Create composer.json
1 parent 949c4f7 commit 3b69bd9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

composer.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "devgeniem/wp-redirection",
3+
"type": "wordpress-plugin",
4+
"license": "GPL-3.0",
5+
"description": "Fork of GravityForms repo so we can use it in our composer architecture.",
6+
"authors": [
7+
{
8+
"name": "wp-premium",
9+
"homepage": "http://www.gravityforms.com/"
10+
}
11+
],
12+
"minimum-stability": "dev",
13+
"require": {
14+
"php": ">=5.4",
15+
"composer/installers": "^1.0.12"
16+
}
17+
}

0 commit comments

Comments
 (0)