Skip to content

Commit 31ac75c

Browse files
committed
Merge pull request #2 from threadinc/master
added composer.json
2 parents 7f15865 + 865869d commit 31ac75c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "webtechnick/db-configuration",
3+
"type": "cakephp-plugin",
4+
"description": "The Configuration plugin is an extremely useful way to store site-wide configuration.",
5+
"keywords": [
6+
"cakephp",
7+
"configuration"
8+
],
9+
"homepage": "http://www.webtechnick.com/blogs/view/223/CakePHP_Configuration_Plugin",
10+
"authors": [
11+
{
12+
"name": "Nick Baker",
13+
"email": "[email protected]"
14+
}
15+
],
16+
"support": {
17+
"issues": "https://github.com/webtechnick/CakePHP-Configuration-Plugin/issues",
18+
"source": "https://github.com/webtechnick/CakePHP-Configuration-Plugin"
19+
},
20+
"require": {
21+
"php": ">=5.3.0",
22+
"composer/installers": "*"
23+
}
24+
}

0 commit comments

Comments
 (0)