moved to psr-4

pull/95/head
Samuel NELA 7 years ago
parent 9ee144d870
commit f39334125b

@ -4,7 +4,7 @@
"keywords": ["php", "cloud", "ThinkPHP", "file-sharing"], "keywords": ["php", "cloud", "ThinkPHP", "file-sharing"],
"homepage": "https://cloudreve.org", "homepage": "https://cloudreve.org",
"type": "project", "type": "project",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"authors": [ "authors": [
{ {
"name": "Aaron", "name": "Aaron",
@ -35,8 +35,8 @@
"upyun/sdk": "^3.3" "upyun/sdk": "^3.3"
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"CloudreveInstaller\\Installer" : "" "CloudreveInstaller\\Installer\\" : ""
} }
}, },
"scripts": { "scripts": {

Loading…
Cancel
Save