-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 950 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
34
35
36
37
{
"name": "ongr/category-manager",
"description": "ONGR Category Manager",
"type": "symfony-bundle",
"license": "proprietary",
"authors": [
{
"name": "ONGR",
"homepage": "http://www.ongr.io"
}
],
"repositories": [
{
"type": "composer",
"url": "http://packagist.fox.nfq.lt"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.6",
"doctrine/orm": "~2.4",
"doctrine/doctrine-bundle": "~1.2",
"stof/doctrine-extensions-bundle": "~1.1",
"friendsofsymfony/jsrouting-bundle": "~1.0",
"ongr/connections-bundle": "~0.6"
},
"require-dev": {
"phpunit/phpunit": "~4.2",
"ongr/ongr-strict-standard": "~2.1",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"psr-4": {
"ONGR\\CategoryManagerBundle\\": ""
}
}
}