Add composer.json file
This commit is contained in:
18
composer.json
Normal file
18
composer.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user