forked from paulredmond/chosen-cakephp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.02 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
39
{
"name": "paulredmond/chosen-cakephp",
"description": "Chosen CakePHP plugin for CakePHP 1.3 and CakePHP 2",
"keywords": ["plugin", "cakephp"],
"homepage": "https://github.com/paulredmond/chosen-cakephp",
"version": "2.0.3",
"license": "MIT",
"authors": [
{
"name": "Paul Redmond",
"email": "paulrredmond@gmail.com"
},
{
"name": "Harvest HQ",
"homepage": "http://harvesthq.github.com/chosen"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "harvesthq/chosen",
"version": "0.9.8",
"source": {
"url": "https://github.com/harvesthq/chosen.git",
"type": "git",
"reference": "v0.9.8"
}
}
}
],
"require": {
"php": ">=5.2.6",
"harvesthq/chosen": "0.9.8"
},
"config": {
"vendor-dir": "Vendor"
}
}