From a7a770c93985b607d4e51710ceef193df2721610 Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Sat, 2 May 2026 18:08:38 +0200 Subject: [PATCH] Update crwlr/schema-org version constraint Updated version constraint for crwlr/schema-org to include 0.4. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5d493c2..78e85c7 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "ext-dom": "*", "php": "^8.1", "crwlr/robots-txt": "^1.1", - "crwlr/schema-org": "^0.2|^0.3", + "crwlr/schema-org": "^0.2|^0.3|^0.4", "crwlr/url": "^2.1", "psr/log": "^2.0|^3.0", "symfony/dom-crawler": "^6.0|^7.0|^8.0",