|
9 | 9 | "email": "pol.dellaiera@protonmail.com" |
10 | 10 | } |
11 | 11 | ], |
| 12 | + "funding": [ |
| 13 | + { |
| 14 | + "type": "github", |
| 15 | + "url": "https://github.com/drupol" |
| 16 | + } |
| 17 | + ], |
12 | 18 | "require": { |
13 | 19 | "php": ">= 7.4", |
14 | 20 | "friendsofphp/php-cs-fixer": "^3.49.0", |
15 | 21 | "symfony/yaml": "^3 || ^4 || ^5 || ^6 || ^7" |
16 | 22 | }, |
| 23 | + "require-dev": { |
| 24 | + "ext-pcov": "*", |
| 25 | + "ergebnis/composer-normalize": "^2.31.0", |
| 26 | + "friends-of-phpspec/phpspec-code-coverage": "^6", |
| 27 | + "maglnet/composer-require-checker": "^4.4.0", |
| 28 | + "php-parallel-lint/php-parallel-lint": "^1.3", |
| 29 | + "phpro/grumphp": "^1.0 || ^2.0", |
| 30 | + "phpspec/phpspec": "^7" |
| 31 | + }, |
17 | 32 | "autoload": { |
18 | 33 | "psr-4": { |
19 | 34 | "drupol\\PhpCsFixerConfigsPhp\\": "./src/" |
|
25 | 40 | } |
26 | 41 | }, |
27 | 42 | "config": { |
28 | | - "sort-packages": true, |
29 | 43 | "allow-plugins": { |
| 44 | + "ergebnis/composer-normalize": true, |
30 | 45 | "phpro/grumphp": true |
31 | | - } |
32 | | - }, |
33 | | - "require-dev": { |
34 | | - "ext-pcov": "*", |
35 | | - "friends-of-phpspec/phpspec-code-coverage": "^6", |
36 | | - "php-parallel-lint/php-parallel-lint": "^1.3", |
37 | | - "phpro/grumphp": "1.1.* || 1.3.* || 1.4.* || 1.13.*", |
38 | | - "phpspec/phpspec": "^7" |
| 46 | + }, |
| 47 | + "sort-packages": true |
39 | 48 | }, |
40 | 49 | "scripts": { |
41 | | - "grumphp": "./vendor/bin/grumphp run", |
42 | 50 | "changelog-unreleased": "auto-changelog -c .auto-changelog -u", |
43 | | - "changelog-version": "auto-changelog -c .auto-changelog -v" |
44 | | - }, |
45 | | - "funding": [ |
46 | | - { |
47 | | - "type": "github", |
48 | | - "url": "https://github.com/drupol" |
49 | | - } |
50 | | - ] |
| 51 | + "changelog-version": "auto-changelog -c .auto-changelog -v", |
| 52 | + "grumphp": "./vendor/bin/grumphp run" |
| 53 | + } |
51 | 54 | } |
0 commit comments