Skip to content

Commit 62cac1a

Browse files
committed
prepare 1.0.0-RC1
1 parent 6ceed46 commit 62cac1a

File tree

3 files changed

+177
-169
lines changed

3 files changed

+177
-169
lines changed

app/config/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ cmf_core:
7979
multilang:
8080
locales: %locales%
8181

82+
cmf_create:
83+
editor_base_path: /bundles/cmfcreate/vendor/ckeditor/
84+
8285
cmf_simple_cms:
8386
routing:
8487
templates_by_class:

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,32 @@
1414
"symfony/monolog-bundle": "2.3.*",
1515
"symfony/assetic-bundle": "2.3.*",
1616
"sensio/distribution-bundle": "2.3.*",
17-
"symfony-cmf/symfony-cmf": "1.0.0-beta6",
18-
"symfony-cmf/simple-cms-bundle": "1.0.0-RC2",
19-
"symfony-cmf/create-bundle": "1.0.0-beta4",
20-
"jackalope/jackalope-doctrine-dbal":"1.0.0-beta3",
17+
"symfony-cmf/symfony-cmf": "1.0.0-RC1",
18+
"symfony-cmf/simple-cms-bundle": "1.0.0-RC3",
19+
"symfony-cmf/create-bundle": "1.0.0-RC1",
20+
"jackalope/jackalope-doctrine-dbal": "1.0.0-beta4",
2121
"doctrine/doctrine-bundle": "1.2.*",
2222
"doctrine/data-fixtures": "1.0.*",
2323
"liip/functional-test-bundle": "1.0.*",
2424
"lunetics/locale-bundle": "2.2.*",
2525
"liip/doctrine-cache-bundle": "1.0.*",
2626
"incenteev/composer-parameter-handler": "~2.0",
2727
"liip/imagine-bundle": "~0.12",
28-
"wjzijderveld/check-bundles": "dev-master"
28+
"wjzijderveld/check-bundles": "1.0.*"
2929
},
3030
"scripts": {
3131
"post-install-cmd": [
3232
"WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
3333
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
34-
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
34+
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
3535
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
3636
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
3737
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
3838
],
3939
"post-update-cmd": [
4040
"WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
4141
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
42-
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
42+
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
4343
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
4444
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
4545
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"

0 commit comments

Comments
 (0)