26 files changed +488
-387
lines changed Original file line number Diff line number Diff line change 3
3
4
4
require 'vendor/autoload.php ' ;
5
5
6
- use rcsofttech85 \FileHandler \CsvFileHandler ;
7
- use rcsofttech85 \FileHandler \DI \ServiceContainer ;
8
- use rcsofttech85 \FileHandler \Exception \FileHandlerException ;
6
+ use Rcsofttech85 \FileHandler \CsvFileHandler ;
7
+ use Rcsofttech85 \FileHandler \DependencyInjection \ServiceContainer ;
8
+ use Rcsofttech85 \FileHandler \Exception \FileHandlerException ;
9
9
use Symfony \Component \Console \Command \Command ;
10
10
use Symfony \Component \Console \Input \InputArgument ;
11
11
use Symfony \Component \Console \Input \InputInterface ;
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env php
2
2
<?php
3
3
4
- use rcsofttech85 \FileHandler \DI \ServiceContainer ;
5
- use rcsofttech85 \FileHandler \Exception \FileHandlerException ;
6
- use rcsofttech85 \FileHandler \JsonFileHandler ;
4
+ use Rcsofttech85 \FileHandler \DependencyInjection \ServiceContainer ;
5
+ use Rcsofttech85 \FileHandler \Exception \FileHandlerException ;
6
+ use Rcsofttech85 \FileHandler \JsonFileHandler ;
7
7
use Symfony \Component \Console \Command \Command ;
8
8
use Symfony \Component \Console \Input \InputArgument ;
9
9
use Symfony \Component \Console \Input \InputInterface ;
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"autoload" : {
7
7
"psr-4" : {
8
- "rcsofttech85 \\ FileHandler\\ " : " src/"
8
+ "Rcsofttech85 \\ FileHandler\\ " : " src/"
9
9
}
10
10
},
11
11
"authors" : [
30
30
"phpunit/phpunit" : " ^10" ,
31
31
"squizlabs/php_codesniffer" : " ^3.7" ,
32
32
"symfony/dotenv" : " ^6.3" ,
33
- "symfony/var-dumper" : " ^6.3"
33
+ "symfony/var-dumper" : " ^6.3" ,
34
+ "phpstan/phpstan" : " ^1.10"
34
35
},
35
36
"bin" : [
36
37
" bin/file-diff" ,
0 commit comments