Merge pull request #95 from samnela/change-psr-autoload

moved to psr-4
This commit is contained in:
AaronLiu 2018-09-15 19:41:59 +08:00 committed by GitHub
commit f600b21faa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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