We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453e1cb commit 03cccffCopy full SHA for 03cccff
composer.json
@@ -190,6 +190,9 @@
190
"carthage-software/mago": true
191
}
192
},
193
+ "bin": [
194
+ "packages/console/bin/tempest"
195
+ ],
196
"scripts": {
197
"phpunit": "@php -d memory_limit=2G vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
198
"coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml",
0 commit comments