From da1c4e7d06e3db40a64858d4fb7748671149c38a Mon Sep 17 00:00:00 2001 From: Jaapio Date: Sat, 27 Jun 2020 16:46:17 +0200 Subject: [PATCH] Remove unused dependency --- composer.json | 3 +-- composer.lock | 58 +-------------------------------------------------- 2 files changed, 2 insertions(+), 59 deletions(-) diff --git a/composer.json b/composer.json index d28ca31..d3d408a 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,7 @@ "ext-filter": "*" }, "require-dev": { - "mockery/mockery": "^1", - "doctrine/instantiator": "^1" + "mockery/mockery": "^1" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index ca4c650..be5f580 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": "78aabc4704aa0d46758076fa18d49076", + "content-hash": "4a2364f8234d7636b8241f5e6e658f8f", "packages": [ { "name": "phpdocumentor/reflection-common", @@ -208,62 +208,6 @@ } ], "packages-dev": [ - { - "name": "doctrine/instantiator", - "version": "1.3.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/instantiator.git", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea", - "reference": "f350df0268e904597e3bd9c4685c53e0e333feea", - "shasum": "" - }, - "require": { - "php": "^7.1 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^6.0", - "ext-pdo": "*", - "ext-phar": "*", - "phpbench/phpbench": "^0.13", - "phpstan/phpstan-phpunit": "^0.11", - "phpstan/phpstan-shim": "^0.11", - "phpunit/phpunit": "^7.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com", - "homepage": "http://ocramius.github.com/" - } - ], - "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", - "homepage": "https://www.doctrine-project.org/projects/instantiator.html", - "keywords": [ - "constructor", - "instantiate" - ], - "time": "2020-05-29T17:27:14+00:00" - }, { "name": "hamcrest/hamcrest-php", "version": "v2.0.0",