-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.4 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
{
"name": "fourlabs/reports-bundle",
"version": "1.0",
"description": "This bundle helps you report on your Symfony entities, by using on fourlabs/qbjs-parser-bundle and querybuilder.js.org.",
"license": "MIT",
"homepage": "https://github.com/fourlabsldn/QBJSParserBundle",
"keywords": [
"PHP","QBJSParser", "QBJSParserBundle", "QBJS",
"Parser", "Symfony", "Doctrine", "ORM",
"querybuilder.js", "querybuilder.js.org",
"jQuery-QueryBuilder", "jQuery", "QueryBuilder",
"Reports", "Reports Bundle", "ReportsBundle"
],
"authors": [
{
"name": "Four Labs",
"email": "[email protected]",
"homepage": "https://fourlabs.co.uk/"
}
],
"minimum-stability": "dev",
"require": {
"php": "^7.0",
"fourlabs/qbjs-parser": "dev-master",
"fourlabs/qbjs-parser-bundle": "dev-master",
"symfony/config": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/dependency-injection": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/http-kernel": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/event-dispatcher": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/property-info": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/property-access": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/routing": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/translation": "~2.8|~3.0|~3.1|^4.0|^5.0",
"symfony/serializer": "~2.8|~3.0|~3.1|^4.0|^5.0"
},
"autoload": {
"psr-4": {
"FL\\ReportsBundle\\": ""
}
}
}