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

Commit

Permalink
prepare 1.0.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 1, 2013
1 parent 60d2257 commit b0e298e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
- SYMFONY_VERSION=dev-master

before_script:
- composer self-update
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
- vendor/symfony-cmf/testing/bin/travis/phpcr_odm_doctrine_dbal.sh

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
],
"minimum-stability": "dev",
"require": {
"symfony-cmf/routing-bundle": "dev-master",
"symfony-cmf/routing-bundle": "~1.0.0-RC1",
"symfony-cmf/core-bundle": "1.0.*",
"aferrandini/urlizer": "dev-master"
},
"require-dev": {
"symfony-cmf/testing": "dev-master"
"symfony-cmf/testing": "1.0.*"
},
"suggest": {
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents"
Expand Down

0 comments on commit b0e298e

Please sign in to comment.