summaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-07-26 22:23:58 -0400
committerFrederic Guillot <fred@kanboard.net>2016-07-26 22:23:58 -0400
commit9649f7ba82ba7fe6a470abfe9f65e214cc68fa34 (patch)
tree386cdf7a8d7bf7ad2d80d938333bafbaf0fedcbc /composer.lock
parent3c228b4e2aa7969dda17586708c64315fcd362f1 (diff)
Use the library PicoFeed to generate RSS/Atom feeds
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock97
1 files changed, 95 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index 33c2ca71..64feaa9c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "daa76b43d528f87e3bed91133fdb9259",
- "content-hash": "dde1b92fc6f9ca106cf927f4cd141a21",
+ "hash": "5111a8477b4462a68a9a93af931fbfeb",
+ "content-hash": "8609029c4ce32c3b3aec0778320a729a",
"packages": [
{
"name": "christian-riesen/base32",
@@ -284,6 +284,54 @@
"time": "2016-07-16 22:59:59"
},
{
+ "name": "fguillot/picofeed",
+ "version": "v0.1.24",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/fguillot/picoFeed.git",
+ "reference": "25f9653ca663e098f51eabbdf495eb9a130c041b"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/25f9653ca663e098f51eabbdf495eb9a130c041b",
+ "reference": "25f9653ca663e098f51eabbdf495eb9a130c041b",
+ "shasum": ""
+ },
+ "require": {
+ "ext-dom": "*",
+ "ext-iconv": "*",
+ "ext-libxml": "*",
+ "ext-simplexml": "*",
+ "ext-xml": "*",
+ "php": ">=5.3.0",
+ "zendframework/zendxml": "^1.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"
+ }
+ ],
+ "description": "Modern library to handle RSS/Atom feeds",
+ "homepage": "https://github.com/fguillot/picoFeed",
+ "time": "2016-07-03 00:02:03"
+ },
+ {
"name": "fguillot/simple-queue",
"version": "v1.0.1",
"source": {
@@ -861,6 +909,51 @@
"shim"
],
"time": "2016-05-18 14:26:46"
+ },
+ {
+ "name": "zendframework/zendxml",
+ "version": "1.0.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/zendframework/ZendXml.git",
+ "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
+ "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.3 || ^7.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^3.7 || ^4.0",
+ "squizlabs/php_codesniffer": "^1.5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.0-dev"
+ }
+ },
+ "autoload": {
+ "psr-0": {
+ "ZendXml\\": "library/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "description": "Utility library for XML usage, best practices, and security in PHP",
+ "homepage": "http://packages.zendframework.com/",
+ "keywords": [
+ "security",
+ "xml",
+ "zf2"
+ ],
+ "time": "2016-02-04 21:02:08"
}
],
"packages-dev": [