forked from webinarium/DataTablesBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 1.01 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
{
"name": "webinarium/datatables-bundle",
"description": "DataTables Symfony bundle",
"type": "symfony-bundle",
"keywords": ["datatable", "datatables"],
"homepage": "https://github.com/webinarium/DataTablesBundle",
"license": "MIT",
"require": {
"php" : ">=7.0",
"psr/log" : "^1.0",
"symfony/config" : "^2.7|^3.0",
"symfony/dependency-injection" : "^2.7|^3.0",
"symfony/http-foundation" : "^2.7|^3.0",
"symfony/http-kernel" : "^2.7|^3.0",
"symfony/validator" : "^2.7|^3.0",
"roave/security-advisories" : "dev-master"
},
"require-dev": {
"phpunit/phpunit" : "^5.6",
"doctrine/annotations" : "^1.4",
"doctrine/cache" : "^1.6",
"friendsofphp/php-cs-fixer" : "^2.2"
},
"autoload": {
"psr-4": {
"DataTables\\": [ "src/", "tests/" ]
}
}
}