|
1 | 1 | { |
2 | 2 | "name": "brainbits/phpstan-rules", |
3 | 3 | "description": "PHPStan extension with opinionated strict rules for better code in tests.", |
4 | | - "keywords": [ |
5 | | - "phpstan", |
6 | | - "phpstan-rules", |
7 | | - "tests" |
8 | | - ], |
| 4 | + "keywords": [ |
| 5 | + "phpstan", |
| 6 | + "phpstan-rules", |
| 7 | + "tests" |
| 8 | + ], |
9 | 9 | "type": "phpstan-extension", |
10 | 10 | "license": "MIT", |
11 | | - "homepage": "https://github.com/brainbits/phpstan-rules", |
| 11 | + "homepage": "https://github.com/brainbits/phpstan-rules", |
12 | 12 | "authors": [ |
13 | 13 | { |
14 | 14 | "name": "Stephan Wentz", |
|
23 | 23 | "phpstan/phpstan": "^0.12" |
24 | 24 | }, |
25 | 25 | "require-dev": { |
26 | | - "brainbits/phpcs-standard": "^3.0", |
27 | | - "ergebnis/phpstan-rules": "^0.14.2", |
28 | | - "ikvasnica/phpstan-clean-test": "^0.3.0", |
| 26 | + "brainbits/phpcs-standard": "^4.0", |
29 | 27 | "php-coveralls/php-coveralls": "^2.0", |
30 | | - "phpstan/phpstan-strict-rules": "~0.12", |
| 28 | + "phpstan/phpstan-php-parser": "^0.12.2", |
| 29 | + "phpstan/phpstan-phpunit": "^0.12.16", |
31 | 30 | "phpunit/phpunit": "^8.5.2 || ^9.0.0" |
32 | 31 | }, |
33 | | - "suggest": { |
34 | | - "phpstan/phpstan-deprecation-rules": "Rules for disallowing deprecation code.", |
35 | | - "phpstan/phpstan-strict-rules": "Strict and opinionated PHPStan rules.", |
36 | | - "phpstan/phpstan-phpunit": "PHPStan extension and rules to integrate with PHPUnit testing framework.", |
37 | | - "ergebnis/phpstan-rules": "Even more PHPStan strict and opinionated rules." |
38 | | - }, |
39 | | - "scripts": { |
40 | | - "check-all": [ |
41 | | - "phpcs", |
42 | | - "@phpstan", |
43 | | - "phpunit" |
44 | | - ], |
45 | | - "phpstan": "phpstan analyse --ansi" |
46 | | - }, |
47 | | - "autoload": { |
48 | | - "psr-4": { |
49 | | - "Brainbits\\PHPStan\\": "src/" |
50 | | - } |
51 | | - }, |
52 | | - "autoload-dev": { |
53 | | - "classmap": [ |
54 | | - "tests/" |
55 | | - ] |
56 | | - }, |
57 | | - "config": { |
58 | | - "preferred-install": "dist", |
59 | | - "sort-packages": true |
60 | | - }, |
61 | | - "extra": { |
62 | | - "branch-alias": { |
63 | | - "dev-master": "1.0-dev" |
64 | | - }, |
65 | | - "phpstan": { |
66 | | - "includes": [ |
67 | | - "rules.neon" |
68 | | - ] |
69 | | - } |
70 | | - }, |
71 | | - "support": { |
72 | | - "issues": "https://github.com/brainbits/phpstan-rules/issues", |
73 | | - "source": "https://github.com/brainbits/phpstan-rules" |
74 | | - } |
| 32 | + "scripts": { |
| 33 | + "check-all": [ |
| 34 | + "phpcs", |
| 35 | + "@phpstan", |
| 36 | + "phpunit" |
| 37 | + ], |
| 38 | + "phpstan": "phpstan analyse --ansi" |
| 39 | + }, |
| 40 | + "autoload": { |
| 41 | + "psr-4": { |
| 42 | + "BrainbitsPhpStan\\": "src/" |
| 43 | + } |
| 44 | + }, |
| 45 | + "autoload-dev": { |
| 46 | + "classmap": [ |
| 47 | + "tests/" |
| 48 | + ] |
| 49 | + }, |
| 50 | + "config": { |
| 51 | + "preferred-install": "dist", |
| 52 | + "sort-packages": true |
| 53 | + }, |
| 54 | + "extra": { |
| 55 | + "branch-alias": { |
| 56 | + "dev-master": "1.0-dev" |
| 57 | + }, |
| 58 | + "phpstan": { |
| 59 | + "includes": [ |
| 60 | + "rules.neon" |
| 61 | + ] |
| 62 | + } |
| 63 | + }, |
| 64 | + "support": { |
| 65 | + "issues": "https://github.com/brainbits/phpstan-rules/issues", |
| 66 | + "source": "https://github.com/brainbits/phpstan-rules" |
| 67 | + } |
75 | 68 | } |
0 commit comments