-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 925 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 925 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Asynchronio",
"description": "Asynchronio PHP Engine",
"minimum-stability": "stable",
"license": "proprietary",
"authors": [
{
"name": "Djenad Razic",
"email": "DjenadRazic@gmail.com"
}
],
"require" : {
"predis/predis": "1.1.*@dev",
"textalk/websocket": "1.0.*",
"gabordemooij/redbean": "dev-master",
"league/plates": "3.*",
"tracy/tracy": "dev-master",
"stage1/docker-php": "@dev",
"league/flysystem": "dev-master",
"nlp-tools/nlp-tools" : "dev-master",
"memio/memio" : "~1.0",
"agentile/php-stanford-nlp" : "dev-master",
"google/apiclient" : "dev-master",
"nikic/php-parser" : "dev-master"
},
"require-dev" : {
"phpunit/phpunit": ">=4.2",
"phpunit/php-invoker": "dev-master"
},
"autoload": {
"classmap": [ "app" ]
},
"scripts": {
"post-install-cmd": "php \"app/are/scripts/StanfordInstall.php\""
}
}