From 3e90baef020ff4aaa122b56f29504cb9342b4708 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Thu, 23 Sep 2021 19:10:15 -0600 Subject: [PATCH] only require PHP 7.3 --- composer.json | 1 - composer.lock | 50 ++------------------------------------------------ 2 files changed, 2 insertions(+), 49 deletions(-) diff --git a/composer.json b/composer.json index 2f507e5c5..c0484df97 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,6 @@ "dragonmantank/cron-expression": "^1.2", "willdurand/negotiation": "^3.0", "itsgoingd/clockwork": "^5.0", - "enshrined/svg-sanitize": "~0.13", "symfony/http-client": "^4.4", "composer/semver": "^1.4" }, diff --git a/composer.lock b/composer.lock index 09d5f9f87..8f4a80a77 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a777a09c8efd3109a03df1d9c9c20b87", + "content-hash": "52c70647d671bc316fec96eab6c5a576", "packages": [ { "name": "antoligy/dom-string-iterators", @@ -493,52 +493,6 @@ }, "time": "2017-01-23T04:29:33+00:00" }, - { - "name": "enshrined/svg-sanitize", - "version": "0.14.1", - "source": { - "type": "git", - "url": "https://github.com/darylldoyle/svg-sanitizer.git", - "reference": "307b42066fb0b76b5119f5e1f0826e18fefabe95" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/307b42066fb0b76b5119f5e1f0826e18fefabe95", - "reference": "307b42066fb0b76b5119f5e1f0826e18fefabe95", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "php": "^7.0 || ^8.0" - }, - "require-dev": { - "codeclimate/php-test-reporter": "^0.1.2", - "phpunit/phpunit": "^6.5 || ^8.5" - }, - "type": "library", - "autoload": { - "psr-4": { - "enshrined\\svgSanitize\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Daryll Doyle", - "email": "daryll@enshrined.co.uk" - } - ], - "description": "An SVG sanitizer for PHP", - "support": { - "issues": "https://github.com/darylldoyle/svg-sanitizer/issues", - "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.14.1" - }, - "time": "2021-08-09T23:46:54+00:00" - }, { "name": "erusev/parsedown", "version": "1.7.4", @@ -6536,5 +6490,5 @@ "platform-overrides": { "php": "7.3.6" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }