summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-02-05 16:19:00 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-02-05 16:19:00 +0100
commit823fbbacd70c288c7412a977ceafaa45d797f3ff (patch)
treeee87e35da02a7dacaf5f4dadeb408999752fa809 /appinfo
parent77fccf6e1eaa3d4f0b589760f1644aa09b48d009 (diff)
place message outside of function5.2.2
Diffstat (limited to 'appinfo')
0 files changed, 0 insertions, 0 deletions
n103'>103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "20b66066a8d4a6802ecf6399590ef15b",
    "packages": [
        {
            "name": "ezyang/htmlpurifier",
            "version": "v4.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/ezyang/htmlpurifier.git",
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd",
                "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "HTMLPurifier": "library/"
                },
                "files": [
                    "library/HTMLPurifier.composer.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL"
            ],
            "authors": [
                {
                    "name": "Edward Z. Yang",
                    "email": "admin@htmlpurifier.org",
                    "homepage": "http://ezyang.com",
                    "role": "Developer"
                }
            ],
            "description": "Standards compliant HTML filter written in PHP",
            "homepage": "http://htmlpurifier.org/",
            "keywords": [
                "html"
            ],
            "time": "2013-11-30 08:25:19"
        },
        {
            "name": "fguillot/picofeed",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/fguillot/picoFeed.git",
                "reference": "6ac3334f272478257d3e4486164bc4e84046f784"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/6ac3334f272478257d3e4486164bc4e84046f784",
                "reference": "6ac3334f272478257d3e4486164bc4e84046f784",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-iconv": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "ext-xml": "*",
                "php": ">=5.3.0"
            },
            "suggest": {
                "ext-curl": "PicoFeed will use cURL if present"
            },
            "bin": [
                "picofeed"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PicoFeed": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Frédéric Guillot",
                    "homepage": "http://fredericguillot.com"
                }
            ],
            "description": "Modern library to write or read feeds (RSS/Atom)",
            "homepage": "http://fguillot.github.io/picoFeed",
            "time": "2015-04-15 00:10:14"
        },
        {
            "name": "pear/net_url2",
            "version": "v2.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_URL2.git",
                "reference": "cfd234e8484400a122cec44a9d801e71186915ac"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_URL2/zipball/cfd234e8484400a122cec44a9d801e71186915ac",
                "reference": "cfd234e8484400a122cec44a9d801e71186915ac",
                "shasum": ""
            },
            "require": {
                "php": ">=5.1.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Net": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "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": "2014-12-27 14:00:16"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "fguillot/picofeed": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}