aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/composer.lock
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2017-01-18 19:02:50 +0100
committerAndreas Gohr <andi@splitbrain.org>2017-01-18 19:02:50 +0100
commit59b616ccfd538b2ad784685b41eecdcdcfbf5719 (patch)
tree63b0bb6690597b5090cd8273ae152fa6a46d0815 /composer.lock
parent09679584868fbbfc49ca21839f781190f4bed432 (diff)
downloaddokuwiki-59b616ccfd538b2ad784685b41eecdcdcfbf5719.tar.gz
dokuwiki-59b616ccfd538b2ad784685b41eecdcdcfbf5719.zip
updated SimplePie and moved to composer based install. #1800
This updates the SimplePie RSS parser to the recent 1.4.3 release, fixing an PHP 7 bug (and probably others). We now use a composer based install.
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock77
1 files changed, 69 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 04533693d..b6c197fea 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,8 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "hash": "7b78d57e644751cbd9c25d284b5e35b9",
- "content-hash": "892483d9cd6fa76827c24cee640a9f27",
+ "content-hash": "e554e0599b74f5057ae2de1300c5bde0",
"packages": [
{
"name": "easybook/geshi",
@@ -51,7 +50,7 @@
"highlighter",
"syntax"
],
- "time": "2016-10-05 07:15:42"
+ "time": "2016-10-05T07:15:42+00:00"
},
{
"name": "paragonie/random_compat",
@@ -99,7 +98,7 @@
"pseudorandom",
"random"
],
- "time": "2016-11-07 23:38:38"
+ "time": "2016-11-07T23:38:38+00:00"
},
{
"name": "phpseclib/phpseclib",
@@ -191,7 +190,67 @@
"x.509",
"x509"
],
- "time": "2016-10-04 00:57:04"
+ "time": "2016-10-04T00:57:04+00:00"
+ },
+ {
+ "name": "simplepie/simplepie",
+ "version": "1.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/simplepie/simplepie.git",
+ "reference": "2a24b6e74aa9bf33243020f52895fe77efe94ccf"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2a24b6e74aa9bf33243020f52895fe77efe94ccf",
+ "reference": "2a24b6e74aa9bf33243020f52895fe77efe94ccf",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "~4 || ~5"
+ },
+ "suggest": {
+ "mf2/mf2": "Microformat module that allows for parsing HTML for microformats"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-0": {
+ "SimplePie": "library"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "BSD-3-Clause"
+ ],
+ "authors": [
+ {
+ "name": "Ryan Parman",
+ "homepage": "http://ryanparman.com/",
+ "role": "Creator, alumnus developer"
+ },
+ {
+ "name": "Geoffrey Sneddon",
+ "homepage": "http://gsnedders.com/",
+ "role": "Alumnus developer"
+ },
+ {
+ "name": "Ryan McCue",
+ "email": "me@ryanmccue.info",
+ "homepage": "http://ryanmccue.info/",
+ "role": "Developer"
+ }
+ ],
+ "description": "A simple Atom/RSS parsing library for PHP",
+ "homepage": "http://simplepie.org/",
+ "keywords": [
+ "atom",
+ "feeds",
+ "rss"
+ ],
+ "time": "2016-11-27T01:39:18+00:00"
},
{
"name": "splitbrain/php-archive",
@@ -238,15 +297,17 @@
"unzip",
"zip"
],
- "time": "2015-08-12 13:24:34"
+ "time": "2015-08-12T13:24:34+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
- "prefer-stable": false,
+ "prefer-stable": true,
"prefer-lowest": false,
- "platform": [],
+ "platform": {
+ "php": ">=5.3"
+ },
"platform-dev": []
}