Merge branch '4.4' into 5.0

* 4.4:
  [travis] display deprecations in nightly jobs
This commit is contained in:
Nicolas Grekas 2020-05-24 10:57:36 +02:00
commit 466b70d655
2 changed files with 1 additions and 4 deletions

View File

@ -31,8 +31,6 @@ matrix:
- php: nightly
services: [memcached]
fast_finish: true
allow_failures:
- php: nightly
cache:
directories:
@ -254,7 +252,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
- |

View File

@ -17,7 +17,6 @@
],
"require": {
"php": ">=7.2.5",
"psr/log": "^1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {