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

Commit 5557d25

Browse files
committed
use fork for sonata admin
1 parent 88958ad commit 5557d25

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@
1515
"homepage": "https://github.com/symfony-cmf/sonata-admin-bundle/contributors"
1616
}
1717
],
18+
"repositories": [
19+
{"type": "vcs", "url": "https://github.com/ElectricMaxxx/SonataDoctrinePhpcrAdminBundle.git"}
20+
],
1821
"require": {
1922
"php": "^7.1",
2023
"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",
2225
"sonata-project/admin-bundle": "^3.6.0",
2326
"symfony-cmf/tree-browser-bundle": "^2.0"
2427
},
@@ -67,7 +70,5 @@
6770
"conflict": {
6871
"sebastian/environment": "<1.3.4",
6972
"sebastian/exporter": "<2.0.0"
70-
},
71-
"minimum-stability": "dev",
72-
"prefer-stable": true
73+
}
7374
}

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)