We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f15865 + 865869d commit 31ac75cCopy full SHA for 31ac75c
composer.json
@@ -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