From 6b58c23e6f931476bb01cd6e819a5360df2bba71 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Sun, 6 Mar 2022 15:31:47 +0100 Subject: [PATCH] Update composer.json (#1327) * Update composer.json * normalize composer.json Co-authored-by: barryvdh --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d1f98e7..06d9212 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "php": "^7.3 || ^8.0", "ext-json": "*", "barryvdh/reflection-docblock": "^2.0.6", - "composer/pcre": "^1.0", + "composer/pcre": "^1 || ^2 || ^3", "doctrine/dbal": "^2.6 || ^3", "illuminate/console": "^8 || ^9", "illuminate/filesystem": "^8 || ^9",