|
14 | 14 | "psr/http-client": "^1.0", |
15 | 15 | "psr/http-factory": "^1.0", |
16 | 16 | "psr/http-message": "^1.0", |
17 | | - "thecodingmachine/safe": "^0.1.15", |
| 17 | + "thecodingmachine/safe": "^1.0", |
18 | 18 | "webmozart/assert": "^1.4" |
19 | 19 | }, |
20 | 20 | "require-dev": { |
| 21 | + "ergebnis/composer-normalize": "^2.0", |
| 22 | + "korbeil/phpstan-generic-rules": "^0.2.4", |
21 | 23 | "kriswallsmith/buzz": "^1.0", |
22 | | - "localheinz/composer-normalize": "^1.1", |
23 | 24 | "nyholm/psr7": "^1.1", |
24 | | - "phpspec/phpspec": "^5.1", |
25 | | - "phpstan/phpstan": "^0.11", |
26 | | - "phpstan/phpstan-strict-rules": "^0.11", |
| 25 | + "phpspec/phpspec": "^5.1 || ^6.0", |
| 26 | + "phpstan/phpstan": "^0.12", |
| 27 | + "phpstan/phpstan-strict-rules": "^0.12", |
27 | 28 | "phpunit/phpunit": "^8.0", |
28 | | - "symplify/easy-coding-standard": "^5.1", |
29 | | - "thecodingmachine/phpstan-safe-rule": "^0.1.3" |
| 29 | + "sylius-labs/coding-standard": "^3.1", |
| 30 | + "thecodingmachine/phpstan-safe-rule": "^1.0@beta" |
30 | 31 | }, |
31 | 32 | "config": { |
32 | 33 | "sort-packages": true |
33 | 34 | }, |
34 | 35 | "extra": { |
35 | 36 | "branch-alias": { |
36 | | - "dev-master": "2.1-dev" |
| 37 | + "dev-master": "2.2-dev" |
37 | 38 | } |
38 | 39 | }, |
39 | 40 | "autoload": { |
|
43 | 44 | }, |
44 | 45 | "prefer-stable": true, |
45 | 46 | "scripts": { |
46 | | - "analyse": "./vendor/bin/phpstan analyse -c phpstan.neon -l max src", |
47 | | - "check-style": "./vendor/bin/ecs check --ansi src/ tests/ spec/", |
48 | | - "fix-style": "./vendor/bin/ecs check --fix --ansi src/ tests/ spec/", |
| 47 | + "analyse": "vendor/bin/phpstan analyse -c phpstan.neon -l max src", |
| 48 | + "check-style": "vendor/bin/ecs check --ansi src/ tests/ spec/", |
| 49 | + "fix-style": "vendor/bin/ecs check --fix --ansi src/ tests/ spec/", |
| 50 | + "phpspec": "vendor/bin/phpspec run", |
| 51 | + "phpunit": "vendor/bin/phpunit", |
49 | 52 | "test": [ |
50 | | - "./vendor/bin/phpspec run", |
51 | | - "./vendor/bin/phpunit" |
| 53 | + "@phpspec", |
| 54 | + "@phpunit" |
52 | 55 | ] |
53 | 56 | } |
54 | 57 | } |
0 commit comments