We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ed4e0e + 466b70d commit 6868f6cCopy full SHA for 6868f6c
.travis.yml
@@ -254,7 +254,7 @@ install:
254
# Set composer's platform to php 7.4 if we're on php 8.
255
if [[ $PHP = nightly ]]; then
256
composer config platform.php 7.4.99
257
- export SYMFONY_DEPRECATIONS_HELPER=weak
+ export SYMFONY_DEPRECATIONS_HELPER=max[total]=999
258
fi
259
260
- |
src/Symfony/Component/Notifier/composer.json
@@ -17,7 +17,6 @@
17
],
18
"require": {
19
"php": ">=7.2.5",
20
- "psr/log": "^1.0",
21
"symfony/polyfill-php80": "^1.15"
22
},
23
"conflict": {
0 commit comments