diff --git a/site/api/stats/composer.lock b/site/api/stats/composer.lock index e417bf39..48b38820 100644 --- a/site/api/stats/composer.lock +++ b/site/api/stats/composer.lock @@ -1,29 +1,29 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "55fa26f8b233a037c70ac239c361b88e", "packages": [ { "name": "phpfastcache/phpfastcache", - "version": "6.0.4", + "version": "6.1.5", "source": { "type": "git", "url": "https://github.com/PHPSocialNetwork/phpfastcache.git", - "reference": "374999bdc0ab66517d1edef6f833b5995abe64e7" + "reference": "cab4e79f1ad353302c82d7b73de0aa4b6b00144c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/374999bdc0ab66517d1edef6f833b5995abe64e7", - "reference": "374999bdc0ab66517d1edef6f833b5995abe64e7", + "url": "https://api.github.com/repos/PHPSocialNetwork/phpfastcache/zipball/cab4e79f1ad353302c82d7b73de0aa4b6b00144c", + "reference": "cab4e79f1ad353302c82d7b73de0aa4b6b00144c", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", - "php": "^5.6 || ^7.0", + "php": "^5.6 || ^7.0 || ^7.1 || ^7.2", "psr/cache": "~1.0.0", "psr/simple-cache": "~1.0.0" }, @@ -32,6 +32,7 @@ }, "suggest": { "ext-apc": "*", + "ext-couchbase": "*", "ext-intl": "*", "ext-leveldb": "*", "ext-memcache": "*", @@ -100,7 +101,17 @@ "zend memory cache", "zend server" ], - "time": "2017-07-30T22:13:40+00:00" + "funding": [ + { + "url": "https://github.com/geolim4", + "type": "github" + }, + { + "url": "https://www.patreon.com/geolim4", + "type": "patreon" + } + ], + "time": "2021-08-12T11:55:27+00:00" }, { "name": "psr/cache", @@ -150,16 +161,16 @@ }, { "name": "psr/simple-cache", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", - "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24" + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24", - "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24", + "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", + "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { @@ -194,7 +205,7 @@ "psr-16", "simple-cache" ], - "time": "2017-01-02T13:31:39+00:00" + "time": "2017-10-23T01:57:42+00:00" } ], "packages-dev": [], @@ -204,5 +215,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }