|
14 | 14 | "symfony/monolog-bundle": "2.3.*",
|
15 | 15 | "symfony/assetic-bundle": "2.3.*",
|
16 | 16 | "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", |
21 | 21 | "doctrine/doctrine-bundle": "1.2.*",
|
22 | 22 | "doctrine/data-fixtures": "1.0.*",
|
23 | 23 | "liip/functional-test-bundle": "1.0.*",
|
24 | 24 | "lunetics/locale-bundle": "2.2.*",
|
25 | 25 | "liip/doctrine-cache-bundle": "1.0.*",
|
26 | 26 | "incenteev/composer-parameter-handler": "~2.0",
|
27 | 27 | "liip/imagine-bundle": "~0.12",
|
28 |
| - "wjzijderveld/check-bundles": "dev-master" |
| 28 | + "wjzijderveld/check-bundles": "1.0.*" |
29 | 29 | },
|
30 | 30 | "scripts": {
|
31 | 31 | "post-install-cmd": [
|
32 | 32 | "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
|
33 | 33 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
34 |
| - "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate", |
| 34 | + "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor", |
35 | 35 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
36 | 36 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
37 | 37 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
38 | 38 | ],
|
39 | 39 | "post-update-cmd": [
|
40 | 40 | "WillemJan\\CheckBundles\\Composer\\CheckBundles::postPackageUpdate",
|
41 | 41 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
42 |
| - "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreate", |
| 42 | + "Symfony\\Cmf\\Bundle\\CreateBundle\\Composer\\ScriptHandler::downloadCreateAndCkeditor", |
43 | 43 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
44 | 44 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
45 | 45 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
|
0 commit comments