Browse Source

update picofeed dependency

using fork of picofeed with 0.1.38 tag on aaronpk repo
pull/49/head v1.4.5
Aaron Parecki 6 years ago
parent
commit
36cd121ee1
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 4 additions and 6 deletions
  1. +1
    -1
      composer.json
  2. +3
    -5
      composer.lock

+ 1
- 1
composer.json View File

@ -12,7 +12,7 @@
"p3k/timezone": "*", "p3k/timezone": "*",
"p3k/http": "0.1.*", "p3k/http": "0.1.*",
"cebe/markdown": "1.1.*", "cebe/markdown": "1.1.*",
"miniflux/picofeed": "dev-master",
"miniflux/picofeed": ">=0.1.38",
"facebook/graph-sdk": "^5.5" "facebook/graph-sdk": "^5.5"
}, },
"autoload": { "autoload": {

+ 3
- 5
composer.lock View File

@ -4,7 +4,7 @@
"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"
], ],
"content-hash": "c61ccebf0105e57a0a60f431a95fcaed",
"content-hash": "03386594e351101daf18ef93a40494a5",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -316,7 +316,7 @@
}, },
{ {
"name": "miniflux/picofeed", "name": "miniflux/picofeed",
"version": "dev-master",
"version": "v0.1.38",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aaronpk/picoFeed.git", "url": "https://github.com/aaronpk/picoFeed.git",
@ -2089,9 +2089,7 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": {
"miniflux/picofeed": 20
},
"stability-flags": [],
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],

Loading…
Cancel
Save