diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock index 007f4b24d..c5a54acb2 100644 --- a/composer.lock +++ b/composer.lock @@ -1429,26 +1429,27 @@ }, { "name": "simplepie/simplepie", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1" + "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9e9add3428ce86aede874bcf9a59c78e272f8dc1", - "reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55", + "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55", "shasum": "" }, "require": { "ext-pcre": "*", "ext-xml": "*", "ext-xmlreader": "*", - "php": ">=5.6.0" + "php": ">=7.2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.19 || ^3.8", + "psr/simple-cache": "^1 || ^2 || ^3", "yoast/phpunit-polyfills": "^1.0.1" }, "suggest": { @@ -1507,10 +1508,10 @@ "rss" ], "support": { - "source": "https://github.com/simplepie/simplepie/tree/1.7.0", + "source": "https://github.com/simplepie/simplepie/tree/1.8.0", "issues": "https://github.com/simplepie/simplepie/issues" }, - "time": "2022-09-30T06:49:48+00:00" + "time": "2023-01-20T08:37:35+00:00" }, { "name": "smarty/smarty", |