1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-01 09:53:02 +00:00

Add luminous as a composer dependency, but it's not used yet

This commit is contained in:
Starbeamrainbowlabs 2019-04-25 01:05:50 +01:00
parent 68af272006
commit b78e52cc06
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

15
composer.json Normal file
View 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"
}
]
}