Skip to content

Commit 6868f6c

Browse files
Merge branch '5.0' into 5.1
* 5.0: [travis] display deprecations in nightly jobs
2 parents 2ed4e0e + 466b70d commit 6868f6c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ install:
254254
# Set composer's platform to php 7.4 if we're on php 8.
255255
if [[ $PHP = nightly ]]; then
256256
composer config platform.php 7.4.99
257-
export SYMFONY_DEPRECATIONS_HELPER=weak
257+
export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
258258
fi
259259
260260
- |

src/Symfony/Component/Notifier/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"require": {
1919
"php": ">=7.2.5",
20-
"psr/log": "^1.0",
2120
"symfony/polyfill-php80": "^1.15"
2221
},
2322
"conflict": {

0 commit comments

Comments
 (0)