diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6635497 --- /dev/null +++ b/composer.json @@ -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" + } +}