Skip to content

Commit

Permalink
Merge pull request #95 from samnela/change-psr-autoload
Browse files Browse the repository at this point in the history
moved to psr-4
  • Loading branch information
HFO4 committed Sep 15, 2018
2 parents 1693bf8 + f393341 commit f600b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -35,8 +35,8 @@
"upyun/sdk": "^3.3"
},
"autoload": {
"psr-0": {
"CloudreveInstaller\\Installer" : ""
"psr-4": {
"CloudreveInstaller\\Installer\\" : ""
}
},
"scripts": {
Expand Down

0 comments on commit f600b21

Please sign in to comment.