Skip to content

Commit

Permalink
updated symfony/phpunit-bridge dependency to always show deprecation …
Browse files Browse the repository at this point in the history
…notices
  • Loading branch information
craue committed Dec 29, 2015
1 parent 75546de commit 3663f86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION="2.3.*"
- php: 5.6
env: SYMFONY_VERSION="2.4.*" SYMFONY_DEPRECATIONS_HELPER="weak"
env: SYMFONY_VERSION="2.4.*" SYMFONY_DEPRECATIONS_HELPER="666"
- php: 5.6
env: SYMFONY_VERSION="2.5.*" SYMFONY_DEPRECATIONS_HELPER="weak"
env: SYMFONY_VERSION="2.5.*" SYMFONY_DEPRECATIONS_HELPER="666"
- php: 5.6
env: SYMFONY_VERSION="2.6.*" SYMFONY_DEPRECATIONS_HELPER="weak"
env: SYMFONY_VERSION="2.6.*" SYMFONY_DEPRECATIONS_HELPER="666"
- php: 5.6
env: SYMFONY_VERSION="2.8.*" SYMFONY_DEPRECATIONS_HELPER="weak"
env: SYMFONY_VERSION="2.8.*" SYMFONY_DEPRECATIONS_HELPER="666"
fast_finish: true

install:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"doctrine/common": "~2.3",
"phpunit/phpunit": "~4.1|~5.0",
"sensio/framework-extra-bundle": "~2.1|~3.0",
"symfony/phpunit-bridge": "~2.7",
"symfony/phpunit-bridge": "^2.8.1",
"symfony/symfony": "^2.1.3"
},
"minimum-stability": "stable",
Expand Down

0 comments on commit 3663f86

Please sign in to comment.