From 3341f4fcaba1f75eec85ebc6dc4f572cc21ff582 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 19 Jan 2019 19:48:18 +0300 Subject: [PATCH] composer remove symfony/polyfill-apcu. --- composer.json | 1 - composer.lock | 55 +-------------------------------------------------- 2 files changed, 1 insertion(+), 55 deletions(-) diff --git a/composer.json b/composer.json index 6ee7fd0..23d920c 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "doctrine/orm": "^2.5", "doctrine/doctrine-bundle": "^1.4", "symfony/monolog-bundle": "~2.11.3", - "symfony/polyfill-apcu": "^1.0", "sensio/distribution-bundle": "^5.0", "sensio/framework-extra-bundle": "^3.0.2", "incenteev/composer-parameter-handler": "~2.0", diff --git a/composer.lock b/composer.lock index c248427..e3d5100 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": "1580820dd9c3f41a83c6d9d803f138a5", + "content-hash": "c1438425a97016ba74d9890c92bc03d4", "packages": [ { "name": "doctrine/annotations", @@ -1639,59 +1639,6 @@ ], "time": "2016-10-19T07:54:05+00:00" }, - { - "name": "symfony/polyfill-apcu", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "5d4474f447403c3348e37b70acc2b95475b7befa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/5d4474f447403c3348e37b70acc2b95475b7befa", - "reference": "5d4474f447403c3348e37b70acc2b95475b7befa", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.3-dev" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "apcu", - "compatibility", - "polyfill", - "portable", - "shim" - ], - "time": "2016-11-14T01:06:16+00:00" - }, { "name": "symfony/polyfill-intl-icu", "version": "dev-master",