From 415a5e36ab6914872ca0e0f41558719d3f112d8d Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 13 Aug 2015 09:29:11 +0200 Subject: fix dependency --- composer.lock | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 62 insertions(+), 1 deletion(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index 47d428677..44d166e0f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "3bd796aeb4c371f2a1aec742db85d0b3", + "hash": "dd59b51bd989cfa4bef3a76b52fea6de", "packages": [ { "name": "ezyang/htmlpurifier", @@ -97,6 +97,67 @@ "homepage": "https://github.com/fguillot/picoFeed", "time": "2015-08-02 17:56:46" }, + { + "name": "pear/net_url2", + "version": "v2.2.0", + "source": { + "type": "git", + "url": "https://github.com/pear/Net_URL2.git", + "reference": "fa9b1ecb3c3e640d4a54d58d681a4cb7524f209e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/Net_URL2/zipball/fa9b1ecb3c3e640d4a54d58d681a4cb7524f209e", + "reference": "fa9b1ecb3c3e640d4a54d58d681a4cb7524f209e", + "shasum": "" + }, + "require": { + "php": ">=5.1.4" + }, + "require-dev": { + "phpunit/phpunit": ">=3.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2.x-dev" + } + }, + "autoload": { + "classmap": [ + "Net/URL2.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "David Coallier", + "email": "davidc@php.net" + }, + { + "name": "Tom Klingenberg", + "email": "tkli@php.net" + }, + { + "name": "Christian Schmidt", + "email": "chmidt@php.net" + } + ], + "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.", + "homepage": "https://github.com/pear/Net_URL2", + "keywords": [ + "PEAR", + "net", + "networking", + "rfc3986", + "uri", + "url" + ], + "time": "2015-04-18 17:36:57" + }, { "name": "plasmaconduit/path", "version": "0.1.1", -- cgit v1.2.3