Remove package swiggles/memcache

This commit is contained in:
Pig Fang 2019-09-04 22:59:06 +08:00
parent e48bd1f9c6
commit e3483375e0
5 changed files with 3 additions and 58 deletions

View File

@ -14,7 +14,6 @@
"ext-ctype": "*",
"ext-json": "*",
"predis/predis": "~1.0",
"swiggles/memcache": "^2.0",
"doctrine/inflector": "1.1.0",
"laravel/framework": "5.8.*",
"nesbot/carbon": "^2.0",

53
composer.lock generated
View File

@ -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": "3cffeb001bf3f92d13c1ca38c75eb89b",
"content-hash": "a34a838d8b34983c46fde89c68ebab5a",
"packages": [
{
"name": "composer/ca-bundle",
@ -2541,57 +2541,6 @@
],
"time": "2019-04-21T09:21:45+00:00"
},
{
"name": "swiggles/memcache",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/swiggles/laravel-memcache.git",
"reference": "bc63da268254b111e2c11f9fdd70af2f03e35142"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiggles/laravel-memcache/zipball/bc63da268254b111e2c11f9fdd70af2f03e35142",
"reference": "bc63da268254b111e2c11f9fdd70af2f03e35142",
"shasum": ""
},
"require": {
"illuminate/support": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/cache": "~5.0",
"illuminate/session": "~5.0",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Swiggles\\Memcache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sam Wiggins",
"homepage": "https://github.com/swiggles"
}
],
"description": "Memcache driver for Laravel 5",
"homepage": "https://github.com/swiggles/laravel-memcache",
"keywords": [
"cache",
"caching",
"laravel",
"laravel 5",
"memcache"
],
"time": "2016-12-07T18:25:37+00:00"
},
{
"name": "symfony/console",
"version": "v4.3.3",

View File

@ -169,11 +169,6 @@ return [
Illuminate\Validation\ValidationServiceProvider::class,
Illuminate\View\ViewServiceProvider::class,
/*
* Third-party Libraries...
*/
Swiggles\Memcache\MemcacheServiceProvider::class,
/*
* Application Service Providers...
*/

View File

@ -26,3 +26,4 @@
- Removed Artisan command `php artisan key:random`.
- Removed Artisan commands of migration for v3 to v4.
- Dropped support of IIS.
- Removed package `swiggles/memcache`.

View File

@ -26,3 +26,4 @@
- 移除 Artisan 命令:`php artisan key:random`
- 移除为 v3 迁移到 v4 而编写的 Artisan 命令
- 放弃对 IIS 的支持
- 移除扩展包 `swiggles/memcache`