forked from Becklyn/BecklynRadBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 1.06 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
{
"name": "becklyn/rad-bundle",
"description": "This bundle provides basic components",
"type": "symfony-bundle",
"homepage": "https://github.com/Becklyn/RadBundle",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Becklyn Studios",
"homepage": "http://becklyn.com/"
}
],
"require": {
"php": "^7.1",
"doctrine/doctrine-bundle": "^1.6",
"doctrine/orm": "^2.6",
"symfony/config": "^3.4 | ^4.0",
"symfony/dependency-injection": "^3.4 | ^4.0",
"symfony/form": "^3.4 | ^4.0",
"symfony/http-kernel": "^3.4 | ^4.0",
"symfony/translation": "^3.4 | ^4.0",
"twig/twig": "^1.26 | ^2.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"becklyn/php-cs": "^1.0.9"
},
"autoload": {
"psr-4": { "Becklyn\\RadBundle\\": "" }
},
"autoload-dev": {
"psr-4": {
"Tests\\Becklyn\\RadBundle\\": "tests/"
}
},
"config": {
"sort-packages": true
}
}