Skip to content

Commit dc0d826

Browse files
authored
Csv (#19)
CSV file handled separately Signed-off-by: rahul <[email protected]>
1 parent 6efd3fc commit dc0d826

15 files changed

+1513
-880
lines changed

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,16 @@
2121
"ext-ctype": "*",
2222
"ext-zip": "*",
2323
"ext-fileinfo": "*",
24-
"symfony/console": "^6.3"
24+
"symfony/console": "^6.3",
25+
"symfony/dependency-injection": "^6.3",
26+
"symfony/config": "^6.3",
27+
"symfony/yaml": "^6.3"
2528
},
2629
"require-dev": {
2730
"phpunit/phpunit": "^10",
2831
"squizlabs/php_codesniffer": "^3.7",
29-
"symfony/dotenv": "^6.3"
32+
"symfony/dotenv": "^6.3",
33+
"symfony/var-dumper": "^6.3"
3034
},
3135
"bin": [
3236
"bin/file-diff"

0 commit comments

Comments
 (0)