Skip to content

Commit

Permalink
Improve README. Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sci3ma committed Apr 22, 2021
1 parent c5e384b commit ba2e86b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bin/.phpunit
build/*
.phpunit.cache
.php_cs
*.scback
*.scbak
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"autoload": {
"psr-4": {
"App\\": "src/",
"MH\\SymfonyGrumPHP\\": "src/",
"MH\\SymfonyGrumPHP\\Tests\\": "tests/"
}
Expand Down
10 changes: 10 additions & 0 deletions src/dist/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,13 @@ grumphp:
tasks:
- shell
- clover_coverage
no-coverage:
tasks:
- git_blacklist
- phpcpd
- phpcsfixer
- phplint
- phpmd
- phpstan
- phpunitbridge
- securitychecker_enlightn

0 comments on commit ba2e86b

Please sign in to comment.