diff --git a/composer.json b/composer.json index 46fa4b5..f2a556a 100644 --- a/composer.json +++ b/composer.json @@ -11,19 +11,19 @@ ], "minimum-stability": "stable", "require": { - "php": "^8.0", + "php": "^8.1", "ext-json": "*", "ramsey/uuid": "^4.1", "nesbot/carbon": "^2.40", - "illuminate/collections": "^9.0.0|^10.0", + "illuminate/collections": "^10.0", "lambdish/phunctional": "^2.1", "doctrine/instantiator": "^1.0|^2.0", "complex-heart/contracts": "^1.0" }, "require-dev": { - "pestphp/pest": "^1.0|^2.0", - "pestphp/pest-plugin-mock": "^1.0|^2.0", - "pestphp/pest-plugin-faker": "^1.0|^2.0", + "pestphp/pest": "^2.0", + "pestphp/pest-plugin-mock": "^2.0", + "pestphp/pest-plugin-faker": "^2.0", "phpstan/phpstan": "^1.0" }, "autoload": {