Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"ext-pdo_sqlite": "*"
},
"scripts": {
"test": "@php vendor/bin/alchemy test",
"alchemy": "@php vendor/bin/alchemy all",
"lint": "@php vendor/bin/alchemy lint",
"fmt": "@php vendor/bin/alchemy fmt",
"refactor": "@php vendor/bin/alchemy refactor",
"analyse": "@php vendor/bin/alchemy analyse",
"ci": "@php vendor/bin/alchemy ci"
"test": "alchemy test",
"alchemy": "alchemy all",
"lint": "alchemy lint",
"fmt": "alchemy fmt",
"refactor": "alchemy refactor",
"analyse": "alchemy analyse",
"ci": "alchemy ci"
}
}
Loading