-
Notifications
You must be signed in to change notification settings - Fork 14
/
composer.json
33 lines (33 loc) · 961 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
33
{
"name": "padam87/attribute-bundle",
"type": "symfony-bundle",
"description": "Padam87 AttributeBundle",
"keywords": ["symfony", "attribute", "eav"],
"homepage": "https://github.com/Padam87/AttributeBundle",
"license": "MIT",
"authors": [
{
"name": "Adam Prager",
"email": "prager.adam87@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"symfony/symfony": "~2.5",
"doctrine/orm": "*",
"doctrine/doctrine-bundle": "*"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"mockery/mockery": "~0.9",
"matthiasnoback/symfony-dependency-injection-test": "~0.7.1",
"satooshi/php-coveralls": "dev-master"
},
"suggest": {
"padam87/search-bundle": "For easy searching in attributes"
},
"autoload": {
"psr-0": { "Padam87\\AttributeBundle": "" }
},
"target-dir": "Padam87/AttributeBundle"
}