|
1 | 1 | { |
2 | 2 | "name": "mellivora/laravel-api-caster", |
3 | | - "version": "2.0.0", |
4 | 3 | "type": "library", |
5 | 4 | "description": "Convert API response results to Entity objects like Laravel Eloquent. Supports PHP 8.3+ and Laravel 10+.", |
6 | 5 | "homepage": "https://github.com/zhouyl/laravel-api-caster", |
|
27 | 26 | "prefer-stable": true, |
28 | 27 | "require": { |
29 | 28 | "php": "^8.3|^8.4", |
30 | | - "brick/math": "*", |
31 | | - "nesbot/carbon": "*", |
| 29 | + "brick/math": "^0.10|^0.11|^0.12", |
| 30 | + "nesbot/carbon": "^2.0|^3.0", |
32 | 31 | "illuminate/contracts": "^10.0|^11.0|^12.0", |
33 | 32 | "illuminate/http": "^10.0|^11.0|^12.0", |
34 | 33 | "illuminate/support": "^10.0|^11.0|^12.0", |
35 | 34 | "psr/http-message": "^2.0" |
36 | 35 | }, |
37 | 36 | "require-dev": { |
38 | | - "friendsofphp/php-cs-fixer": "*", |
39 | | - "guzzlehttp/psr7": "*", |
40 | | - "phpunit/phpunit": "*", |
41 | | - "phpstan/phpstan": "*", |
42 | | - "rector/rector": "*", |
| 37 | + "friendsofphp/php-cs-fixer": "^3.0", |
| 38 | + "guzzlehttp/psr7": "^2.0", |
| 39 | + "phpunit/phpunit": "^10.5|^11.0", |
| 40 | + "phpstan/phpstan": "^1.0|^2.0", |
| 41 | + "rector/rector": "^1.0|^2.0", |
43 | 42 | "phpstan/phpstan-strict-rules": "*", |
44 | 43 | "phpstan/extension-installer": "*" |
45 | 44 | }, |
|
0 commit comments