From f322c2247b8032dfae92dd50b206788b060b57bc Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Wed, 20 Apr 2022 04:10:41 -0500 Subject: [PATCH] Update Doctrine Persistence. --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 345addc..eb0a188 100644 --- a/composer.json +++ b/composer.json @@ -25,17 +25,17 @@ } }, "require": { - "php": "^8.0", + "php": ">=8.0", "doctrine/collections": ">1", "doctrine/inflector": "^2", "doctrine/orm": "^2", - "doctrine/persistence": "^2", + "doctrine/persistence": "^2|^3", "symfony/serializer": "^5|^6" }, "require-dev": { - "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-console-highlighter": "^1", "php-parallel-lint/php-parallel-lint": "^1.3", - "phpstan/phpstan": "^0.12", + "phpstan/phpstan": "^1", "roave/security-advisories": "dev-master" }, "config": {