This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
roiwk
/
workerman
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Added test script to composer file
Anton
2 anni fa
parent
50fe3b8a1f
commit
72d857c62b
1 ha cambiato i file
con
2 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
2
1
composer.json
+ 2
- 1
composer.json
Vedi File
@@ -53,6 +53,7 @@
}
},
"scripts": {
- "analyze": "phpstan"
+ "analyze": "phpstan",
+ "test": "pest"
}
}