From 2628ad07f3ff4b919a0e7be1d943cd91b7a8b69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Marcher?= Date: Thu, 11 May 2023 13:21:34 +0200 Subject: [PATCH] Update composer.json PHP8.2 compatibility --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 663ea5f..527d778 100644 --- a/composer.json +++ b/composer.json @@ -13,12 +13,12 @@ "php": "^7.2.5|^8.0", "illuminate/support": "^7.0|^8.0|^9.0|^10.0", "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0", - "doctrine/annotations": "~1.2", + "doctrine/annotations": "~1.2 | ^2.0", "phpdocumentor/reflection-docblock": "^3.1 || ^4.1 || ^5" }, "require-dev": { "squizlabs/php_codesniffer": "~2.0", - "phpunit/phpunit": "^6.5|^8.3|^9.0" + "phpunit/phpunit": "^6.5|^8.3|^9.0|^10.0" }, "autoload": { "psr-4": {