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.
1 parent 18d81aa commit 7a47ff5Copy full SHA for 7a47ff5
composer.json
@@ -19,12 +19,9 @@
19
"php": ">=7.2.5",
20
"vlucas/phpdotenv": "^5.3",
21
"ezyang/htmlpurifier": "^4.16.0",
22
- "symfony/var-dumper": "4.4.*",
+ "symfony/var-dumper": "^4.4 || ^5 || ^6",
23
"filp/whoops": "^2.15",
24
- "psr/log": "^1.0"
25
- },
26
- "conflict": {
27
- "symfony/var-dumper": "^6.0"
+ "psr/log": "^1.0 || ^1.1.4"
28
},
29
"autoload": {
30
"files": [
0 commit comments