-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.34 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
40
41
42
43
44
45
{
"name": "qafoolabs/time-planner",
"type": "project",
"license": "MIT",
"config": {
"platform": {
"php": "5.6"
}
},
"require": {
"php": ">=5.5",
"qafoolabs/no-framework-bundle": "^2.2",
"symfony/symfony": "^2.8",
"symfony/monolog-bundle": "@stable",
"kore/data-object": "^1.1",
"friendsofsymfony/user-bundle": "~1.3",
"doctrine/couchdb-odm": "dev-master",
"doctrine/couchdb": "dev-master",
"symfony/swiftmailer-bundle": "^2.3",
"doctrine/couchdb-odm-bundle": "dev-master",
"sabre/vobject": "^3.4",
"sensio/framework-extra-bundle": "^3.0",
"twbs/bootstrap": "^3.3",
"doctrine/doctrine-bundle": "@stable",
"doctrine/orm": "^2.5",
"symfony/expression-language": "~2.6"
},
"require-dev": {
"pdepend/pdepend": "@stable",
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "^5.0",
"phpunit/php-code-coverage": "^4.0",
"sebastian/phpcpd": "@stable",
"squizlabs/php_codesniffer": "@stable",
"behat/mink": "@dev",
"behat/mink-goutte-driver": "@dev",
"behat/mink-sahi-driver": "@dev",
"phpunit/phpcov": "^3.1"
},
"autoload": {
"psr-0": {
"Qafoo": ["src/php/", "tests/"]
}
}
}