diff --git a/composer.json b/composer.json index d91fe69..86017a9 100644 --- a/composer.json +++ b/composer.json @@ -1,30 +1,16 @@ { - "name": "picocms/pico-composer", + "name": "croydon/blog", "type": "project", - "description": "Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the \"content\" folder and that becomes a page.", + "description": "My personal blog.", "keywords": ["pico", "picocms", "pico-cms", "simple", "flat-file", "cms", "content-management", "website", "markdown-to-html", "php", "markdown", "yaml", "twig", "composer-project"], - "homepage": "https://picocms.org/", + "homepage": "https://blog.cr0ydon.com", "license": "MIT", "authors": [ { - "name": "Daniel Rudolf", - "email": "picocms.org@daniel-rudolf.de", - "role": "Lead Developer" - }, - { - "name": "The Pico Community", - "homepage": "https://picocms.org/" - }, - { - "name": "Contributors", - "homepage": "https://github.com/picocms/pico-composer/graphs/contributors" + "name": "Michael Keck", + "homepage": "https://github.com/Croydon" } ], - "support": { - "docs": "https://picocms.org/docs", - "issues": "https://github.com/picocms/Pico/issues", - "source": "https://github.com/picocms/Pico" - }, "repositories": [ { "type": "vcs",