-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.04 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "croydon/blog",
"type": "project",
"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://blog.cr0ydon.com",
"license": "MIT",
"authors": [
{
"name": "Michael Keck",
"homepage": "https://github.com/Croydon"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Croydon/pico-theme-historia.git"
}
],
"require": {
"picocms/pico": "^2.1",
"picocms/pico-theme": "^2.1",
"picocms/pico-deprecated": "^2.1",
"picocms/composer-installer": "^1.0",
"croydon/pico-theme-historia": "dev-dev"
},
"minimum-stability": "beta",
"prefer-stable": true,
"config": {
"allow-plugins": {
"picocms/composer-installer": true,
"composer/installers": true
}
}
}