diff --git a/.gitignore b/.gitignore index bdef837..c4adc28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea /vendor .php-cs-fixer.cache +.phpunit.result.cache diff --git a/README.md b/README.md index 75ba862..66c4ca0 100755 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![StyleCI](https://github.styleci.io/repos/477752604/shield?branch=master)](https://github.styleci.io/repos/477752604?branch=master) [![CircleCI](https://circleci.com/gh/pnlinh/laravel-query-logger/tree/master.svg?style=svg)](https://circleci.com/gh/pnlinh/laravel-query-logger/tree/master) +[![Quality Score](https://img.shields.io/scrutinizer/quality/g/pnlinh/laravel-query-logger.svg?style=flat-square)](https://scrutinizer-ci.com/g/pnlinh/laravel-query-logger/) ## Requirements diff --git a/docker-compose.yml b/docker-compose.yml index 4323f59..97331b4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3' - services: app: image: pnlinh/laravel:php8.0