Skip to content

Commit 4b0fa86

Browse files
committed
fix: fixed composer.json pacage version
1 parent 399bffe commit 4b0fa86

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "mellivora/laravel-api-caster",
3-
"version": "2.0.0",
43
"type": "library",
54
"description": "Convert API response results to Entity objects like Laravel Eloquent. Supports PHP 8.3+ and Laravel 10+.",
65
"homepage": "https://github.com/zhouyl/laravel-api-caster",
@@ -27,19 +26,19 @@
2726
"prefer-stable": true,
2827
"require": {
2928
"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",
3231
"illuminate/contracts": "^10.0|^11.0|^12.0",
3332
"illuminate/http": "^10.0|^11.0|^12.0",
3433
"illuminate/support": "^10.0|^11.0|^12.0",
3534
"psr/http-message": "^2.0"
3635
},
3736
"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",
4342
"phpstan/phpstan-strict-rules": "*",
4443
"phpstan/extension-installer": "*"
4544
},

0 commit comments

Comments
 (0)