mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-21 04:03:00 +00:00
Add luminous as a composer dependency, but it's not used yet
This commit is contained in:
parent
68af272006
commit
b78e52cc06
1 changed files with 15 additions and 0 deletions
15
composer.json
Normal file
15
composer.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "sbrl/peppermint",
|
||||
"description": "A wiki in a box.",
|
||||
"type": "project",
|
||||
"require": {
|
||||
"luminous/luminous": "^0.7.0"
|
||||
},
|
||||
"license": "MPL-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Starbeamrainbowlabs",
|
||||
"email": "sbrl@starbeamrainbowlabs.com"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue