Blogging structure with SEO markup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
blog/composer.json

16 lines
326 B

{
"name": "gwhc/blog",
"description": "Simple blog management",
"type": "project",
"license": "ISC",
"authors": [
{
"name": "Bill Ross",
"email": "wnross@gwhc.net"
}
],
"require": {
"league/commonmark": "^2.7",
"symfony/yaml": "^6.0"
}
}