forked from ryuzee/open-slideshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·35 lines (35 loc) · 892 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
{
"name": "ryuzee/open-slideshare",
"description": "Sharing slide decks",
"license": "MIT License",
"authors": [
{
"name": "Ryutaro YOSHIBA",
"email": "[email protected]"
}
],
"config": {
"vendor-dir": "Vendor"
},
"extra": {
"installer-paths": {
"Plugin/SQS": ["lorenzo/cakephp-sqs"]
}
},
"require-dev": {
"squizlabs/php_codesniffer": "2.*"
},
"require": {
"cakephp/cakephp": "2.7.*",
"phpunit/phpunit": "3.7.38",
"aws/aws-sdk-php": "2.*",
"cakedc/migrations": "~2.3",
"cakedc/tags": "1.6.1",
"cakedc/search": "*",
"slywalker/boost_cake": "*",
"lorenzo/cakephp-sqs": "dev-master",
"cakephp/debug_kit": "2.2.5",
"tholu/php-packer": "0.1.2",
"monolog/monolog":"*"
}
}