Skip to content

Commit 582ee5f

Browse files
authored
Remove the 'codeclimate/php-test-reporter' package
Because it's DEPRECATED and doesn't support PHP >= 7.1 Reference: codeclimate/php-test-reporter#135
1 parent 06bcc6d commit 582ee5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"require-dev": {
3030
"phpunit/phpunit": "^4.8",
3131
"mockery/mockery": "^0.9.4",
32-
"gecko-packages/gecko-memcache-mock": "^1.0",
33-
"codeclimate/php-test-reporter": "^0.4.2"
32+
"gecko-packages/gecko-memcache-mock": "^1.0"
3433
},
3534
"extra": {
3635
"laravel": {

0 commit comments

Comments
 (0)