Updating the webmention parser to a version with a verified fix
This commit is contained in:
parent
5ba902e648
commit
6d84f47c4f
1 changed files with 6 additions and 6 deletions
12
composer.lock
generated
12
composer.lock
generated
|
@ -1489,22 +1489,22 @@
|
|||
},
|
||||
{
|
||||
"name": "jonnybarnes/webmentions-parser",
|
||||
"version": "v0.4.5",
|
||||
"version": "v0.4.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jonnybarnes/webmentions-parser.git",
|
||||
"reference": "de542562e0bba1b96e976abf22acc4c82a7472ec"
|
||||
"reference": "62f9b64ddeb3678f9e7da8f503267c74c5d24da2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jonnybarnes/webmentions-parser/zipball/de542562e0bba1b96e976abf22acc4c82a7472ec",
|
||||
"reference": "de542562e0bba1b96e976abf22acc4c82a7472ec",
|
||||
"url": "https://api.github.com/repos/jonnybarnes/webmentions-parser/zipball/62f9b64ddeb3678f9e7da8f503267c74c5d24da2",
|
||||
"reference": "62f9b64ddeb3678f9e7da8f503267c74c5d24da2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/guzzle": "~6.0",
|
||||
"mf2/mf2": "~0.3",
|
||||
"php": ">=5.6"
|
||||
"php": ">=7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~5.0"
|
||||
|
@ -1532,7 +1532,7 @@
|
|||
"microformats",
|
||||
"webmentions"
|
||||
],
|
||||
"time": "2017-01-27T16:54:43+00:00"
|
||||
"time": "2017-01-27T18:17:56+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
|
|
Loading…
Add table
Reference in a new issue