Sign in
apache
/
netbeans
/
refs/heads/release190
/
.
/
php
/
php.composer
/
test
/
unit
/
data
/
composer-scripts.json
blob: a2fd19650bc79ca17786ba18af8778fc48177e80 [
file
] [
log
] [
blame
]
{
"name"
:
"me/project"
,
"scripts"
:
{
"ci"
:
[
"@analyze"
,
"@test"
],
"analyze"
:
"phpstan analyze"
,
"test"
:
"codecept run"
}
}