Browse Source

update to experimental php-mf2 parser

pull/64/head
Aaron Parecki 6 years ago
parent
commit
3eb78339d6
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 11 additions and 9 deletions
  1. +1
    -1
      composer.json
  2. +10
    -8
      composer.lock

+ 1
- 1
composer.json View File

@ -5,7 +5,7 @@
"homepage": "https://github.com/aaronpk/XRay", "homepage": "https://github.com/aaronpk/XRay",
"description": "X-Ray returns structured data from any URL", "description": "X-Ray returns structured data from any URL",
"require": { "require": {
"mf2/mf2": "^0.3.2",
"mf2/mf2": "dev-master#5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb",
"ezyang/htmlpurifier": "4.10.*", "ezyang/htmlpurifier": "4.10.*",
"indieweb/link-rel-parser": "0.1.*", "indieweb/link-rel-parser": "0.1.*",
"dg/twitter-php": "3.6.*", "dg/twitter-php": "3.6.*",

+ 10
- 8
composer.lock View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0a104ee89f03db919f34d3a9d387380c",
"content-hash": "b24013f210dafc33089cefc589f43a11",
"packages": [ "packages": [
{ {
"name": "cebe/markdown", "name": "cebe/markdown",
@ -261,16 +261,16 @@
}, },
{ {
"name": "mf2/mf2", "name": "mf2/mf2",
"version": "v0.3.2",
"version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/indieweb/php-mf2.git", "url": "https://github.com/indieweb/php-mf2.git",
"reference": "dc0d90d4ee30864bcf37cd3a8fc8db94f9134cc4"
"reference": "5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb"
}, },
"dist": { "dist": {
"type": "zip", "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": "" "shasum": ""
}, },
"require": { "require": {
@ -296,7 +296,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"CC0"
"CC0-1.0"
], ],
"authors": [ "authors": [
{ {
@ -312,7 +312,7 @@
"parser", "parser",
"semantic" "semantic"
], ],
"time": "2017-05-27T15:27:47+00:00"
"time": "2018-03-08T13:43:49+00:00"
}, },
{ {
"name": "p3k/http", "name": "p3k/http",
@ -2089,7 +2089,9 @@
], ],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [],
"stability-flags": {
"mf2/mf2": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],

Loading…
Cancel
Save