|
|
@ -7,6 +7,7 @@
|
|
|
|
"build" : [
|
|
|
|
"build" : [
|
|
|
|
"@check-format",
|
|
|
|
"@check-format",
|
|
|
|
"@lint",
|
|
|
|
"@lint",
|
|
|
|
|
|
|
|
"@templates_c",
|
|
|
|
"@psalm",
|
|
|
|
"@psalm",
|
|
|
|
"@test"
|
|
|
|
"@test"
|
|
|
|
],
|
|
|
|
],
|
|
|
@ -14,6 +15,7 @@
|
|
|
|
"format": "php-cs-fixer fix --ansi",
|
|
|
|
"format": "php-cs-fixer fix --ansi",
|
|
|
|
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php .",
|
|
|
|
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ --exclude lib/block_random_int.php .",
|
|
|
|
"test": "@php ./vendor/bin/phpunit tests/",
|
|
|
|
"test": "@php ./vendor/bin/phpunit tests/",
|
|
|
|
|
|
|
|
"templates_c": "mkdir -p templates_c",
|
|
|
|
"psalm": "@php ./vendor/bin/psalm --show-info=false "
|
|
|
|
"psalm": "@php ./vendor/bin/psalm --show-info=false "
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"require": {
|
|
|
|