Browse Source

Update PicoFeed to latest release version

rpm
J. King 4 years ago
parent
commit
6ee7ca4aa4
  1. 2
      composer.json
  2. 30
      composer.lock

2
composer.json

@ -23,7 +23,7 @@
"ext-json": "*", "ext-json": "*",
"ext-hash": "*", "ext-hash": "*",
"ext-dom": "*", "ext-dom": "*",
"nicolus/picofeed": "dev-master#0ebdf92852a4725f4807c200dd49bf9fff3905b7", "nicolus/picofeed": "^0.1.43",
"hosteurope/password-generator": "1.*", "hosteurope/password-generator": "1.*",
"docopt/docopt": "1.*", "docopt/docopt": "1.*",
"jkingweb/druuid": "3.*", "jkingweb/druuid": "3.*",

30
composer.lock

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1d03b34d159fbf69097aa783994f9cfa", "content-hash": "9880398f241b2e782876bb510207cde7",
"packages": [ "packages": [
{ {
"name": "docopt/docopt", "name": "docopt/docopt",
@ -609,16 +609,16 @@
}, },
{ {
"name": "laminas/laminas-zendframework-bridge", "name": "laminas/laminas-zendframework-bridge",
"version": "1.1.0", "version": "1.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "4939c81f63a8a4968c108c440275c94955753b19" "reference": "6ede70583e101030bcace4dcddd648f760ddf642"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/4939c81f63a8a4968c108c440275c94955753b19", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642",
"reference": "4939c81f63a8a4968c108c440275c94955753b19", "reference": "6ede70583e101030bcace4dcddd648f760ddf642",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -630,10 +630,6 @@
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": { "laminas": {
"module": "Laminas\\ZendFrameworkBridge" "module": "Laminas\\ZendFrameworkBridge"
} }
@ -663,20 +659,20 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2020-08-18T16:34:51+00:00" "time": "2020-09-14T14:23:00+00:00"
}, },
{ {
"name": "nicolus/picofeed", "name": "nicolus/picofeed",
"version": "dev-master", "version": "0.1.43",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nicolus/picoFeed.git", "url": "https://github.com/nicolus/picoFeed.git",
"reference": "0ebdf92852a4725f4807c200dd49bf9fff3905b7" "reference": "e6bfe8d30009603702d1bff46a7abf8bfb25f8a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nicolus/picoFeed/zipball/0ebdf92852a4725f4807c200dd49bf9fff3905b7", "url": "https://api.github.com/repos/nicolus/picoFeed/zipball/e6bfe8d30009603702d1bff46a7abf8bfb25f8a8",
"reference": "0ebdf92852a4725f4807c200dd49bf9fff3905b7", "reference": "e6bfe8d30009603702d1bff46a7abf8bfb25f8a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -725,7 +721,7 @@
], ],
"description": "RSS/Atom parsing library", "description": "RSS/Atom parsing library",
"homepage": "https://github.com/nicolus/picoFeed", "homepage": "https://github.com/nicolus/picoFeed",
"time": "2020-02-13T06:43:47+00:00" "time": "2020-09-15T07:28:23+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -1381,9 +1377,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": { "stability-flags": [],
"nicolus/picofeed": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {

Loading…
Cancel
Save