Add composer.json file

This commit is contained in:
2021-02-13 18:27:53 +01:00
parent fee955d7bf
commit 67e3fb521d

18
composer.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "domframework",
"description": "DomFramework is a small PHP Framework. Database abstraction, authentication methods, routing, sessions are the keyword",
"keywords": [
"filesystem", "filesystems", "files", "storage", "orm", "mail",
"abstraction", "security", "file systems"
],
"licence": "BSD",
"authors": [
{
"name": "Dominique Fournier",
"email": "dominique+domframework@fournier38.fr"
}
],
"require": {
"php": ">=7.0.0"
}
}