Skip to content

Commit

Permalink
prepare first stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Oct 14, 2013
1 parent fb8b64b commit 45071f2
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 261 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -12,25 +12,25 @@
"autoload": {
"psr-0": { "": "src/" }
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.3.*",
"twig/extensions": "1.0.*",
"symfony/monolog-bundle": "2.3.*",
"symfony/assetic-bundle": "2.3.*",
"sensio/distribution-bundle": "2.3.*",
"symfony-cmf/symfony-cmf": "1.0.0-RC7",
"symfony-cmf/simple-cms-bundle": "1.0.0-RC7",
"symfony-cmf/create-bundle": "1.0.0-RC4",
"symfony-cmf/symfony-cmf": "1.0.*",
"symfony-cmf/simple-cms-bundle": "1.0.*",
"symfony-cmf/create-bundle": "1.0.*",
"jackalope/jackalope-doctrine-dbal": "1.0.*",
"doctrine/doctrine-bundle": "1.2.*",
"doctrine/data-fixtures": "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": "1.0.*"
"wjzijderveld/check-bundles": "1.0.*@dev"
},
"require-dev": {
"liip/functional-test-bundle": "1.0.*"
Expand Down

0 comments on commit 45071f2

Please sign in to comment.