Files
DomFramework/composer.json

24 lines
679 B
JSON

{
"name": "dominiquefournier/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"
},
"scripts" : {
"post-file-download": [
"sed -i 's#//namespace Domframework#namespace Domframework#' *.php"
]
}
}