|
11 | 11 | "license": "MIT",
|
12 | 12 | "require": {
|
13 | 13 | "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
14 |
| - "phpunit/phpunit": "^10.2.6" |
| 14 | + "phpunit/phpunit": "^10.2 || ^11.0" |
15 | 15 | },
|
16 | 16 | "require-dev": {
|
17 | 17 | "friendsofphp/php-cs-fixer": "^3.15.1",
|
18 | 18 | "roave/security-advisories": "dev-latest",
|
19 |
| - "vimeo/psalm": "^5.8.0", |
20 |
| - "rector/rector": "^0.18.0" |
| 19 | + "rector/rector": "^0.18.0", |
| 20 | + "psalm/phar": "^5.24" |
21 | 21 | },
|
22 | 22 | "autoload": {
|
23 | 23 | "psr-4": {
|
|
38 | 38 | "test": [
|
39 | 39 | "@phpunit"
|
40 | 40 | ],
|
41 |
| - "psalm": "vendor/bin/psalm --no-progress", |
42 |
| - "psalm-cache-clear": "vendor/bin/psalm --clear-cache", |
43 |
| - "psalm-baseline": "vendor/bin/psalm --update-baseline", |
44 |
| - "psalm-reset-baseline": "vendor/bin/psalm --set-baseline=psalm-baseline.xml", |
| 41 | + "psalm": "vendor/bin/psalm.phar --no-progress", |
| 42 | + "psalm-cache-clear": "vendor/bin/psalm.phar --clear-cache", |
| 43 | + "psalm-baseline": "vendor/bin/psalm.phar --update-baseline", |
| 44 | + "psalm-reset-baseline": "vendor/bin/psalm.phar --set-baseline=psalm-baseline.xml", |
45 | 45 | "php-cs-fix": "PHP_CS_FIXER_FUTURE_MODE=1 vendor/bin/php-cs-fixer fix --allow-risky=yes",
|
46 | 46 | "security": "composer update --dry-run roave/security-advisories",
|
47 | 47 | "phpunit": "vendor/bin/phpunit --testdox --order-by=random",
|
|
0 commit comments