|
1 | 1 | { |
2 | 2 | "name": "mayflower/mo4-coding-standard", |
3 | 3 | "description": "PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards.", |
| 4 | + "license": "MIT", |
4 | 5 | "type": "phpcodesniffer-standard", |
5 | 6 | "keywords": [ |
6 | 7 | "phpcs", |
|
9 | 10 | "standards", |
10 | 11 | "PSR" |
11 | 12 | ], |
12 | | - "homepage": "https://github.com/mayflower/mo4-coding-standard", |
13 | | - "license": "MIT", |
14 | 13 | "authors": [ |
15 | 14 | { |
16 | 15 | "name": "Xaver Loppenstedt", |
17 | 16 | "email": "xaver@loppenstedt.de" |
18 | 17 | } |
19 | 18 | ], |
| 19 | + "homepage": "https://github.com/mayflower/mo4-coding-standard", |
20 | 20 | "support": { |
21 | 21 | "issues": "https://github.com/mayflower/mo4-coding-standard/issues", |
22 | 22 | "source": "https://github.com/mayflower/mo4-coding-standard" |
23 | 23 | }, |
| 24 | + "require": { |
| 25 | + "php": "~7.2 || ~8.0", |
| 26 | + "dealerdirect/phpcodesniffer-composer-installer": "~0.7", |
| 27 | + "escapestudios/symfony2-coding-standard": "^3.10.0", |
| 28 | + "slevomat/coding-standard": "^7.0.1", |
| 29 | + "squizlabs/php_codesniffer": "^3.6.2" |
| 30 | + }, |
24 | 31 | "require-dev": { |
| 32 | + "ergebnis/composer-normalize": "^2.19", |
25 | 33 | "phan/phan": "^5.1.0", |
26 | 34 | "phpstan/phpstan": "^1.0", |
27 | 35 | "phpstan/phpstan-strict-rules": "^1.0", |
28 | 36 | "phpunit/phpunit": "^7.0", |
29 | 37 | "psalm/plugin-phpunit": "^0.16.1", |
30 | 38 | "vimeo/psalm": "^4.5.2" |
31 | | - }, |
32 | | - "require": { |
33 | | - "php": "~7.2 || ~8.0", |
34 | | - "dealerdirect/phpcodesniffer-composer-installer": "~0.7", |
35 | | - "escapestudios/symfony2-coding-standard": "^3.10.0", |
36 | | - "slevomat/coding-standard": "^7.0.1", |
37 | | - "squizlabs/php_codesniffer": "^3.6.2" |
38 | 39 | } |
39 | 40 | } |
0 commit comments