1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01:00

Add scripts

This commit is contained in:
Barry vd. Heuvel 2024-04-01 09:02:56 +02:00
parent f9b5949093
commit 5a9481d667

View File

@ -37,6 +37,18 @@
"DebugBar\\Tests\\": "tests/DebugBar/Tests"
}
},
"scripts": {
"demo": [
"Composer\\Config::disableProcessTimeout",
"@php -S localhost:8000"
],
"unit-test": "@php vendor/bin/phpunit --testsuite=Unit",
"browser-test": "@php vendor/bin/phpunit --testsuite=Browser",
"browser-debug": [
"@putenv PANTHER_NO_HEADLESS=1",
"@php vendor/bin/phpunit --testsuite=Browser --debug"
]
},
"suggest": {
"kriswallsmith/assetic": "The best way to manage assets",
"monolog/monolog": "Log using Monolog",