This website works better with JavaScript
Home
Explore
Help
Sign In
roiwk
/
workerman
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Added test script to composer file
Anton
2 years ago
parent
50fe3b8a1f
commit
72d857c62b
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
composer.json
+ 2
- 1
composer.json
View File
@@ -53,6 +53,7 @@
}
},
"scripts": {
- "analyze": "phpstan"
+ "analyze": "phpstan",
+ "test": "pest"
}
}