Skip to content

Commit

Permalink
tweak composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rande committed Dec 2, 2015
1 parent d9c85b2 commit 3ddf12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ matrix:
- php: hhvm

before_script:
- phpenv config-rm xdebug.ini || exit 0
- (phpenv config-rm xdebug.ini || exit 0)
- mkdir -p ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d && echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- composer selfupdate
- composer config -q -g github-oauth.github.com $GITHUB_OAUTH_TOKEN
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"twig/twig": "~1.23",
"twig/extensions": "~1.0",
"sonata-project/exporter": "~1.0",
"sonata-project/block-bundle": "dev-master",
"sonata-project/block-bundle": "~2.3",
"sonata-project/core-bundle": "^2.3.10",
"doctrine/common": "~2.2",
"doctrine/inflector": "~1.0",
Expand Down

0 comments on commit 3ddf12e

Please sign in to comment.