diff --git a/composer.json b/composer.json index a1e8f13..341e20d 100644 --- a/composer.json +++ b/composer.json @@ -29,13 +29,17 @@ { "type": "vcs", "url": "https://github.com/JellyBellyDev/phpspec-data-provider-extension" + }, + { + "type": "vcs", + "url": "https://github.com/ricardoboss/easysvg" } ], "require": { "php": ">=7.4", "ext-gd": "*", "ext-simplexml": "*", - "kartsims/easysvg": "^1.0", + "kartsims/easysvg": "^2.0", "symfony/console": "^4.0|^5.0|^6.0" }, "require-dev": {