-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.17 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
41
{
"name": "djmattyg007/bbstatic",
"description": "Static site generator powered by BBCode",
"keywords": ["static site generator", "static site", "bbcode"],
"license": "Unlicense",
"authors": [
{
"name": "Matthew Gamble",
"email": "[email protected]"
}
],
"require": {
"php": "~7.0.9",
"aura/di": "3.1.0",
"djmattyg007/autocodeloader": "1.0.0",
"djmattyg007/handlebars": "7.0.1",
"henrikbjorn/lurker": "dev-djmattyg",
"icecave/collections": "1.1.0",
"icecave/parity": "1.0.0",
"kriswallsmith/assetic": "1.3.2",
"pagerfanta/pagerfanta": "1.0.3",
"symfony/console": "3.1.3",
"symfony/event-dispatcher": "3.1.3",
"symfony/finder": "3.1.3",
"symfony/filesystem": "3.1.3",
"symfony/process": "3.1.3",
"vanilla/nbbc": "2.2.0",
"webmozart/console": "1.0.0-beta5"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/djmattyg007/Lurker.git"
}
],
"autoload": {
"psr-4": {
"MattyG\\BBStatic\\": "src/"
}
}
}