Browse Source

use 0.4.0-alpha release of php-mf2

on aaronpk fork
pull/64/head
Aaron Parecki 6 years ago
parent
commit
391b515a5d
No known key found for this signature in database GPG Key ID: 276C2817346D6056
2 changed files with 14 additions and 8 deletions
  1. +9
    -2
      composer.json
  2. +5
    -6
      composer.lock

+ 9
- 2
composer.json View File

@ -5,7 +5,7 @@
"homepage": "https://github.com/aaronpk/XRay",
"description": "X-Ray returns structured data from any URL",
"require": {
"mf2/mf2": "dev-master#5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb",
"mf2/mf2": "0.4.0-alpha",
"ezyang/htmlpurifier": "4.10.*",
"indieweb/link-rel-parser": "0.1.*",
"dg/twitter-php": "3.6.*",
@ -38,5 +38,12 @@
"controllers/Feeds.php",
"controllers/Certbot.php"
]
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/aaronpk/php-mf2.git",
"no-api": true
}
]
}

+ 5
- 6
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",
"This file is @generated automatically"
],
"content-hash": "b24013f210dafc33089cefc589f43a11",
"content-hash": "ebd195e5bf9ff15a29795d27641cce90",
"packages": [
{
"name": "cebe/markdown",
@ -261,15 +261,15 @@
},
{
"name": "mf2/mf2",
"version": "dev-master",
"version": "v0.4.0-alpha",
"source": {
"type": "git",
"url": "https://github.com/indieweb/php-mf2.git",
"url": "https://github.com/aaronpk/php-mf2.git",
"reference": "5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/php-mf2/zipball/5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb",
"url": "https://api.github.com/repos/aaronpk/php-mf2/zipball/5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb",
"reference": "5cbfdd4a1075b5113f2a1f4a1d6b8d7c86b93acb",
"shasum": ""
},
@ -294,7 +294,6 @@
"Mf2/Parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
@ -2090,7 +2089,7 @@
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"mf2/mf2": 20
"mf2/mf2": 15
},
"prefer-stable": false,
"prefer-lowest": false,

Loading…
Cancel
Save