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

moved to psr-4
pull/99/head
AaronLiu 7 years ago committed by GitHub
commit f600b21faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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