File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "require" : {
1616 "php" : " >=8.4" ,
1717 "ext-pdo" : " *" ,
18- "codefyphp/codefy" : " ^3"
18+ "codefyphp/codefy" : " ^3.1 "
1919 },
2020 "autoload" : {
2121 "psr-4" : {
22- "App\\ " : " App/"
22+ "Application\\ " : " src/Application/" ,
23+ "Domain\\ " : " src/Domain/" ,
24+ "Database\\ Seeders\\ " : " database/seeders/" ,
25+ "Infrastructure\\ " : " src/Infrastructure/"
2326 }
2427 },
2528 "scripts" : {
26- "test" : " vendor/bin/pest" ,
27- "cs-check" : " phpcs" ,
28- "cs-fix" : " phpcbf"
29+ "codestan" : " phpstan analyse -l max" ,
30+ "cs-check" : " phpcs" ,
31+ "cs-fix" : " phpcbf" ,
32+ "test" : " vendor/bin/pest"
2933 },
3034 "config" : {
3135 "optimize-autoloader" : true ,
3640 }
3741 },
3842 "require-dev" : {
39- "qubus/qubus-coding-standard" : " ^2"
43+ "friendsofphp/php-cs-fixer" : " ^3" ,
44+ "qubus/qubus-coding-standard" : " ^2.1.2"
4045 },
4146 "suggest" : {
4247 "fenom/fenom" : " Lightweight and fast template engine for PHP." ,
You can’t perform that action at this time.
0 commit comments