-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
36 lines (36 loc) · 851 Bytes
/
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
{
"name": "k1low/yak",
"description": "Yak: Yet Another Ktai plugin for CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp", "mobile"],
"homepage": "https://github.com/k1LoW/yak",
"license": "MIT",
"authors": [
{
"name": "Ken'ichiro Oyama",
"homepage": "https://github.com/k1LoW",
"role": "Author"
}
],
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net/"
}
],
"require": {
"composer/installers": "*",
"woothee/woothee": "*"
},
"suggest": {
"pear-pear.php.net/html_common": "to use mobileCSS option"
},
"autoload": {
"psr-0": {
"HTML_Emoji": "vendor/revulo/src/"
}
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
}
}