diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock index c1074be..401830d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +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" ], - "content-hash": "b7778e7d1520b44eab8d00cca1a8255c", + "content-hash": "c383733b0c4add13fca36438730d209b", "packages": [ { "name": "mustangostang/spyc", @@ -55,20 +55,26 @@ }, { "name": "simplepie/simplepie", - "version": "1.3.1", + "version": "1.5", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc" + "reference": "5de5551953f95feef12cf355a7a26a70f94aa3ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/ce53709778bc1e2e4deda1651b66e5081398d5cc", - "reference": "ce53709778bc1e2e4deda1651b66e5081398d5cc", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/5de5551953f95feef12cf355a7a26a70f94aa3ab", + "reference": "5de5551953f95feef12cf355a7a26a70f94aa3ab", "shasum": "" }, "require": { - "php": ">=5.2.0" + "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": { @@ -105,7 +111,7 @@ "feeds", "rss" ], - "time": "2012-10-30T17:54:03+00:00" + "time": "2017-04-17T07:29:31+00:00" } ], "packages-dev": [ |