File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Prior to installing `support package` get the [Composer](https://getcomposer.org
3333** Step 1** — update your ` composer.json ` :
3434``` composer.json
3535"require" : {
36- "tamedevelopers/support" : " ^1.0.1 "
36+ "tamedevelopers/support" : " ^1.0.0 "
3737}
3838```
3939
Original file line number Diff line number Diff line change 1818 "php" : " >=8.0" ,
1919 "ext-ctype" : " *" ,
2020 "ext-mbstring" : " *" ,
21- "symfony/var-dumper" : " ^6.0.0"
21+ "symfony/var-dumper" : " ^6.0.0 || ^6.2 "
2222 },
2323 "suggest" : {
2424 "dompdf/dompdf" : " Required to use the `PDF` class and helper (^2.0.2)." ,
2525 "cocur/slugify" : " Required to use the `Slugify` class (^4.2.0)." ,
2626 "vlucas/phpdotenv" : " Required to use the `Env` class and helper (^5.4.1)."
2727 },
2828 "conflict" : {
29- "symfony/var-dumper" : " >=6.2"
29+ "symfony/var-dumper" : " <5.4.3 || >=6.2"
3030 },
3131 "autoload" : {
3232 "files" : [
You can’t perform that action at this time.
0 commit comments