|
22 | 22 | ],
|
23 | 23 | "homepage": "https://github.com/codeigniter4/devkit",
|
24 | 24 | "require": {
|
25 |
| - "php": "^7.4 || ^8.0", |
| 25 | + "php": "^8.1", |
26 | 26 | "codeigniter/coding-standard": "^1.5",
|
27 | 27 | "fakerphp/faker": "^1.9",
|
28 | 28 | "mikey179/vfsstream": "^1.6",
|
29 | 29 | "nexusphp/cs-config": "^3.6",
|
30 |
| - "nexusphp/tachycardia": "^1.3 || ^2.0", |
| 30 | + "nexusphp/tachycardia": "^2.0", |
31 | 31 | "phpstan/extension-installer": "^1.1",
|
32 |
| - "phpstan/phpstan": "^1.0", |
33 |
| - "phpstan/phpstan-deprecation-rules": "^1.0", |
34 |
| - "phpstan/phpstan-phpunit": "^1.0", |
35 |
| - "phpunit/phpunit": "^9.3 || ^10.5.16", |
36 |
| - "rector/rector": "^0.19 || ^1.0.0", |
| 32 | + "phpstan/phpstan": "^2.0", |
| 33 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 34 | + "phpstan/phpstan-phpunit": "^2.0", |
| 35 | + "phpunit/phpunit": "^10.5 || ^11.5", |
| 36 | + "rector/rector": "^2.0", |
37 | 37 | "roave/security-advisories": "dev-latest",
|
38 |
| - "vimeo/psalm": "^5.0" |
| 38 | + "vimeo/psalm": "^6.0" |
39 | 39 | },
|
40 | 40 | "require-dev": {
|
41 | 41 | "codeigniter4/framework": "^4.1",
|
42 |
| - "icanhazstring/composer-unused": "^0.8.2" |
| 42 | + "icanhazstring/composer-unused": "dev-main" |
43 | 43 | },
|
44 | 44 | "minimum-stability": "dev",
|
45 | 45 | "prefer-stable": true,
|
|
0 commit comments