diff options
Diffstat (limited to 'composer.lock')
-rw-r--r-- | composer.lock | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock index 176cd3afd..8747392d4 100644 --- a/composer.lock +++ b/composer.lock @@ -1416,16 +1416,16 @@ }, { "name": "simplepie/simplepie", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", - "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1" + "reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplepie/simplepie/zipball/2bdbc51ed1010941c9c5f2cddca433e79665bfe1", - "reference": "2bdbc51ed1010941c9c5f2cddca433e79665bfe1", + "url": "https://api.github.com/repos/simplepie/simplepie/zipball/9e9add3428ce86aede874bcf9a59c78e272f8dc1", + "reference": "9e9add3428ce86aede874bcf9a59c78e272f8dc1", "shasum": "" }, "require": { @@ -1435,6 +1435,7 @@ "php": ">=5.6.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^2.19 || ^3.8", "yoast/phpunit-polyfills": "^1.0.1" }, "suggest": { @@ -1455,6 +1456,7 @@ }, "autoload-dev": { "psr-4": { + "SimplePie\\Tests\\Fixtures\\": "tests/Fixtures", "SimplePie\\Tests\\Unit\\": "tests/Unit" } }, @@ -1492,10 +1494,10 @@ "rss" ], "support": { - "source": "https://github.com/simplepie/simplepie/tree/1.6.0", + "source": "https://github.com/simplepie/simplepie/tree/1.7.0", "issues": "https://github.com/simplepie/simplepie/issues" }, - "time": "2022-04-21T11:05:19+00:00" + "time": "2022-09-30T06:49:48+00:00" }, { "name": "smarty/smarty", |