We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f255b52 commit af770e2Copy full SHA for af770e2
1 file changed
composer.json
@@ -19,6 +19,9 @@
19
"require-dev": {
20
"phpunit/phpunit": "^10.2"
21
},
22
+ "scripts": {
23
+ "test": "vendor/bin/phpunit"
24
+ },
25
"license": "MIT",
26
"autoload": {
27
"psr-4": {
0 commit comments