Skeleton Micropub endpoint
This commit is contained in:
49
symfony/composer.lock
generated
49
symfony/composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "194a6d80a9896ce73994dc1b6c059f1d",
|
||||
"content-hash": "0e4945ad03f5f6c95ed858b69be0e442",
|
||||
"packages": [
|
||||
{
|
||||
"name": "composer/semver",
|
||||
@@ -1975,6 +1975,53 @@
|
||||
},
|
||||
"time": "2025-03-30T21:06:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "p3k/micropub",
|
||||
"version": "0.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/aaronpk/p3k-micropub.git",
|
||||
"reference": "9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/aaronpk/p3k-micropub/zipball/9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d",
|
||||
"reference": "9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"p3k": "src/"
|
||||
}
|
||||
},
|
||||
"license": [
|
||||
"Apache-2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Aaron Parecki",
|
||||
"homepage": "https://aaronparecki.com"
|
||||
}
|
||||
],
|
||||
"description": "Utilities to help handle Micropub requests when building servers and clients",
|
||||
"keywords": [
|
||||
"indieweb",
|
||||
"micropub",
|
||||
"p3k"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/aaronpk/p3k-micropub/tree/0.0.3",
|
||||
"issues": "https://github.com/aaronpk/p3k-micropub/issues"
|
||||
},
|
||||
"time": "2018-04-16T14:05:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpdocumentor/reflection-common",
|
||||
"version": "2.2.0",
|
||||
|
||||
Reference in New Issue
Block a user