Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit ad3e2e2

Browse files
committed
use fork for sonata admin
1 parent 8ddd842 commit ad3e2e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": "^7.1",
2020
"symfony/framework-bundle": "^2.8 || ^3.3 || ^4.0",
21-
"sonata-project/doctrine-phpcr-admin-bundle": "^2.1",
21+
"sonata-project/doctrine-phpcr-admin-bundle": "^2.2",
2222
"sonata-project/admin-bundle": "^3.6.0",
2323
"symfony-cmf/tree-browser-bundle": "^2.0"
2424
},

tests/Fixtures/App/config/bundles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Symfony\Cmf\Bundle\MenuBundle\CmfMenuBundle::class => ['all' => true],
2828
Symfony\Cmf\Bundle\ContentBundle\CmfContentBundle::class => ['all' => true],
2929
JMS\SerializerBundle\JMSSerializerBundle::class => ['all' => true],
30-
CKEditorBundle::class => ['all' => true],
30+
FOS\CKEditorBundle\FOSCKEditorBundle::class => ['all' => true],
3131
SonataBlockBundle::class => ['all' => true],
3232
SonataCoreBundle::class => ['all' => true],
3333
SonataAdminBundle::class => ['all' => true],

0 commit comments

Comments
 (0)