-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 739 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "webtechnick/configuration",
"type": "cakephp-plugin",
"description": "The Configuration plugin is an extremely useful way to store site-wide configuration.",
"keywords": [
"cakephp",
"configuration"
],
"homepage": "http://www.webtechnick.com/blogs/view/223/CakePHP_Configuration_Plugin",
"authors": [
{
"name": "Nick Baker",
"email": "nick@webtechnick.com"
}
],
"support": {
"issues": "https://github.com/webtechnick/CakePHP-Configuration-Plugin/issues",
"source": "https://github.com/webtechnick/CakePHP-Configuration-Plugin"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
}
}