diff --git a/.gitignore b/.gitignore index 2dd8b2d..91261af 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,4 @@ bin/.phpunit build/* .phpunit.cache .php_cs -*.scback +*.scbak diff --git a/.travis.yml b/.travis.yml index 9999751..7e8a11f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: script: - bin/symfony-grumphp install -q - - vendor/bin/grumphp run + - vendor/bin/grumphp run --testsuite=no-coverage - bin/symfony-grumphp install -q - bin/symfony-grumphp uninstall -q diff --git a/README.md b/README.md index 5f42a06..ee4524a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ * [Enlightn Security Checker](https://github.com/enlightn/security-checker): `enlightn/security-checker` ## Requirements -PHP needs to be a minimum version of PHP 7.2. +PHP needs to be a minimum version of PHP 7.3. Symfony Framework needs to be a minimum version of Symfony Framework 4.0 or 5.0. ## Installation diff --git a/composer.json b/composer.json index f51721e..a1b87e8 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,6 @@ }, "autoload": { "psr-4": { - "App\\": "src/", "MH\\SymfonyGrumPHP\\": "src/", "MH\\SymfonyGrumPHP\\Tests\\": "tests/" } diff --git a/src/dist/grumphp.yml b/src/dist/grumphp.yml index 94c7eae..8006b7a 100644 --- a/src/dist/grumphp.yml +++ b/src/dist/grumphp.yml @@ -109,3 +109,13 @@ grumphp: tasks: - shell - clover_coverage + no-coverage: + tasks: + - git_blacklist + - phpcpd + - phpcsfixer + - phplint + - phpmd + - phpstan + - phpunitbridge + - securitychecker_enlightn