forked from f1nder/SolutionMongoAggregationBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 816 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 816 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
{
"name": "solution/mongo-odm-aggregation-bundle",
"description": "This Bundle integrates mongo aggregation queries into you Symfony2 project.",
"keywords": ["mongo", "aggregation", "query", "pipeline"],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Aleksandr Moroz",
"homepage": "http://comingsoon.com",
"email": "netstroix@gmail.com"
}
],
"require": {
"php": ">=5.4.0",
"symfony/symfony": "~2.3",
"solution/pipeline-builder": "dev-master",
"doctrine/mongodb-odm-bundle": "~3.0"
},
"minimum-stability": "dev",
"autoload": {
"psr-0": {
"Solution\\MongoAggregationBundle": ""
}
},
"target-dir": "Solution/MongoAggregationBundle"
}