forked from Elma/DevExpressBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 902 Bytes
/
composer.json
File metadata and controls
37 lines (37 loc) · 902 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
36
37
{
"name": "elma/devexpressbundle",
"description": "Bridge between the DevExtreme Js widgets and Doctrine",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Marc Giraud-telme",
"email": "marc.giraud.telme@gmail.com"
}
],
"autoload" : {
"psr-4" : {
"Bilendi\\DevExpressBundle\\" : ""
}
},
"autoload-dev" : {
"psr-4" : {
"Bilendi\\DevExpressBundle\\Tests\\" : "Tests/"
}
},
"require": {
"php": "^7.0",
"doctrine/orm": "^2.5",
"lstrojny/functional-php": "^1.4",
"symfony/framework-bundle": "^2.6|^3.2|^4.4"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/phpunit-bridge": "^3.2"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}