Skip to content

Commit 8dbc366

Browse files
committed
add later sonata-version
1 parent 717c770 commit 8dbc366

File tree

5 files changed

+204
-221
lines changed

5 files changed

+204
-221
lines changed

composer.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,14 @@
2626
"symfony/polyfill-php56": "*"
2727
},
2828
"repositories": [
29-
{"type": "vcs", "url": "https://github.com/ElectricMaxxx/IvoryCKEditorBundle.git"},
30-
{"type": "vcs", "url": "https://github.com/ElectricMaxxx/SonataDoctrinePhpcrAdminBundle.git"},
31-
{"type": "vcs", "url": "https://github.com/ElectricMaxxx/ivory-json-builder.git"}
29+
{"type": "vcs", "url": "https://github.com/ElectricMaxxx/SonataDoctrinePhpcrAdminBundle"}
3230
],
3331
"require": {
3432
"php": "^7.1.3",
3533
"burgov/key-value-form-bundle": "^1.4",
3634
"doctrine/data-fixtures": "^1.0",
3735
"doctrine/doctrine-bundle": "^1.6",
3836
"doctrine/doctrine-cache-bundle": "^1.2",
39-
"egeloen/ckeditor-bundle": "dev-allow_symfony_4",
40-
"egeloen/json-builder": "dev-allow_symfony_4 as 3.0",
4137
"friendsofsymfony/rest-bundle": "^2.3",
4238
"incenteev/composer-parameter-handler": "^2.1",
4339
"jackalope/jackalope-doctrine-dbal": "^1.3",
@@ -66,8 +62,9 @@
6662
"symfony/swiftmailer-bundle": "^3.2",
6763
"symfony/web-server-bundle": "^4.0",
6864
"symfony/yaml": "^4.0",
69-
"sonata-project/translation-bundle": "^2.6",
70-
"sonata-project/doctrine-orm-admin-bundle": "^3.4"
65+
"sonata-project/translation-bundle": "^2.3",
66+
"sonata-project/doctrine-orm-admin-bundle": "^3.4",
67+
"friendsofsymfony/ckeditor-bundle": "^1.1"
7168
},
7269
"require-dev": {
7370
"liip/functional-test-bundle": "^2.0",

0 commit comments

Comments
 (0)