diff --git a/composer.json b/composer.json index 6635497..71917f5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "domframework", + "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", @@ -14,5 +14,10 @@ ], "require": { "php": ">=7.0.0" + }, + "scripts" : { + "post-file-download": [ + "sed -i 's#//namespace Domframework#namespace Domframework#' *.php" + ] } }