forked from paulredmond/chosen-cakephp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 1 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "paulredmond/chosen-cakephp",
"description": "Chosen CakePHP plugin for CakePHP 1.3 and 2.0",
"keywords": ["plugin", "cakephp"],
"homepage": "https://github.com/paulredmond/chosen-cakephp",
"version": "2.0.0",
"license": "MIT",
"authors": [
{
"name": "Paul Redmond",
"email": "[email protected]"
},
{
"name": "Harvest HQ",
"homepage": "http://harvesthq.github.com/chosen"
}
],
"repositories": {
"harvesthq/chosen": {
"package": {
"name": "harvesthq/chosen",
"version": "0.9.5",
"source": {
"url": "https://github.com/harvesthq/chosen.git",
"type": "git",
"reference": "v0.9.5"
}
}
}
},
"require": {
"php": ">=5.2.6",
"harvesthq/chosen": "0.9.5"
},
"config": {
"vendor-dir": "Vendor"
}
}