|
214 | 214 | "@composer:normalize-dry-run", |
215 | 215 | "@composer-dependency-analyser", |
216 | 216 | "@php-cs-fixer:fix-dry-run-stop-on-violation", |
217 | | - "@soar:check-binary", |
218 | | - "@soar:dump-config", |
219 | | - "@soar:example-run", |
| 217 | + "@soar-php:check-binary", |
| 218 | + "@soar-php:dump-config", |
| 219 | + "@soar-php:example-run", |
220 | 220 | "@pest:bail", |
221 | 221 | "@rector:process-dry-run", |
222 | 222 | "@phpstan:analyse" |
|
422 | 422 | "ls -lh builds/soar-php.phar", |
423 | 423 | "ls -lr builds/soar-php.phar" |
424 | 424 | ], |
425 | | - "soar:check-binary": "Guanguans\\SoarPHP\\Support\\ComposerScripts::checkSoarBinary", |
426 | | - "soar:dump-config": [ |
427 | | - "@soar:dump-yaml-config", |
428 | | - "@soar:dump-php-config" |
| 425 | + "soar-php:check-binary": "Guanguans\\SoarPHP\\Support\\ComposerScripts::checkSoarBinary", |
| 426 | + "soar-php:dump-config": [ |
| 427 | + "@soar-php:dump-yaml-config", |
| 428 | + "@soar-php:dump-php-config" |
429 | 429 | ], |
430 | | - "soar:dump-php-config": [ |
431 | | - "@soar:dump-php-config-prototype", |
| 430 | + "soar-php:dump-php-config": [ |
| 431 | + "@soar-php:dump-php-config-prototype", |
432 | 432 | "@rector:process-options --no-diffs", |
433 | 433 | "@php-cs-fixer:fix --quiet" |
434 | 434 | ], |
435 | | - "soar:dump-php-config-prototype": "Guanguans\\SoarPHP\\Support\\ComposerScripts::dumpSoarPHPConfig", |
436 | | - "soar:dump-yaml-config": "Guanguans\\SoarPHP\\Support\\ComposerScripts::dumpSoarYamlConfig", |
437 | | - "soar:example-run": [ |
| 435 | + "soar-php:dump-php-config-prototype": "Guanguans\\SoarPHP\\Support\\ComposerScripts::dumpSoarPHPConfig", |
| 436 | + "soar-php:dump-yaml-config": "Guanguans\\SoarPHP\\Support\\ComposerScripts::dumpSoarYamlConfig", |
| 437 | + "soar-php:example-run": [ |
438 | 438 | "echo 'examples/example.php:\n'", |
439 | 439 | "@php examples/example.php" |
440 | 440 | ], |
441 | | - "soar:example-serve": [ |
| 441 | + "soar-php:example-serve": [ |
442 | 442 | "@composer-config:disable-process-timeout", |
443 | 443 | "@php -S localhost:8123 examples/example.php" |
444 | 444 | ], |
|
0 commit comments