miniflux-legacy/vendor/composer/installed.json

167 lines
5.0 KiB
JSON
Raw Normal View History

[
{
2015-09-12 19:34:36 +02:00
"name": "fguillot/simple-validator",
"version": "1.0.0",
"version_normalized": "1.0.0.0",
"source": {
"type": "git",
2015-09-12 19:34:36 +02:00
"url": "https://github.com/fguillot/simpleValidator.git",
"reference": "9579993f3dd0f03053b28fec1e7b9990edc3947b"
},
"dist": {
"type": "zip",
2015-09-12 19:34:36 +02:00
"url": "https://api.github.com/repos/fguillot/simpleValidator/zipball/9579993f3dd0f03053b28fec1e7b9990edc3947b",
"reference": "9579993f3dd0f03053b28fec1e7b9990edc3947b",
"shasum": ""
},
"require": {
2015-09-12 19:34:36 +02:00
"php": ">=5.3.0"
},
2015-09-12 19:34:36 +02:00
"time": "2015-08-29 00:44:37",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
2015-09-12 19:34:36 +02:00
"SimpleValidator": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-04-28 18:08:42 +02:00
"MIT"
],
"authors": [
{
2015-08-29 03:34:34 +02:00
"name": "Frédéric Guillot"
}
],
2015-09-12 19:34:36 +02:00
"description": "Simple validator library",
"homepage": "https://github.com/fguillot/simpleValidator"
},
2015-02-01 20:48:05 +01:00
{
2015-10-12 21:29:25 +02:00
"name": "fguillot/json-rpc",
"version": "v1.0.2",
"version_normalized": "1.0.2.0",
2015-02-01 20:48:05 +01:00
"source": {
"type": "git",
2015-10-12 21:29:25 +02:00
"url": "https://github.com/fguillot/JsonRPC.git",
"reference": "265cf039c2823f684349de78c0c03a597992bea9"
2015-02-01 20:48:05 +01:00
},
"dist": {
"type": "zip",
2015-10-12 21:29:25 +02:00
"url": "https://api.github.com/repos/fguillot/JsonRPC/zipball/265cf039c2823f684349de78c0c03a597992bea9",
"reference": "265cf039c2823f684349de78c0c03a597992bea9",
2015-02-01 20:48:05 +01:00
"shasum": ""
},
"require": {
2015-10-12 21:29:25 +02:00
"php": ">=5.3.4"
2015-09-12 19:34:36 +02:00
},
2015-10-12 21:29:25 +02:00
"time": "2015-09-12 16:27:13",
2015-02-01 20:48:05 +01:00
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
2015-10-12 21:29:25 +02:00
"JsonRPC": "src/"
2015-02-01 20:48:05 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-03-01 19:56:11 +01:00
"MIT"
2015-02-01 20:48:05 +01:00
],
"authors": [
{
2015-09-12 19:34:36 +02:00
"name": "Frédéric Guillot"
2015-02-01 20:48:05 +01:00
}
],
2015-10-12 21:29:25 +02:00
"description": "Simple Json-RPC client/server library that just works",
"homepage": "https://github.com/fguillot/JsonRPC"
2015-02-01 20:48:05 +01:00
},
2015-02-06 03:16:34 +01:00
{
2015-10-12 21:29:25 +02:00
"name": "fguillot/picodb",
2015-09-12 19:34:36 +02:00
"version": "v1.0.2",
"version_normalized": "1.0.2.0",
2015-02-06 03:16:34 +01:00
"source": {
"type": "git",
2015-10-12 21:29:25 +02:00
"url": "https://github.com/fguillot/picoDb.git",
"reference": "61f492c125d9195ce869447e2b2450adeb3b01d6"
2015-02-06 03:16:34 +01:00
},
"dist": {
"type": "zip",
2015-10-12 21:29:25 +02:00
"url": "https://api.github.com/repos/fguillot/picoDb/zipball/61f492c125d9195ce869447e2b2450adeb3b01d6",
"reference": "61f492c125d9195ce869447e2b2450adeb3b01d6",
2015-02-06 03:16:34 +01:00
"shasum": ""
},
"require": {
2015-10-12 21:29:25 +02:00
"php": ">=5.3.0"
2015-02-06 03:16:34 +01:00
},
2015-10-12 21:29:25 +02:00
"time": "2015-08-27 23:33:16",
2015-02-06 03:16:34 +01:00
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
2015-10-12 21:29:25 +02:00
"PicoDb": "lib/"
2015-02-06 03:16:34 +01:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-04-28 18:08:42 +02:00
"MIT"
2015-02-06 03:16:34 +01:00
],
"authors": [
{
2015-10-12 21:29:25 +02:00
"name": "Frédéric Guillot",
"homepage": "http://fredericguillot.com"
2015-02-06 03:16:34 +01:00
}
],
2015-10-12 21:29:25 +02:00
"description": "Minimalist database query builder",
"homepage": "https://github.com/fguillot/picoDb"
2015-02-06 03:16:34 +01:00
},
2015-06-21 15:56:36 +02:00
{
2015-10-12 21:29:25 +02:00
"name": "fguillot/picofeed",
"version": "v0.1.15",
"version_normalized": "0.1.15.0",
2015-06-21 15:56:36 +02:00
"source": {
"type": "git",
2015-10-12 21:29:25 +02:00
"url": "https://github.com/fguillot/picoFeed.git",
"reference": "ee91bcfd4be93d38ae5f870723c652a9d795c75f"
2015-06-21 15:56:36 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/ee91bcfd4be93d38ae5f870723c652a9d795c75f",
"reference": "ee91bcfd4be93d38ae5f870723c652a9d795c75f",
2015-06-21 15:56:36 +02:00
"shasum": ""
},
"require": {
2015-10-12 21:29:25 +02:00
"ext-dom": "*",
"ext-iconv": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-xml": "*",
2015-08-29 03:34:34 +02:00
"php": ">=5.3.0"
2015-06-21 15:56:36 +02:00
},
2015-10-12 21:29:25 +02:00
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
"time": "2015-10-23 21:59:31",
2015-10-12 21:29:25 +02:00
"bin": [
"picofeed"
],
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
2015-10-12 21:29:25 +02:00
"PicoFeed": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-04-28 18:08:42 +02:00
"MIT"
],
"authors": [
{
2015-10-12 21:29:25 +02:00
"name": "Frédéric Guillot"
}
],
2015-10-12 21:29:25 +02:00
"description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/fguillot/picoFeed"
}
]