This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
roiwk
/
workerman
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Added test script to composer file
Anton
hace 2 años
padre
50fe3b8a1f
commit
72d857c62b
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
2
1
composer.json
+ 2
- 1
composer.json
Ver fichero
@@ -53,6 +53,7 @@
}
},
"scripts": {
- "analyze": "phpstan"
+ "analyze": "phpstan",
+ "test": "pest"
}
}