Skip to content

Commit 45071f2

Browse files
committed
prepare first stable release
1 parent fb8b64b commit 45071f2

File tree

2 files changed

+247
-261
lines changed

2 files changed

+247
-261
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"autoload": {
1313
"psr-0": { "": "src/" }
1414
},
15-
"minimum-stability": "dev",
15+
"minimum-stability": "stable",
1616
"require": {
1717
"php": ">=5.3.3",
1818
"symfony/symfony": "2.3.*",
1919
"twig/extensions": "1.0.*",
2020
"symfony/monolog-bundle": "2.3.*",
2121
"symfony/assetic-bundle": "2.3.*",
2222
"sensio/distribution-bundle": "2.3.*",
23-
"symfony-cmf/symfony-cmf": "1.0.0-RC7",
24-
"symfony-cmf/simple-cms-bundle": "1.0.0-RC7",
25-
"symfony-cmf/create-bundle": "1.0.0-RC4",
23+
"symfony-cmf/symfony-cmf": "1.0.*",
24+
"symfony-cmf/simple-cms-bundle": "1.0.*",
25+
"symfony-cmf/create-bundle": "1.0.*",
2626
"jackalope/jackalope-doctrine-dbal": "1.0.*",
2727
"doctrine/doctrine-bundle": "1.2.*",
2828
"doctrine/data-fixtures": "1.0.*",
2929
"lunetics/locale-bundle": "2.2.*",
3030
"liip/doctrine-cache-bundle": "1.0.*",
3131
"incenteev/composer-parameter-handler": "~2.0",
3232
"liip/imagine-bundle": "~0.12",
33-
"wjzijderveld/check-bundles": "1.0.*"
33+
"wjzijderveld/check-bundles": "1.0.*@dev"
3434
},
3535
"require-dev": {
3636
"liip/functional-test-bundle": "1.0.*"

0 commit comments

Comments
 (0)