|
27 | 27 | "nette/utils": "^3.0" |
28 | 28 | }, |
29 | 29 | "require-dev": { |
30 | | - "ninjify/qa": "^0.8.0", |
| 30 | + "latte/latte": "~2.5.1", |
31 | 31 | "nette/application": "^3.0", |
32 | 32 | "nette/caching": "~2.5.8 || ^3.0", |
33 | | - "latte/latte": "~2.5.1", |
| 33 | + "ninjify/qa": "^0.8.0", |
| 34 | + "phpstan/extension-installer": "^1.0", |
| 35 | + "phpstan/phpstan-deprecation-rules": "^0.11", |
| 36 | + "phpstan/phpstan-nette": "^0.11", |
| 37 | + "phpstan/phpstan-shim": "^0.11", |
| 38 | + "phpstan/phpstan-strict-rules": "^0.11", |
34 | 39 | "tracy/tracy": "~2.6.1" |
35 | 40 | }, |
36 | 41 | "conflict": { |
37 | 42 | "symfony/browser-kit": "<4.0.0" |
38 | 43 | }, |
39 | | - "minimum-stability": "dev", |
40 | | - "prefer-stable": true, |
41 | 44 | "autoload": { |
42 | 45 | "psr-4": { |
43 | 46 | "Contributte\\Codeception\\": "src" |
|
51 | 54 | "vendor/codeception/codeception/shim.php" |
52 | 55 | ] |
53 | 56 | }, |
54 | | - "scripts": { |
55 | | - "qa": [ |
56 | | - "linter src tests", |
57 | | - "codesniffer src tests" |
58 | | - ], |
59 | | - "tests": [ |
60 | | - "vendor/bin/codecept build", |
61 | | - "vendor/bin/codecept run --debug" |
62 | | - ], |
63 | | - "coverage": [ |
64 | | - "phpdbg -qrr vendor/bin/phpunit tests --colors=always -c tests/coverage.xml" |
65 | | - ], |
66 | | - "phpstan-install": [ |
67 | | - "mkdir -p temp/phpstan", |
68 | | - "composer require -d temp/phpstan nette/utils:^3.0", |
69 | | - "composer require -d temp/phpstan phpstan/phpstan:^0.10", |
70 | | - "composer require -d temp/phpstan phpstan/phpstan-deprecation-rules:^0.10", |
71 | | - "composer require -d temp/phpstan phpstan/phpstan-nette:^0.10", |
72 | | - "composer require -d temp/phpstan phpstan/phpstan-strict-rules:^0.10" |
73 | | - ], |
74 | | - "phpstan": [ |
75 | | - "temp/phpstan/vendor/bin/phpstan analyse -l max -c phpstan.neon src" |
76 | | - ] |
| 57 | + "minimum-stability": "dev", |
| 58 | + "prefer-stable": true, |
| 59 | + "config": { |
| 60 | + "sort-packages": true |
77 | 61 | }, |
78 | 62 | "extra": { |
79 | 63 | "branch-alias": { |
|
0 commit comments