mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Upgrade drupol/php-conventions to v5.
This commit is contained in:
parent
8b51bfbaf5
commit
c5b8b6345d
@ -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();
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user