Composer : Activate the namespace

This commit is contained in:
2021-05-06 19:54:35 +02:00
parent 4f0630de3e
commit 756c652a07

View File

@@ -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", "description": "DomFramework is a small PHP Framework. Database abstraction, authentication methods, routing, sessions are the keyword",
"keywords": [ "keywords": [
"filesystem", "filesystems", "files", "storage", "orm", "mail", "filesystem", "filesystems", "files", "storage", "orm", "mail",
@@ -14,5 +14,10 @@
], ],
"require": { "require": {
"php": ">=7.0.0" "php": ">=7.0.0"
},
"scripts" : {
"post-file-download": [
"sed -i 's#//namespace Domframework#namespace Domframework#' *.php"
]
} }
} }