This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
roiwk
/
workerman
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Browse Source
Added test script to composer file
Anton
2 năm trước cách đây
mục cha
50fe3b8a1f
commit
72d857c62b
1 tập tin đã thay đổi
với
2 bổ sung
và
1 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
2
1
composer.json
+ 2
- 1
composer.json
Xem Tập Tin
@@ -53,6 +53,7 @@
}
}
},
},
"scripts": {
"scripts": {
- "analyze": "phpstan"
+ "analyze": "phpstan",
+ "test": "pest"
}
}
}
}