Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-01 20:06:01 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-01 20:06:01 +0300
commitc603cf71406ae2ff7c3771290c26a954846c1190 (patch)
tree8d0357fca42efaf954bf13603765472df8969aa8 /composer.lock
parent32aaf015a943b6ce52e5cbec6e26b85870c89cf6 (diff)
Rate limit and various fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock116
1 files changed, 114 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index bb2ebb00..b42fc75f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "c9649196eae8c55ee888913630c93033",
+ "content-hash": "67cd1fe75c959dd040e5a83ea0c698f9",
"packages": [
{
"name": "composer/ca-bundle",
@@ -253,6 +253,116 @@
"time": "2018-02-12T22:31:54+00:00"
},
{
+ "name": "perimeter/rate-limiter-php",
+ "version": "dev-develop",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/perimeter/rate-limiter-php.git",
+ "reference": "121ba37284dd701afc2f546c4f49d1954564a24a"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/perimeter/rate-limiter-php/zipball/121ba37284dd701afc2f546c4f49d1954564a24a",
+ "reference": "121ba37284dd701afc2f546c4f49d1954564a24a",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0",
+ "predis/predis": "1.0.*"
+ },
+ "require-dev": {
+ "doctrine/orm": "2.4.*"
+ },
+ "suggest": {
+ "perimeter/cache-bundle": "Required to use the Cache storage engine",
+ "perimeter/rate-limit-bundle": "allows you to integrate with symfony2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Perimeter\\RateLimiter\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Brent Shaffer",
+ "email": "bshafs@gmail.com"
+ },
+ {
+ "name": "Gary Rogers",
+ "email": "garogers@adobe.com"
+ },
+ {
+ "name": "Courtney Ferguson",
+ "email": "cofergus@adobe.com"
+ }
+ ],
+ "description": "A very simple Rate Limiter for PHP",
+ "homepage": "http://github.com/perimeter/rate-limiter-php",
+ "keywords": [
+ "api",
+ "api-gateway",
+ "perimeter",
+ "ratelimit",
+ "redis"
+ ],
+ "time": "2015-12-03T00:42:23+00:00"
+ },
+ {
+ "name": "predis/predis",
+ "version": "v1.0.4",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/nrk/predis.git",
+ "reference": "9ead747663bb1b1ae017dfa0d152aca87792b42f"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/nrk/predis/zipball/9ead747663bb1b1ae017dfa0d152aca87792b42f",
+ "reference": "9ead747663bb1b1ae017dfa0d152aca87792b42f",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.2"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4.8"
+ },
+ "suggest": {
+ "ext-curl": "Allows access to Webdis when paired with phpiredis",
+ "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Predis\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Daniele Alessandri",
+ "email": "suppakilla@gmail.com",
+ "homepage": "http://clorophilla.net"
+ }
+ ],
+ "description": "Flexible and feature-complete Redis client for PHP and HHVM",
+ "homepage": "http://github.com/nrk/predis",
+ "keywords": [
+ "nosql",
+ "predis",
+ "redis"
+ ],
+ "time": "2016-05-30T15:25:52+00:00"
+ },
+ {
"name": "psr/log",
"version": "1.0.2",
"source": {
@@ -351,7 +461,9 @@
],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": [],
+ "stability-flags": {
+ "perimeter/rate-limiter-php": 20
+ },
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],