Composer : Activate the namespace
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user