|
|
@ -4,8 +4,48 @@ |
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
|
|
|
"This file is @generated automatically" |
|
|
|
], |
|
|
|
"hash": "12aadaa78270583b55b0f5962a190458", |
|
|
|
"hash": "8a5149b30d42771977b782ff51b215ee", |
|
|
|
"packages": [ |
|
|
|
{ |
|
|
|
"name": "barnabywalters/mf-cleaner", |
|
|
|
"version": "v0.1.4", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/barnabywalters/php-mf-cleaner.git", |
|
|
|
"reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4", |
|
|
|
"reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"php": ">=5.3", |
|
|
|
"phpunit/phpunit": "*" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"mf2/mf2": "To parse microformats2 structures from (X)HTML" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"src/BarnabyWalters/Mf2/Functions.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Barnaby Walters", |
|
|
|
"email": "barnaby@waterpigs.co.uk" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Cleans up microformats2 array structures", |
|
|
|
"time": "2014-10-06 23:11:15" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "danielstjules/stringy", |
|
|
|
"version": "1.10.0", |
|
|
@ -1229,6 +1269,91 @@ |
|
|
|
"homepage": "http://laravel.com", |
|
|
|
"time": "2015-09-04 12:45:07" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "indieauth/client", |
|
|
|
"version": "0.1.11", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/indieweb/indieauth-client-php.git", |
|
|
|
"reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/6504ed0d4714084e9955f639d6e5cf4e976f9038", |
|
|
|
"reference": "6504ed0d4714084e9955f639d6e5cf4e976f9038", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"barnabywalters/mf-cleaner": "0.*", |
|
|
|
"indieweb/link-rel-parser": "0.1.1", |
|
|
|
"mf2/mf2": "0.2.*", |
|
|
|
"php": ">5.3.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"psr-0": { |
|
|
|
"IndieAuth": "src/" |
|
|
|
} |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"Apache 2.0" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Aaron Parecki", |
|
|
|
"homepage": "http://aaronparecki.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "IndieAuth Client Library", |
|
|
|
"time": "2015-08-30 22:29:40" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "indieweb/link-rel-parser", |
|
|
|
"version": "0.1.1", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/indieweb/link-rel-parser-php.git", |
|
|
|
"reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/9e0e635fd301a8b1da7bc181f651f029c531dbb6", |
|
|
|
"reference": "9e0e635fd301a8b1da7bc181f651f029c531dbb6", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3.0" |
|
|
|
}, |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"src/IndieWeb/link_rel_parser.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"Apache-2.0" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Aaron Parecki", |
|
|
|
"homepage": "http://aaronparecki.com" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "Tantek Çelik", |
|
|
|
"homepage": "http://tantek.com" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "Parse rel values from HTTP headers", |
|
|
|
"homepage": "https://github.com/indieweb/link-rel-parser-php", |
|
|
|
"keywords": [ |
|
|
|
"http", |
|
|
|
"indieweb", |
|
|
|
"microformats2" |
|
|
|
], |
|
|
|
"time": "2013-12-23 00:14:58" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "laravel/lumen-framework", |
|
|
|
"version": "v5.1.4", |
|
|
@ -1314,6 +1439,59 @@ |
|
|
|
], |
|
|
|
"time": "2015-08-31 15:51:22" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "mf2/mf2", |
|
|
|
"version": "v0.2.12", |
|
|
|
"source": { |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/indieweb/php-mf2.git", |
|
|
|
"reference": "6701504876d6c9242eb310b35f41d40d9785ab4e" |
|
|
|
}, |
|
|
|
"dist": { |
|
|
|
"type": "zip", |
|
|
|
"url": "https://api.github.com/repos/indieweb/php-mf2/zipball/6701504876d6c9242eb310b35f41d40d9785ab4e", |
|
|
|
"reference": "6701504876d6c9242eb310b35f41d40d9785ab4e", |
|
|
|
"shasum": "" |
|
|
|
}, |
|
|
|
"require": { |
|
|
|
"php": ">=5.3.0" |
|
|
|
}, |
|
|
|
"require-dev": { |
|
|
|
"phpunit/phpunit": "3.7.*" |
|
|
|
}, |
|
|
|
"suggest": { |
|
|
|
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you" |
|
|
|
}, |
|
|
|
"bin": [ |
|
|
|
"bin/fetch-mf2", |
|
|
|
"bin/parse-mf2" |
|
|
|
], |
|
|
|
"type": "library", |
|
|
|
"autoload": { |
|
|
|
"files": [ |
|
|
|
"Mf2/Parser.php" |
|
|
|
] |
|
|
|
}, |
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
"license": [ |
|
|
|
"MIT" |
|
|
|
], |
|
|
|
"authors": [ |
|
|
|
{ |
|
|
|
"name": "Barnaby Walters", |
|
|
|
"homepage": "http://waterpigs.co.uk" |
|
|
|
} |
|
|
|
], |
|
|
|
"description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API", |
|
|
|
"keywords": [ |
|
|
|
"html", |
|
|
|
"microformats", |
|
|
|
"microformats 2", |
|
|
|
"parser", |
|
|
|
"semantic" |
|
|
|
], |
|
|
|
"time": "2015-07-12 14:10:01" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"name": "monolog/monolog", |
|
|
|
"version": "1.17.1", |
|
|
|