25 lines
737 B
JSON
25 lines
737 B
JSON
{
|
|
"name": "dominique.fournier/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"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Domframework\\": "src/"
|
|
},
|
|
"exclude-from-classmap": ["/docs/", "/doc/", "/debian/", "/cover/", "/Tests/", "/locale/", "/tools/"]
|
|
}
|
|
}
|