Tweaking composer autoload
This commit is contained in:
parent
910b4fffdb
commit
cbe3401086
|
@ -0,0 +1 @@
|
||||||
|
tags
|
|
@ -6,6 +6,6 @@
|
||||||
"php": ">=7.4"
|
"php": ">=7.4"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": ["env.inc.php"]
|
"files": ["env.inc.php"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue