File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "name" : " elao/admin-theme-bundle" ,
33 "description" : " Twig template set for elao-admin" ,
44 "type" : " symfony-bundle" ,
5+ "homepage" : " https://github.com/Elao/ElaoAdminThemeBundle" ,
6+ "license" : " MIT" ,
7+ "authors" : [
8+ {
9+ "name" : " Elao" ,
10+ "homepage" : " https://www.elao.com"
11+ },
12+ {
13+ "name" : " Thomas Jarrand" ,
14+ "email" : " thomas.jarrand@elao.com"
15+ }
16+ ],
517 "require" : {
618 "php" : " ^7.4" ,
719 "twig/twig" : " ^2.12|^3.0" ,
1628 "symfony/finder" : " ^5.1" ,
1729 "symfony/filesystem" : " ^5.1"
1830 },
19- "license" : " MIT" ,
20- "authors" : [
21- {
22- "name" : " Thomas Jarrand" ,
23- "email" : " thomas.jarrand@elao.com"
24- }
25- ],
2631 "autoload" : {
2732 "psr-4" : {
2833 "Elao\\ Bundle\\ AdminThemeBundle\\ " : " ."
29- }
34+ },
3035 },
36+ "prefer-stable" : true ,
37+ "minimum-stability" : " dev" ,
3138 "extra" : {
3239 "branch-alias" : {
3340 "dev-master" : " 1.x-dev"
3441 }
42+ },
43+ "config" : {
44+ "preferred-install" : {
45+ "*" : " dist"
46+ },
47+ "sort-packages" : true
3548 }
3649}
You can’t perform that action at this time.
0 commit comments