summaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-13 09:29:11 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-13 09:29:11 +0200
commit415a5e36ab6914872ca0e0f41558719d3f112d8d (patch)
tree40b273b83969fe98f1640d208c1cf2dfbf5044a4 /composer.lock
parent4be6af4fd23893825144344a2de0774311a56ab2 (diff)
fix dependency
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock63
1 files changed, 62 insertions, 1 deletions
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",
@@ -98,6 +98,67 @@
"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",
"source": {