|
14 | 14 | "issues": "https://github.com/magicsunday/jsonmapper/issues"
|
15 | 15 | },
|
16 | 16 | "require": {
|
17 |
| - "php": ">=8.1.0 <8.4.0", |
| 17 | + "php": ">=8.1.0 <8.5.0", |
18 | 18 | "ext-json": "*",
|
19 | 19 | "symfony/property-info": "^6.0 || ^7.0",
|
20 | 20 | "symfony/property-access": "^6.0 || ^7.0",
|
|
23 | 23 | },
|
24 | 24 | "require-dev": {
|
25 | 25 | "phpdocumentor/reflection-docblock": "^5.0",
|
26 |
| - "friendsofphp/php-cs-fixer": "^3.50", |
27 |
| - "overtrue/phplint": "^3.4 || ^9.0", |
28 |
| - "phpunit/phpunit": "^10.0 || ^11.0", |
29 |
| - "phpstan/phpstan": "^1.10", |
30 |
| - "phpstan/phpstan-phpunit": "^1.3", |
31 |
| - "phpstan/phpstan-strict-rules": "^1.5", |
32 |
| - "phpstan/phpstan-deprecation-rules": "^1.1", |
33 |
| - "rector/rector": "^1.0" |
| 26 | + "friendsofphp/php-cs-fixer": "^3.65", |
| 27 | + "overtrue/phplint": "^9.0", |
| 28 | + "phpunit/phpunit": "^11.0", |
| 29 | + "phpstan/phpstan": "^2.0", |
| 30 | + "phpstan/phpstan-phpunit": "^2.0", |
| 31 | + "phpstan/phpstan-strict-rules": "^2.0", |
| 32 | + "phpstan/phpstan-deprecation-rules": "^2.0", |
| 33 | + "rector/rector": "^2.0" |
34 | 34 | },
|
35 | 35 | "suggest": {
|
36 | 36 | "phpdocumentor/reflection-docblock": "In order to use the PhpDocExtractor this library is required too."
|
|
0 commit comments