|
48 | 48 | "Sabberworm\\CSS\\": "src/" |
49 | 49 | }, |
50 | 50 | "files": [ |
51 | | - "src/Rule/Rule.php", |
52 | | - "src/RuleSet/RuleContainer.php" |
| 51 | + "class-aliases/Rule/Rule.php", |
| 52 | + "class-aliases/RuleSet/RuleContainer.php" |
53 | 53 | ] |
54 | 54 | }, |
55 | 55 | "autoload-dev": { |
|
80 | 80 | "check:dynamic": [ |
81 | 81 | "@check:tests" |
82 | 82 | ], |
83 | | - "check:php:codesniffer": "phpcs --standard=config/phpcs.xml bin config src tests", |
84 | | - "check:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff bin config src tests", |
85 | | - "check:php:lint": "parallel-lint bin config src tests", |
| 83 | + "check:php:codesniffer": "phpcs --standard=config/phpcs.xml bin class-aliases config src tests", |
| 84 | + "check:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix --dry-run -v --show-progress=dots --diff bin class-aliases config src tests", |
| 85 | + "check:php:lint": "parallel-lint bin class-aliases config src tests", |
86 | 86 | "check:php:rector": "rector process --no-progress-bar --dry-run --config=config/rector.php", |
87 | 87 | "check:php:stan": "phpstan --no-progress --configuration=config/phpstan.neon", |
88 | 88 | "check:static": [ |
|
109 | 109 | "@fix:php:codesniffer", |
110 | 110 | "@fix:php:fixer" |
111 | 111 | ], |
112 | | - "fix:php:codesniffer": "phpcbf --standard=config/phpcs.xml bin config src tests", |
113 | | - "fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix bin config src tests", |
| 112 | + "fix:php:codesniffer": "phpcbf --standard=config/phpcs.xml bin class-aliases config src tests", |
| 113 | + "fix:php:fixer": "\"./.phive/php-cs-fixer\" --config=config/php-cs-fixer.php fix bin class-aliases config src tests", |
114 | 114 | "fix:php:rector": "rector process --config=config/rector.php", |
115 | 115 | "phpstan:baseline": "phpstan --configuration=config/phpstan.neon --generate-baseline=config/phpstan-baseline.neon --allow-empty-baseline", |
116 | 116 | "phpstan:clearcache": "phpstan clear-result-cache" |
|
0 commit comments