Upgrade drupol/php-conventions to v5.

This commit is contained in:
Pol Dellaiera 2021-05-07 08:18:15 +02:00
parent 8b51bfbaf5
commit c5b8b6345d
3 changed files with 3 additions and 4 deletions

View File

@ -23,8 +23,7 @@ $config = require $vendorDirectory . '/drupol/php-conventions/config/php73/php_c
$config
->getFinder()
->ignoreDotFiles(false)
->name(['.php_cs.dist']);
->ignoreDotFiles(false);
$rules = $config->getRules();

View File

@ -64,7 +64,7 @@
"symfony/symfony": "*"
},
"require-dev": {
"drupol/php-conventions": "4.*",
"drupol/php-conventions": "5.*",
"fakerphp/faker": "^1.13",
"phpunit/phpunit": "^7.0",
"symfony/dotenv": "^5.1",

View File

@ -2,7 +2,7 @@ imports:
- { resource: vendor/drupol/php-conventions/config/php73/grumphp.yml }
parameters:
tasks.phpcsfixer.config: .php_cs.dist
tasks.phpcsfixer.config: .php-cs-fixer.dist.php
tasks.license.name: AGPL-3.0
tasks.license.holder: Champs-Libres
tasks.license.date_from: 2001