From 29fc8f19ae16d35144b83b02aeeeccb80431e29c Mon Sep 17 00:00:00 2001 From: alexpott Date: Tue, 18 Jan 2022 13:20:01 +0000 Subject: [PATCH] Remove grasmash/yaml-expander as it is not used (#5028) --- composer.json | 1 - composer.lock | 56 ++------------------------------------------------- 2 files changed, 2 insertions(+), 55 deletions(-) diff --git a/composer.json b/composer.json index a390d7df53..57ed1f22a1 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,6 @@ "consolidation/site-alias": "^3.1.3", "consolidation/site-process": "^4", "enlightn/security-checker": "^1", - "grasmash/yaml-expander": "^1.1.1", "guzzlehttp/guzzle": "^6.3 || ^7.0", "league/container": "^3.4", "psr/log": "~1.0", diff --git a/composer.lock b/composer.lock index e2948952e6..d30c692a3c 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": "7278bfee8f4740f6d4197054d6443858", + "content-hash": "ae1eb0419aef16c09a7f6ec6c34b0051", "packages": [ { "name": "chi-teck/drupal-code-generator", @@ -921,58 +921,6 @@ }, "time": "2017-12-21T22:14:55+00:00" }, - { - "name": "grasmash/yaml-expander", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/grasmash/yaml-expander.git", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", - "shasum": "" - }, - "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4", - "symfony/yaml": "^2.8.11|^3|^4" - }, - "require-dev": { - "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^4.8|^5.5.4", - "satooshi/php-coveralls": "^1.0.2|dev-master", - "squizlabs/php_codesniffer": "^2.7" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Grasmash\\YamlExpander\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Matthew Grasmick" - } - ], - "description": "Expands internal property references in a yaml file.", - "support": { - "issues": "https://github.com/grasmash/yaml-expander/issues", - "source": "https://github.com/grasmash/yaml-expander/tree/master" - }, - "time": "2017-12-16T16:06:03+00:00" - }, { "name": "guzzlehttp/guzzle", "version": "6.5.5", @@ -8771,5 +8719,5 @@ "platform-overrides": { "php": "7.4" }, - "plugin-api-version": "2.1.0" + "plugin-api-version": "2.2.0" }