From 11becb9afc2c19639abf9d1f67458eec915f1186 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 29 Jun 2021 18:43:10 +0200 Subject: [PATCH] Move mlocati/composer-patcher from require-dev to require --- composer.json | 2 +- composer.lock | 144 +++++++++++++++++++++++++------------------------- 2 files changed, 73 insertions(+), 73 deletions(-) diff --git a/composer.json b/composer.json index f19e546..430b74c 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "ext-zlib": "*", "composer/composer": "<2.0", "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0", + "mlocati/composer-patcher": "^1.2.2", "padraic/phar-updater": "~1.0@dev", "symfony/console": "^5.0" }, @@ -34,7 +35,6 @@ "atoum/visibility-extension": "~1.3", "behat/behat": "~3.6", "friendsofphp/php-cs-fixer": "^2.18.1", - "mlocati/composer-patcher": "^1.2.2", "symfony/process": "^5.0" }, "autoload": { diff --git a/composer.lock b/composer.lock index 5d10cad..5658d67 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": "a2317f60486f9c09a0ee7258d7a2cf81", + "content-hash": "31fe2e7b0a66deb5911b5f5642728cb1", "packages": [ { "name": "composer/ca-bundle", @@ -483,6 +483,77 @@ }, "time": "2020-05-27T16:41:55+00:00" }, + { + "name": "mlocati/composer-patcher", + "version": "1.2.2", + "source": { + "type": "git", + "url": "https://github.com/mlocati/composer-patcher.git", + "reference": "38db5a938b33dfba6ccba5f0eb11a2fba8205b52" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mlocati/composer-patcher/zipball/38db5a938b33dfba6ccba5f0eb11a2fba8205b52", + "reference": "38db5a938b33dfba6ccba5f0eb11a2fba8205b52", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.1 || ^2", + "php": ">= 5.3.2" + }, + "conflict": { + "cweagans/composer-patches": "*" + }, + "require-dev": { + "composer/composer": "^1.1 || ^2", + "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.4" + }, + "type": "composer-plugin", + "extra": { + "class": "ComposerPatcher\\Plugin" + }, + "autoload": { + "psr-4": { + "ComposerPatcher\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michele Locati", + "email": "michele@locati.it", + "homepage": "https://mlocati.github.io", + "role": "author" + } + ], + "description": "A Composer plugin to patch Composer packages.", + "homepage": "https://github.com/mlocati/composer-patcher", + "keywords": [ + "composer", + "patch", + "patcher", + "patches", + "plugin" + ], + "support": { + "issues": "https://github.com/mlocati/composer-patcher/issues", + "source": "https://github.com/mlocati/composer-patcher/tree/1.2.2" + }, + "funding": [ + { + "url": "https://github.com/sponsors/mlocati", + "type": "github" + }, + { + "url": "https://paypal.me/mlocati", + "type": "other" + } + ], + "time": "2020-10-30T11:26:06+00:00" + }, { "name": "padraic/humbug_get_contents", "version": "1.1.2", @@ -3709,77 +3780,6 @@ }, "time": "2017-01-10T10:39:54+00:00" }, - { - "name": "mlocati/composer-patcher", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/mlocati/composer-patcher.git", - "reference": "38db5a938b33dfba6ccba5f0eb11a2fba8205b52" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/mlocati/composer-patcher/zipball/38db5a938b33dfba6ccba5f0eb11a2fba8205b52", - "reference": "38db5a938b33dfba6ccba5f0eb11a2fba8205b52", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.1 || ^2", - "php": ">= 5.3.2" - }, - "conflict": { - "cweagans/composer-patches": "*" - }, - "require-dev": { - "composer/composer": "^1.1 || ^2", - "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.4" - }, - "type": "composer-plugin", - "extra": { - "class": "ComposerPatcher\\Plugin" - }, - "autoload": { - "psr-4": { - "ComposerPatcher\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michele Locati", - "email": "michele@locati.it", - "homepage": "https://mlocati.github.io", - "role": "author" - } - ], - "description": "A Composer plugin to patch Composer packages.", - "homepage": "https://github.com/mlocati/composer-patcher", - "keywords": [ - "composer", - "patch", - "patcher", - "patches", - "plugin" - ], - "support": { - "issues": "https://github.com/mlocati/composer-patcher/issues", - "source": "https://github.com/mlocati/composer-patcher/tree/1.2.2" - }, - "funding": [ - { - "url": "https://github.com/sponsors/mlocati", - "type": "github" - }, - { - "url": "https://paypal.me/mlocati", - "type": "other" - } - ], - "time": "2020-10-30T11:26:06+00:00" - }, { "name": "php-cs-fixer/diff", "version": "v1.3.1",