Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Merge pull request #247 from symfony-cmf/release-2.0
Browse files Browse the repository at this point in the history
prepare release 2.0
  • Loading branch information
dbu committed Mar 31, 2016
2 parents c391535 + 44a282d commit 3485ba8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
matrix:
include:
- php: 5.6
env: DEPS=dev
env: DEPS=dev SYMFONY_VERSION=2.8.*
- php: 5.3
env: SYMFONY_VERSION="^2.3.4" COMPOSER_FLAGS="--prefer-lowest"
- php: 5.6
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

2.0.0
-----

2.0.0-RC1
---------

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"require": {
"php": "^5.3.9|^7.0",
"symfony/framework-bundle": "^2.3",
"symfony-cmf/core-bundle": "^1.1.0-RC3",
"symfony-cmf/core-bundle": "^1.1.0",
"doctrine/phpcr-bundle": "^1.1",
"doctrine/phpcr-odm": "^1.1",
"knplabs/knp-menu-bundle": "^2.0.0",
"knplabs/knp-menu": "^2.0.0"
},
"require-dev": {
"symfony/monolog-bundle": "^2.3",
"symfony-cmf/routing-bundle": "^1.2.0-RC3",
"symfony-cmf/testing": "^1.3@dev",
"symfony-cmf/tree-browser-bundle": "^1.0.0-RC1",
"symfony-cmf/routing-bundle": "^1.2.0",
"symfony-cmf/testing": "^1.3",
"symfony-cmf/tree-browser-bundle": "^1.0.0",
"doctrine/phpcr-odm": "^1.3",
"twig/twig": "^1.18",
"sonata-project/doctrine-phpcr-admin-bundle": "^1.1",
Expand Down

0 comments on commit 3485ba8

Please sign in to comment.