Skip to content

Commit

Permalink
Add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Apr 1, 2024
1 parent f9b5949 commit 5a9481d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5a9481d

Please sign in to comment.