Skip to content

Commit c28712b

Browse files
committed
packagist composer
1 parent be91ea8 commit c28712b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

composer.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "nirjharlo/wp-plugin-framework",
3+
"type": "wordpress-plugin",
4+
"description": "A framework for quick production of WordPress plugins.",
5+
"keywords": ["wordpress","framework"],
6+
"homepage": "https://github.com/nirjharlo/wp-plugin-framework",
7+
"license": "GPL-2.0-or-later",
8+
"authors": [
9+
{
10+
"name": "Nirjhar Lo",
11+
"email": "[email protected]",
12+
"homepage": "http://nirjharlo.com",
13+
"role": "Developer"
14+
}
15+
],
16+
"require": {
17+
"php": ">=5.3.0"
18+
}
19+
}

0 commit comments

Comments
 (0)