X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=8f3e4d2659e99894ff0300d04addd2785b5eb1e3;hb=fe12d2b5e01bce6f3ebca0621045642286a11838;hp=0cce99a2a89b969d505f497708f6b7606efa8dec;hpb=dc362124d06c4fbe9aad170ca44e7c1ddf71c4d1;p=civicrm-core.git 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",