|
@@ -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": "dd030fecb961252239cab6c43dd1a564",
|
|
|
+ "content-hash": "978622f37b7dcfc6d245cbfd8a18d3a9",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "asm89/stack-cors",
|
|
@@ -1207,6 +1207,53 @@
|
|
|
"time": "2020-04-16T13:21:26+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "league/flysystem-cached-adapter",
|
|
|
+ "version": "1.0.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/thephpleague/flysystem-cached-adapter.git",
|
|
|
+ "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/thephpleague/flysystem-cached-adapter/zipball/08ef74e9be88100807a3b92cc9048a312bf01d6f",
|
|
|
+ "reference": "08ef74e9be88100807a3b92cc9048a312bf01d6f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "league/flysystem": "~1.0",
|
|
|
+ "psr/cache": "^1.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "~0.9",
|
|
|
+ "phpspec/phpspec": "^3.4",
|
|
|
+ "phpunit/phpunit": "^5.7",
|
|
|
+ "predis/predis": "~1.0",
|
|
|
+ "tedivm/stash": "~0.12"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-phpredis": "Pure C implemented extension for PHP"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "League\\Flysystem\\Cached\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "frankdejonge",
|
|
|
+ "email": "info@frenky.net"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "An adapter decorator to enable meta-data caching.",
|
|
|
+ "time": "2018-07-09T20:51:04+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "monolog/monolog",
|
|
|
"version": "2.0.2",
|
|
|
"source": {
|
|
@@ -1528,6 +1575,52 @@
|
|
|
"time": "2020-03-21T18:07:53+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "psr/cache",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/cache.git",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Cache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for caching libraries",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "psr",
|
|
|
+ "psr-6"
|
|
|
+ ],
|
|
|
+ "time": "2016-08-06T20:24:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "psr/container",
|
|
|
"version": "1.0.0",
|
|
|
"source": {
|