Skeleton Micropub endpoint

This commit is contained in:
2025-06-13 08:33:08 +01:00
parent f4981e961a
commit 3abbb8e805
5 changed files with 94 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
"doctrine/orm": "^3.3",
"league/commonmark": "^2.7",
"league/html-to-markdown": "^5.1",
"p3k/micropub": "^0.0.3",
"phpdocumentor/reflection-docblock": "^5.6",
"phpstan/phpdoc-parser": "^2.1",
"symfony/asset": "7.2.*",
@@ -77,6 +78,12 @@
"symfony/polyfill-php81": "*",
"symfony/polyfill-php82": "*"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/aaronpk/p3k-micropub"
}
],
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",