We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70265d8 commit 8ad7955Copy full SHA for 8ad7955
1 file changed
composer.json
@@ -39,5 +39,13 @@
39
"lcobucci/jwt": "^3.3",
40
"phpunit/phpunit": "^8.5"
41
},
42
+ "scripts": {
43
+ "tests:example": "php -S localhost:8080 -t ./tests/ ./tests/example.php",
44
+ "tests:unit": "phpunit ./tests/unit"
45
+ },
46
+ "scripts-descriptions": {
47
+ "tests:example": "Run internal PHP development server with example code",
48
+ "tests:unit": "Run unit-test with PHPUnit"
49
50
"type": "library"
51
}
0 commit comments