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 9ff32cf commit d4eda7dCopy full SHA for d4eda7d
composer.json
@@ -21,10 +21,9 @@
21
"symfony/var-dumper": "^6.0.0"
22
},
23
"suggest": {
24
- "symfony/var-dumper": "Required to use the dd function (^5.4.3).",
25
- "dompdf/dompdf": "Required to use the PDF class (^2.0.2).",
26
- "cocur/slugify": "Required to use the slugify class (^4.2.0).",
27
- "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
+ "dompdf/dompdf": "Required to use the `PDF` class and helper (^2.0.2).",
+ "cocur/slugify": "Required to use the `Slugify` class (^4.2.0).",
+ "vlucas/phpdotenv": "Required to use the `Env` class and helper (^5.4.1)."
28
29
"conflict": {
30
"symfony/var-dumper": ">=6.2"
0 commit comments