Merge pull request #1379 from gaincoder/v4.0

Install via composer #752
This commit is contained in:
Diego Najar 2021-10-28 09:28:35 +02:00 committed by GitHub
commit fb9cd99a67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

29
composer.json Normal file
View 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": "*"
}
}