commit fb338829d3fae2c6ae02d0ca1d8f95b9f8cb20ce
parent 1178c03046bf5c143b062921098c07efd3ef6a1f
Author: finwo <finwo@pm.me>
Date: Tue, 14 Feb 2017 13:28:49 +0100
Removed memcached dependency from composer.json
Diffstat:
2 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/composer.json b/composer.json
@@ -11,8 +11,7 @@
"psr-4": { "Finwo\\Cache\\": "src" }
},
"require": {
- "php": ">=5.3",
- "ext-memcached": "*",
- "finwo/cache": "^0.4"
+ "php": ">=5.3",
+ "finwo/cache": "^0.4"
}
}
diff --git a/composer.lock b/composer.lock
@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "78cd77a06ef112de6d47ed90739fa5ef",
+ "content-hash": "7ee2591fa52ac9c0595ff005a0bf9df3",
"packages": [
{
"name": "finwo/cache",
- "version": "v0.4.0",
+ "version": "v0.4.1",
"source": {
"type": "git",
"url": "https://github.com/finwo/php-cache.git",
- "reference": "68769a66e31049c934389f1d22fe09f88c6a4867"
+ "reference": "53a60fd4705216e13716a43b76de333bb1254488"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/finwo/php-cache/zipball/68769a66e31049c934389f1d22fe09f88c6a4867",
- "reference": "68769a66e31049c934389f1d22fe09f88c6a4867",
+ "url": "https://api.github.com/repos/finwo/php-cache/zipball/53a60fd4705216e13716a43b76de333bb1254488",
+ "reference": "53a60fd4705216e13716a43b76de333bb1254488",
"shasum": ""
},
"require": {
@@ -39,7 +39,7 @@
"email": "robin@finwo.nl"
}
],
- "time": "2017-01-23T13:06:05+00:00"
+ "time": "2017-01-23T13:23:13+00:00"
}
],
"packages-dev": [],
@@ -49,8 +49,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
- "php": ">=5.3",
- "ext-memcached": "*"
+ "php": ">=5.3"
},
"platform-dev": []
}