Install via composer #752
This commit is contained in:
parent
2b17019bd5
commit
96b738bc39
1 changed files with 29 additions and 0 deletions
29
composer.json
Normal file
29
composer.json
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
{
|
||||||
|
"name": "bludit/bludit",
|
||||||
|
"type": "project",
|
||||||
|
"description": "Simple, Fast and Flexible Flat-File CMS",
|
||||||
|
"keywords": [
|
||||||
|
"bludit",
|
||||||
|
"cms",
|
||||||
|
"flat-file cms",
|
||||||
|
"flatfile cms",
|
||||||
|
"flat cms"
|
||||||
|
],
|
||||||
|
"homepage": "https://bludit.com",
|
||||||
|
"version": "4.0.0",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Diego Najar",
|
||||||
|
"email": "dignajar@gmail.com",
|
||||||
|
"homepage": "https://varlogdiego.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=5.6.0",
|
||||||
|
"ext-mbstring": "*",
|
||||||
|
"ext-gd": "*",
|
||||||
|
"ext-dom": "*",
|
||||||
|
"ext-json": "*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue