forked from ongr-io/FilterManagerBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
35 lines (35 loc) · 933 Bytes
/
Copy pathcomposer.json
File metadata and controls
35 lines (35 loc) · 933 Bytes
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
{
"name": "ongr/filter-manager-bundle",
"description": "Filter manager bundle for product lists",
"type": "symfony-bundle",
"homepage": "http://ongr.io",
"license": "MIT",
"authors": [
{
"name": "ONGR team",
"homepage": "http://www.ongr.io"
}
],
"require": {
"php": "^7.0",
"symfony/symfony": "~2.8|~3.0",
"ongr/elasticsearch-bundle": "~5.0",
"jms/serializer-bundle": "^1.2"
},
"require-dev": {
"monolog/monolog": "~1.0",
"phpunit/phpunit": "~5.0",
"squizlabs/php_codesniffer": "~2.4",
"satooshi/php-coveralls": "~1.0"
},
"autoload": {
"psr-4": { "ONGR\\FilterManagerBundle\\": "" },
"exclude-from-classmap": ["/Test/", "/Tests/"]
},
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
}
}