File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " johnkary/phpunit-speedtrap" ,
3+ "type" : " library" ,
34 "description" : " Find slow tests in your PHPUnit test suite" ,
4- "keywords" : [" PHPUnit" , " slow" , " profile" ],
5+ "keywords" : [
6+ " PHPUnit" ,
7+ " slow" ,
8+ " profile"
9+ ],
510 "homepage" : " https://github.com/johnkary/phpunit-speedtrap" ,
6- "type" : " library" ,
711 "license" : " MIT" ,
812 "authors" : [
913 {
1519 "php" : " >=7.1" ,
1620 "phpunit/phpunit" : " ^7.0 || ^8.0"
1721 },
22+ "extra" : {
23+ "branch-alias" : {
24+ "dev-master" : " 3.0-dev"
25+ }
26+ },
1827 "autoload" : {
1928 "psr-4" : {
2029 "JohnKary\\ PHPUnit\\ Listener\\ " : " src/"
2433 "psr-4" : {
2534 "JohnKary\\ PHPUnit\\ Listener\\ Tests\\ " : " tests/"
2635 }
27- },
28- "extra" : {
29- "branch-alias" : {
30- "dev-master" : " 3.0-dev"
31- }
3236 }
3337}
You can’t perform that action at this time.
0 commit comments