File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Bundle/TestReporterBundle Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55 "homepage" : " https://github.com/codeclimate/php-test-reporter" ,
66 "type" : " library" ,
77 "license" : " MIT" ,
8- "minimum-stability" : " dev" ,
98 "authors" : [
109 {
1110 "name" : " Code Climate" ,
1615 "require" : {
1716 "php" : " >=5.3" ,
1817 "ext-curl" : " *" ,
19- "satooshi/php-coveralls" : " >= 0.6.1 " ,
18+ "satooshi/php-coveralls" : " 0.6.* " ,
2019 "symfony/console" : " >=2.0"
2120 },
2221 "require-dev" : {
Original file line number Diff line number Diff line change 33
44use CodeClimate \Component \System \Git \GitCommand ;
55use CodeClimate \Bundle \TestReporterBundle \Entity \JsonFile ;
6- use Satooshi \Bundle \CoverallsV1Bundle \Api \Jobs ;
7- use Satooshi \Bundle \CoverallsV1Bundle \Config \Configuration ;
6+ use Contrib \Bundle \CoverallsV1Bundle \Api \Jobs ;
7+ use Contrib \Bundle \CoverallsV1Bundle \Config \Configuration ;
88
99class CoverageCollector
1010{
Original file line number Diff line number Diff line change 44use CodeClimate \Component \System \Git \GitCommand ;
55use CodeClimate \Bundle \TestReporterBundle \Entity \CiInfo ;
66use CodeClimate \Bundle \TestReporterBundle \Version ;
7+ use Contrib \Bundle \CoverallsV1Bundle \Entity \JsonFile as SatooshiJsonFile ;
78
8- class JsonFile extends \ Satooshi \ Bundle \ CoverallsV1Bundle \ Entity \JsonFile
9+ class JsonFile extends SatooshiJsonFile
910{
1011 public function toArray ()
1112 {
Original file line number Diff line number Diff line change 11<?php
22namespace CodeClimate \Component \System \Git ;
33
4- use Satooshi \Component \System \SystemCommand ;
4+ use Contrib \Component \System \SystemCommand ;
55
66class GitCommand extends SystemCommand
77{
You can’t perform that action at this time.
0 commit comments