This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
tests/Fixtures/App/config Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 15
15
"homepage" : " https://github.com/symfony-cmf/sonata-admin-bundle/contributors"
16
16
}
17
17
],
18
+ "repositories" : [
19
+ {"type" : " vcs" , "url" : " https://github.com/ElectricMaxxx/SonataDoctrinePhpcrAdminBundle.git" }
20
+ ],
18
21
"require" : {
19
22
"php" : " ^7.1" ,
20
23
"symfony/framework-bundle" : " ^2.8 || ^3.3 || ^4.0" ,
21
- "sonata-project/doctrine-phpcr-admin-bundle" : " ^ 2.1" ,
24
+ "sonata-project/doctrine-phpcr-admin-bundle" : " dev-allow_Symfony_4 as 2.1" ,
22
25
"sonata-project/admin-bundle" : " ^3.6.0" ,
23
26
"symfony-cmf/tree-browser-bundle" : " ^2.0"
24
27
},
67
70
"conflict" : {
68
71
"sebastian/environment" : " <1.3.4" ,
69
72
"sebastian/exporter" : " <2.0.0"
70
- },
71
- "minimum-stability" : " dev" ,
72
- "prefer-stable" : true
73
+ }
73
74
}
Original file line number Diff line number Diff line change 27
27
Symfony \Cmf \Bundle \MenuBundle \CmfMenuBundle::class => ['all ' => true ],
28
28
Symfony \Cmf \Bundle \ContentBundle \CmfContentBundle::class => ['all ' => true ],
29
29
JMS \SerializerBundle \JMSSerializerBundle::class => ['all ' => true ],
30
- CKEditorBundle::class => ['all ' => true ],
30
+ FOS \ CKEditorBundle \FOSCKEditorBundle ::class => ['all ' => true ],
31
31
SonataBlockBundle::class => ['all ' => true ],
32
32
SonataCoreBundle::class => ['all ' => true ],
33
33
SonataAdminBundle::class => ['all ' => true ],
You can’t perform that action at this time.
0 commit comments