From de378700110c202bc25e9378cb5fdb852d27f07a Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 13 Aug 2015 09:23:09 +0200 Subject: remove net url package and update composer deps --- composer.lock | 84 ++++++++--------------------------------------------------- 1 file changed, 11 insertions(+), 73 deletions(-) (limited to 'composer.lock') diff --git a/composer.lock b/composer.lock index af286b1c0..988b29e7b 100644 --- a/composer.lock +++ b/composer.lock @@ -1,23 +1,23 @@ { "_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 http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "da49f0b59831699fcbb03749d146f00a", + "hash": "fd65e8c18845a1968d209621771991e9", "packages": [ { "name": "ezyang/htmlpurifier", - "version": "v4.6.0", + "version": "v4.7.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" + "reference": "ae1828d955112356f7677c465f94f7deb7d27a40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", - "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40", + "reference": "ae1828d955112356f7677c465f94f7deb7d27a40", "shasum": "" }, "require": { @@ -40,8 +40,7 @@ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", - "homepage": "http://ezyang.com", - "role": "Developer" + "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", @@ -49,7 +48,7 @@ "keywords": [ "html" ], - "time": "2013-11-30 08:25:19" + "time": "2015-08-05 01:03:42" }, { "name": "fguillot/picofeed", @@ -57,12 +56,12 @@ "source": { "type": "git", "url": "https://github.com/fguillot/picoFeed.git", - "reference": "1e89a3fd579cf3d83cc65c09047f92f81ce6a923" + "reference": "8ed3f1a9f777938611645d523ddc707a7cd0e7d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/8ed3f1a9f777938611645d523ddc707a7cd0e7d7", - "reference": "1e89a3fd579cf3d83cc65c09047f92f81ce6a923", + "reference": "8ed3f1a9f777938611645d523ddc707a7cd0e7d7", "shasum": "" }, "require": { @@ -96,68 +95,7 @@ ], "description": "Modern library to handle RSS/Atom feeds", "homepage": "https://github.com/fguillot/picoFeed", - "time": "2015-07-12 23:33:40" - }, - { - "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" + "time": "2015-08-02 17:56:46" }, { "name": "plasmaconduit/path", -- cgit v1.2.3