-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 785 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
{
"require": {
"php": ">=5.5.9",
"symfony/symfony": "^2.8",
"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/data-fixtures": "^1.1"
},
"require-dev": {
"phpspec/phpspec": "^2.4",
"bossa/phpspec2-expect": "^1.0",
"behat/behat": "^3.0",
"behat/symfony2-extension": "^2.1",
"behat/mink-extension": "^2.0",
"behat/mink-browserkit-driver": "^1.2"
},
"authors": [
{
"name": "Paweł Jędrzejewski",
"email": "me@pjedrzejewski.com",
"homepage": "http://pjedrzejewski.com"
}
],
"autoload": {
"psr-4": {
"App\\": "src/"
}
},
"config": {
"bin-dir": "bin"
}
}