-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
40 lines (40 loc) · 1.13 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
36
37
38
39
40
{
"name": "linkorb/blazon",
"description": "Blazon: publish fast and beautiful websites, campaign sites, documentation, guides etc from data (e.g. Xillion Resources)",
"homepage": "http://www.github.com/linkorb/blazon",
"keywords": ["php", "graphql", "markdown", "twig", "xillion", "content", "cms", "static", "dynamic", "generator", "gatsby"],
"type": "application",
"authors": [
{
"name": "LinkORB Engineering",
"email": "engineering@linkorb.com",
"role": "Development"
}
],
"require": {
"php": ">=7.2.0",
"symfony/console": "^5.2",
"symfony/yaml": "^5.0",
"twig/twig": "^1.0",
"symfony/dotenv": "^5.0",
"monolog/monolog": "^2.3",
"league/container": "^4.0",
"linkorb/xillion": "^1.8",
"league/event": "^3.0",
"laminas/laminas-diactoros": "^2.6",
"guzzlehttp/guzzle": "^7.4",
"league/commonmark": "^2.3"
},
"require-dev": {
"linkorb/autotune": "^1.0"
},
"autoload": {
"psr-4": {
"Blazon\\": "src/"
}
},
"bin": [
"bin/blazon"
],
"license": "MIT"
}