diff --git a/composer.json b/composer.json index b74aae7..74cfc86 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/aaronpk/XRay", "description": "X-Ray returns structured data from any URL", "require": { - "mf2/mf2": "^0.3.2", + "mf2/mf2": "dev-master#5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb", "ezyang/htmlpurifier": "4.10.*", "indieweb/link-rel-parser": "0.1.*", "dg/twitter-php": "3.6.*", diff --git a/composer.lock b/composer.lock index c4cc131..f275304 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": "0a104ee89f03db919f34d3a9d387380c", + "content-hash": "b24013f210dafc33089cefc589f43a11", "packages": [ { "name": "cebe/markdown", @@ -261,16 +261,16 @@ }, { "name": "mf2/mf2", - "version": "v0.3.2", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/indieweb/php-mf2.git", - "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4" + "reference": "5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4", - "reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4", + "url": "https://api.github.com/repos/indieweb/php-mf2/zipball/5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb", + "reference": "5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb", "shasum": "" }, "require": { @@ -296,7 +296,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "CC0" + "CC0-1.0" ], "authors": [ { @@ -312,7 +312,7 @@ "parser", "semantic" ], - "time": "2017-05-27T15:27:47+00:00" + "time": "2018-03-08T13:43:49+00:00" }, { "name": "p3k/http", @@ -2089,7 +2089,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "mf2/mf2": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": [],