-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
50 lines (41 loc) · 1.04 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
46
47
48
49
50
{
"name": "velikonja/dog-breeds-bundle",
"type": "symfony-bundle",
"description": "",
"keywords": ["symfony", "bundle"],
"homepage": "https://github.com/matejvelikonja/DogBreedsBundle",
"license": "MIT",
"authors": [
{
"name": "Matej Velikonja",
"homepage": "https://github.com/matejvelikonja"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.3",
"squizlabs/php_codesniffer": "~2.0",
"phpmd/phpmd": "~2.1",
"sebastian/phpcpd": "~2.0",
"symfony/symfony": "~2.3",
"sensio/framework-extra-bundle": "~2.3"
},
"autoload": {
"psr-0": {
"Velikonja\\DogBreedsBundle": ""
}
},
"target-dir": "Velikonja/DogBreedsBundle",
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"bin-dir": "bin"
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}