Update PicoFeed library

This commit is contained in:
Frederic Guillot
2017-03-11 17:35:59 -05:00
parent d1edac845c
commit 8372cdfa8f
2 changed files with 13 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
"erusev/parsedown" : "1.6.0", "erusev/parsedown" : "1.6.0",
"fguillot/json-rpc" : "1.2.1", "fguillot/json-rpc" : "1.2.1",
"fguillot/picodb" : "1.0.14", "fguillot/picodb" : "1.0.14",
"fguillot/picofeed": "0.1.24", "fguillot/picofeed": "0.1.31",
"fguillot/simpleLogger" : "1.0.1", "fguillot/simpleLogger" : "1.0.1",
"fguillot/simple-validator" : "1.0.1", "fguillot/simple-validator" : "1.0.1",
"fguillot/simple-queue" : "1.0.1", "fguillot/simple-queue" : "1.0.1",

19
composer.lock generated
View File

@@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "9da4e56dd10c23d4c3ea7e4949d18b24", "hash": "dc50383a3d1f75257044a2977c0c70af",
"content-hash": "6fded72f90b9a69e404ea9a2410339ad", "content-hash": "811bd1ea5a2a0fed780794bc6ee7ea82",
"packages": [ "packages": [
{ {
"name": "aferrandini/phpqrcode", "name": "aferrandini/phpqrcode",
@@ -329,16 +329,16 @@
}, },
{ {
"name": "fguillot/picofeed", "name": "fguillot/picofeed",
"version": "v0.1.24", "version": "v0.1.31",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/fguillot/picoFeed.git", "url": "https://github.com/fguillot/picoFeed.git",
"reference": "25f9653ca663e098f51eabbdf495eb9a130c041b" "reference": "b753961879d0b92c284971d902355e00cad1fd9b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/fguillot/picoFeed/zipball/25f9653ca663e098f51eabbdf495eb9a130c041b", "url": "https://api.github.com/repos/fguillot/picoFeed/zipball/b753961879d0b92c284971d902355e00cad1fd9b",
"reference": "25f9653ca663e098f51eabbdf495eb9a130c041b", "reference": "b753961879d0b92c284971d902355e00cad1fd9b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -350,6 +350,11 @@
"php": ">=5.3.0", "php": ">=5.3.0",
"zendframework/zendxml": "^1.0" "zendframework/zendxml": "^1.0"
}, },
"require-dev": {
"phpdocumentor/reflection-docblock": "2.0.4",
"phpunit/phpunit": "4.8.26",
"symfony/yaml": "2.8.7"
},
"suggest": { "suggest": {
"ext-curl": "PicoFeed will use cURL if present" "ext-curl": "PicoFeed will use cURL if present"
}, },
@@ -373,7 +378,7 @@
], ],
"description": "Modern library to handle RSS/Atom feeds", "description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/fguillot/picoFeed", "homepage": "https://github.com/fguillot/picoFeed",
"time": "2016-07-03 00:02:03" "time": "2017-01-16 03:10:21"
}, },
{ {
"name": "fguillot/simple-queue", "name": "fguillot/simple-queue",