From 6c1c4ffce2136ef5352207bde23a4a9a553c6a95 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 19 Jun 2018 16:52:47 -0700 Subject: [PATCH] composer.json - Import PSR-16 interfaces (psr/simple-cache ~1.0.1) --- composer.json | 3 ++- composer.lock | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 51 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9d81135dbb..1078ccf3d3 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,8 @@ "pear/Net_SMTP": "1.6.*", "pear/Net_socket": "1.0.*", "civicrm/civicrm-setup": "~0.2.0", - "guzzlehttp/guzzle": "^6.3" + "guzzlehttp/guzzle": "^6.3", + "psr/simple-cache": "~1.0.1" }, "repositories": [ { diff --git a/composer.lock b/composer.lock index 0cce99a2a8..8f3e4d2659 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "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": "9c5441f5ce4c51ed3a8cc326693cd904", + "content-hash": "233f9c457d9e7d49a6d96c356e1035f1", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -1131,6 +1131,54 @@ ], "time": "2012-12-21T11:40:51+00:00" }, + { + "name": "psr/simple-cache", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/simple-cache.git", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\SimpleCache\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for simple caching", + "keywords": [ + "cache", + "caching", + "psr", + "psr-16", + "simple-cache" + ], + "time": "2017-10-23T01:57:42+00:00" + }, { "name": "sabberworm/php-css-parser", "version": "6.0.1", -- 2.25.1