|
1 | 1 | { |
2 | 2 | "name": "kbsali/redmine-api", |
3 | | - "version": "v2.9.0", |
| 3 | + "version": "v2.10.0-dev", |
4 | 4 | "type": "library", |
5 | 5 | "description": "Redmine API client", |
6 | 6 | "homepage": "https://github.com/kbsali/php-redmine-api", |
|
31 | 31 | }, |
32 | 32 | "require-dev": { |
33 | 33 | "art4/rector-bc-library": "^1.0", |
34 | | - "behat/behat": "^3.14", |
35 | | - "friendsofphp/php-cs-fixer": "^3.68", |
36 | | - "guzzlehttp/psr7": "^2", |
37 | | - "php-mock/php-mock-phpunit": "^2.13", |
| 34 | + "behat/behat": "^3.15", |
| 35 | + "friendsofphp/php-cs-fixer": "^3.94", |
| 36 | + "guzzlehttp/psr7": "^2.8", |
| 37 | + "php-mock/php-mock-phpunit": "^2.15", |
38 | 38 | "phpstan/phpstan": "^2.1", |
39 | | - "phpunit/phpunit": "^9.5 || ^10.5 || ^11.2 || ^12.0.9", |
| 39 | + "phpunit/phpunit": "^9.6 || ^10.5 || ^11.5 || ^12.5 || ^13.0", |
40 | 40 | "rector/rector": "^2.3" |
41 | 41 | }, |
42 | 42 | "autoload": { |
|
61 | 61 | ], |
62 | 62 | "behat": "behat --config tests/Behat/behat.yml", |
63 | 63 | "codestyle": "php-cs-fixer fix", |
64 | | - "coverage": "phpunit -c tests/phpunit-coverage.xml.dist --coverage-html=\".phpunit.cache/code-coverage\"", |
| 64 | + "coverage": "phpunit -c tests/phpunit-coverage.dist.xml --coverage-html=\".phpunit.cache/code-coverage\"", |
65 | 65 | "phpstan": "phpstan analyze --memory-limit 512M --configuration .phpstan.neon", |
66 | | - "phpunit": "phpunit -c phpunit.xml.dist", |
| 66 | + "phpunit": "phpunit -c phpunit.dist.xml", |
67 | 67 | "rectify": [ |
68 | 68 | "@rector", |
69 | 69 | "@codestyle" |
|
72 | 72 | "test": [ |
73 | 73 | "@phpstan", |
74 | 74 | "@phpunit", |
| 75 | + "@rector --dry-run", |
75 | 76 | "@codestyle --dry-run --diff" |
76 | 77 | ] |
77 | 78 | } |
|
0 commit comments