-
Notifications
You must be signed in to change notification settings - Fork 30
/
composer.json
37 lines (37 loc) · 1.06 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
{
"name": "mkusher/padawan",
"description": "Smart php completion server",
"authors": [
{
"name": "Aleh Kashnikau",
"email": "[email protected]"
}
],
"autoload":{
"psr-4":{"":"src/"}
},
"bin": ["bin/padawan", "bin/padawan-server"],
"license": "MIT",
"require": {
"phine/path": "~1.0",
"nikic/php-parser": "~3.0",
"monolog/monolog": "~1.13",
"phpdocumentor/reflection-docblock": "~2.0",
"symfony/event-dispatcher": "~2.6 || ~3.0",
"doctrine/cache": "^1.4",
"symfony/console": "~2.7 || ~3.0",
"php-di/php-di": "^5.1",
"react/http": "^0.4.4",
"react/filesystem": "dev-master",
"mkusher/react-co": "dev-master"
},
"require-dev": {
"behat/behat": "~3.0",
"peridot-php/leo": "~1.4",
"phpspec/prophecy": "^1.5",
"peridot-php/peridot": "1.18",
"peridot-php/peridot-prophecy-plugin": "~1.0",
"phpspec/phpspec": "^2.5"
},
"minimum-stability": "beta"
}