|
1 | 1 | { |
2 | 2 | "name": "ely/php-code-style", |
3 | 3 | "description": "Set of PHP-CS-Fixer rules used in the development of Ely.by PHP projects", |
4 | | - "keywords": ["php-cs-fixer", "code style"], |
5 | | - "homepage": "https://github.com/elyby/php-code-style", |
| 4 | + "license": "Apache-2.0", |
| 5 | + "type": "library", |
| 6 | + "keywords": [ |
| 7 | + "php-cs-fixer", |
| 8 | + "code style" |
| 9 | + ], |
6 | 10 | "authors": [ |
7 | 11 | { |
8 | 12 | "name": "Ely.by team", |
|
13 | 17 | "email": "erickskrauch@ely.by" |
14 | 18 | } |
15 | 19 | ], |
16 | | - "license": "Apache-2.0", |
17 | | - "type": "library", |
| 20 | + "homepage": "https://github.com/elyby/php-code-style", |
18 | 21 | "require": { |
19 | | - "php": "^7.4|^8.0", |
| 22 | + "php": "^7.4 || ^8.0", |
20 | 23 | "friendsofphp/php-cs-fixer": "^3" |
21 | 24 | }, |
22 | 25 | "require-dev": { |
23 | | - "phpunit/phpunit": "^9.5", |
| 26 | + "ergebnis/composer-normalize": "^2.28", |
| 27 | + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", |
24 | 28 | "phpspec/prophecy": "^1.15", |
25 | 29 | "phpspec/prophecy-phpunit": "^2.0", |
26 | | - "phpunitgoodpractices/traits": "^1.9.1", |
27 | | - "symfony/phpunit-bridge": "^6.0", |
| 30 | + "phpunit/phpunit": "^9.5", |
28 | 31 | "phpunitgoodpractices/polyfill": "^1.5", |
29 | | - "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2" |
30 | | - }, |
31 | | - "config": { |
32 | | - "preferred-install": { |
33 | | - "friendsofphp/php-cs-fixer": "source" |
34 | | - } |
| 32 | + "phpunitgoodpractices/traits": "^1.9.1", |
| 33 | + "symfony/phpunit-bridge": "^6.0" |
35 | 34 | }, |
36 | 35 | "autoload": { |
37 | 36 | "psr-4": { |
|
43 | 42 | "Ely\\CS\\Test\\": "tests/", |
44 | 43 | "PhpCsFixer\\Tests\\": "vendor/friendsofphp/php-cs-fixer/tests/" |
45 | 44 | } |
| 45 | + }, |
| 46 | + "config": { |
| 47 | + "allow-plugins": { |
| 48 | + "ergebnis/composer-normalize": true |
| 49 | + }, |
| 50 | + "preferred-install": { |
| 51 | + "friendsofphp/php-cs-fixer": "source" |
| 52 | + } |
46 | 53 | } |
47 | 54 | } |
0 commit comments