diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-02-03 16:55:03 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-02-03 16:55:03 +0100 |
commit | 9ce4ceb9c16d0a03e18bf2a6b33cec8d0edd4dc9 (patch) | |
tree | f99a26d7243eb86d0378462686db70386b36b7a3 /phpBB/composer.lock | |
parent | c83db45f55858c78648a6650aec39a9fc627a50b (diff) | |
download | forums-9ce4ceb9c16d0a03e18bf2a6b33cec8d0edd4dc9.tar forums-9ce4ceb9c16d0a03e18bf2a6b33cec8d0edd4dc9.tar.gz forums-9ce4ceb9c16d0a03e18bf2a6b33cec8d0edd4dc9.tar.bz2 forums-9ce4ceb9c16d0a03e18bf2a6b33cec8d0edd4dc9.tar.xz forums-9ce4ceb9c16d0a03e18bf2a6b33cec8d0edd4dc9.zip |
[ticket/14448] Remove no longer needed guzzle 3.9.3
PHPBB3-14448
Diffstat (limited to 'phpBB/composer.lock')
-rw-r--r-- | phpBB/composer.lock | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/phpBB/composer.lock b/phpBB/composer.lock index 09e558049d..cad14d8913 100644 --- a/phpBB/composer.lock +++ b/phpBB/composer.lock @@ -1607,101 +1607,6 @@ "time": "2015-05-05 21:14:57" }, { - "name": "guzzle/guzzle", - "version": "v3.9.3", - "source": { - "type": "git", - "url": "https://github.com/guzzle/guzzle3.git", - "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/0645b70d953bc1c067bbc8d5bc53194706b628d9", - "reference": "0645b70d953bc1c067bbc8d5bc53194706b628d9", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "php": ">=5.3.3", - "symfony/event-dispatcher": "~2.1" - }, - "replace": { - "guzzle/batch": "self.version", - "guzzle/cache": "self.version", - "guzzle/common": "self.version", - "guzzle/http": "self.version", - "guzzle/inflection": "self.version", - "guzzle/iterator": "self.version", - "guzzle/log": "self.version", - "guzzle/parser": "self.version", - "guzzle/plugin": "self.version", - "guzzle/plugin-async": "self.version", - "guzzle/plugin-backoff": "self.version", - "guzzle/plugin-cache": "self.version", - "guzzle/plugin-cookie": "self.version", - "guzzle/plugin-curlauth": "self.version", - "guzzle/plugin-error-response": "self.version", - "guzzle/plugin-history": "self.version", - "guzzle/plugin-log": "self.version", - "guzzle/plugin-md5": "self.version", - "guzzle/plugin-mock": "self.version", - "guzzle/plugin-oauth": "self.version", - "guzzle/service": "self.version", - "guzzle/stream": "self.version" - }, - "require-dev": { - "doctrine/cache": "~1.3", - "monolog/monolog": "~1.0", - "phpunit/phpunit": "3.7.*", - "psr/log": "~1.0", - "symfony/class-loader": "~2.1", - "zendframework/zend-cache": "2.*,<2.3", - "zendframework/zend-log": "2.*,<2.3" - }, - "suggest": { - "guzzlehttp/guzzle": "Guzzle 5 has moved to a new package name. The package you have installed, Guzzle 3, is deprecated." - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "3.9-dev" - } - }, - "autoload": { - "psr-0": { - "Guzzle": "src/", - "Guzzle\\Tests": "tests/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Guzzle Community", - "homepage": "https://github.com/guzzle/guzzle/contributors" - } - ], - "description": "PHP HTTP client. This library is deprecated in favor of https://packagist.org/packages/guzzlehttp/guzzle", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "rest", - "web service" - ], - "time": "2015-03-18 18:23:50" - }, - { "name": "michelf/php-markdown", "version": "1.6.0", "source": { |