Skip to content

Commit

Permalink
Merge branch '5.0' into 5.1
Browse files Browse the repository at this point in the history
* 5.0:
  [travis] display deprecations in nightly jobs
  • Loading branch information
nicolas-grekas committed May 24, 2020
2 parents 2ed4e0e + 466b70d commit 6868f6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -254,7 +254,7 @@ install:
# Set composer's platform to php 7.4 if we're on php 8.
if [[ $PHP = nightly ]]; then
composer config platform.php 7.4.99
export SYMFONY_DEPRECATIONS_HELPER=weak
export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
fi
- |
Expand Down
1 change: 0 additions & 1 deletion src/Symfony/Component/Notifier/composer.json
Expand Up @@ -17,7 +17,6 @@
],
"require": {
"php": ">=7.2.5",
"psr/log": "^1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
Expand Down

0 comments on commit 6868f6c

Please sign in to comment.