Skip to content

Commit

Permalink
prepare 1.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 11, 2013
1 parent 6ceed46 commit 62cac1a
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 169 deletions.
3 changes: 3 additions & 0 deletions app/config/config.yml
Expand Up @@ -79,6 +79,9 @@ cmf_core:
multilang:
locales: %locales%

cmf_create:
editor_base_path: /bundles/cmfcreate/vendor/ckeditor/

cmf_simple_cms:
routing:
templates_by_class:
Expand Down
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -14,32 +14,32 @@
"symfony/monolog-bundle": "2.3.*",
"symfony/assetic-bundle": "2.3.*",
"sensio/distribution-bundle": "2.3.*",
"symfony-cmf/symfony-cmf": "1.0.0-beta6",
"symfony-cmf/simple-cms-bundle": "1.0.0-RC2",
"symfony-cmf/create-bundle": "1.0.0-beta4",
"jackalope/jackalope-doctrine-dbal":"1.0.0-beta3",
"symfony-cmf/symfony-cmf": "1.0.0-RC1",
"symfony-cmf/simple-cms-bundle": "1.0.0-RC3",
"symfony-cmf/create-bundle": "1.0.0-RC1",
"jackalope/jackalope-doctrine-dbal": "1.0.0-beta4",
"doctrine/doctrine-bundle": "1.2.*",
"doctrine/data-fixtures": "1.0.*",
"liip/functional-test-bundle": "1.0.*",
"lunetics/locale-bundle": "2.2.*",
"liip/doctrine-cache-bundle": "1.0.*",
"incenteev/composer-parameter-handler": "~2.0",
"liip/imagine-bundle": "~0.12",
"wjzijderveld/check-bundles": "dev-master"
"wjzijderveld/check-bundles": "1.0.*"
},
"scripts": {
"post-install-cmd": [
"WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
],
"post-update-cmd": [
"WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate",
"Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
Expand Down

0 comments on commit 62cac1a

Please sign in to comment.