From 772f7d9dcebca3efc06c3b1bfcf473b98ada6b2a Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Thu, 4 Apr 2019 22:14:04 +0800 Subject: [PATCH] Remove whoops temporarily --- composer.json | 1 - composer.lock | 63 +-------------------------------------------------- 2 files changed, 1 insertion(+), 63 deletions(-) diff --git a/composer.json b/composer.json index d356ec2e..f4ee6495 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,6 @@ "ext-xml": "*", "ext-ctype": "*", "ext-json": "*", - "filp/whoops": "^2.1", "predis/predis": "~1.0", "swiggles/memcache": "^2.0", "doctrine/inflector": "1.1.0", diff --git a/composer.lock b/composer.lock index 8a1a2501..e99ac091 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": "5769a880a46dbd1f1eda8eebd2857ddc", + "content-hash": "6966413b7e26aaa2ab3770da8d8e5c73", "packages": [ { "name": "composer/semver", @@ -618,67 +618,6 @@ ], "time": "2018-03-08T01:11:30+00:00" }, - { - "name": "filp/whoops", - "version": "2.3.1", - "source": { - "type": "git", - "url": "https://github.com/filp/whoops.git", - "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", - "reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7", - "shasum": "" - }, - "require": { - "php": "^5.5.9 || ^7.0", - "psr/log": "^1.0.1" - }, - "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.35 || ^5.7", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0" - }, - "suggest": { - "symfony/var-dumper": "Pretty print complex values better with var-dumper available", - "whoops/soap": "Formats errors as SOAP responses" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2-dev" - } - }, - "autoload": { - "psr-4": { - "Whoops\\": "src/Whoops/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Filipe Dobreira", - "homepage": "https://github.com/filp", - "role": "Developer" - } - ], - "description": "php error handling for cool kids", - "homepage": "https://filp.github.io/whoops/", - "keywords": [ - "error", - "exception", - "handling", - "library", - "throwable", - "whoops" - ], - "time": "2018-10-23T09:00:00+00:00" - }, { "name": "guzzlehttp/guzzle", "version": "6.3.3",