mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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
|
$config
|
||||||
->getFinder()
|
->getFinder()
|
||||||
->ignoreDotFiles(false)
|
->ignoreDotFiles(false);
|
||||||
->name(['.php_cs.dist']);
|
|
||||||
|
|
||||||
$rules = $config->getRules();
|
$rules = $config->getRules();
|
||||||
|
|
@ -64,7 +64,7 @@
|
|||||||
"symfony/symfony": "*"
|
"symfony/symfony": "*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupol/php-conventions": "4.*",
|
"drupol/php-conventions": "5.*",
|
||||||
"fakerphp/faker": "^1.13",
|
"fakerphp/faker": "^1.13",
|
||||||
"phpunit/phpunit": "^7.0",
|
"phpunit/phpunit": "^7.0",
|
||||||
"symfony/dotenv": "^5.1",
|
"symfony/dotenv": "^5.1",
|
||||||
|
@ -2,7 +2,7 @@ imports:
|
|||||||
- { resource: vendor/drupol/php-conventions/config/php73/grumphp.yml }
|
- { resource: vendor/drupol/php-conventions/config/php73/grumphp.yml }
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
tasks.phpcsfixer.config: .php_cs.dist
|
tasks.phpcsfixer.config: .php-cs-fixer.dist.php
|
||||||
tasks.license.name: AGPL-3.0
|
tasks.license.name: AGPL-3.0
|
||||||
tasks.license.holder: Champs-Libres
|
tasks.license.holder: Champs-Libres
|
||||||
tasks.license.date_from: 2001
|
tasks.license.date_from: 2001
|
||||||
|
Loading…
x
Reference in New Issue
Block a user