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

Commit

Permalink
Fix deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Feb 5, 2016
1 parent a7a7440 commit 9607673
Show file tree
Hide file tree
Showing 6 changed files with 206 additions and 150 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ cache:
directories:
- $HOME/.composer/cache

env:
global:
- SYMFONY_DEPRECATIONS_HELPER=34

matrix:
finish_fast: true
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prefer-stable": true,
"require": {
"php": "^5.3.9|^7.0",
"symfony/symfony": "~2.6",
"symfony/symfony": "~2.8",
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"doctrine/data-fixtures": "~1.0",
Expand Down
Loading

0 comments on commit 9607673

Please sign in to comment.