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 f9b5949 commit 5a9481dCopy full SHA for 5a9481d
composer.json
@@ -37,6 +37,18 @@
37
"DebugBar\\Tests\\": "tests/DebugBar/Tests"
38
}
39
},
40
+ "scripts": {
41
+ "demo": [
42
+ "Composer\\Config::disableProcessTimeout",
43
+ "@php -S localhost:8000"
44
+ ],
45
+ "unit-test": "@php vendor/bin/phpunit --testsuite=Unit",
46
+ "browser-test": "@php vendor/bin/phpunit --testsuite=Browser",
47
+ "browser-debug": [
48
+ "@putenv PANTHER_NO_HEADLESS=1",
49
+ "@php vendor/bin/phpunit --testsuite=Browser --debug"
50
+ ]
51
+ },
52
"suggest": {
53
"kriswallsmith/assetic": "The best way to manage assets",
54
"monolog/monolog": "Log using Monolog",
0 commit comments