|
18 | 18 | ], |
19 | 19 | "require": { |
20 | 20 | "php": ">=7.2", |
21 | | - "mathematicator-core/tokenizer": "^2.0@dev", |
22 | | - "mathematicator-core/engine": "^2.0@dev", |
23 | | - "mathematicator-core/numbers": "^2.0@dev" |
| 21 | + "mathematicator-core/tokenizer": "^2.2@dev", |
| 22 | + "mathematicator-core/engine": "^2.2@dev", |
| 23 | + "mathematicator-core/numbers": "^2.2@dev" |
24 | 24 | }, |
25 | 25 | "require-dev": { |
26 | 26 | "brainmaestro/composer-git-hooks": "dev-master", |
|
47 | 47 | "composer create-project nette/coding-standard temp/coding-standard ^2 --no-progress" |
48 | 48 | ], |
49 | 49 | "cs:check": [ |
50 | | - "php temp/code-checker/code-checker --short-arrays --strict-types --no-progress", |
51 | | - "php temp/coding-standard/ecs check src --config temp/coding-standard/coding-standard-php71.yml" |
| 50 | + "php temp/code-checker/code-checker -d src -d tests -d benchmarks --short-arrays --strict-types --no-progress", |
| 51 | + "php temp/coding-standard/ecs check src tests benchmarks --config temp/coding-standard/coding-standard-php71.yml" |
52 | 52 | ], |
53 | 53 | "cs:fix": [ |
54 | | - "php temp/code-checker/code-checker --short-arrays --strict-types --fix --no-progress", |
55 | | - "php temp/coding-standard/ecs check src --config temp/coding-standard/coding-standard-php71.yml --fix" |
| 54 | + "php temp/code-checker/code-checker -d src -d tests -d benchmarks --short-arrays --strict-types --fix --no-progress", |
| 55 | + "php temp/coding-standard/ecs check src tests benchmarks --config temp/coding-standard/coding-standard-php71.yml --fix" |
56 | 56 | ], |
57 | 57 | "phpstan": "vendor/bin/phpstan analyse src -c phpstan.neon --level 8 --no-progress", |
58 | 58 | "fix": [ |
|
70 | 70 | }, |
71 | 71 | "extra": { |
72 | 72 | "branch-alias": { |
73 | | - "dev-master": "2.0.x-dev" |
| 73 | + "dev-master": "2.2.x-dev" |
74 | 74 | }, |
75 | 75 | "hooks": { |
76 | 76 | "post-merge": "composer install", |
|
0 commit comments