Skip to content

Commit

Permalink
移除 vendor 目录,调整 composer 配置
Browse files Browse the repository at this point in the history
  • Loading branch information
zzfly256 committed Feb 2, 2019
1 parent 23b61da commit 67e4ab5
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 625 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/.idea
/.idea
/vendor
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"php": ">=7.0"
},
"autoload": {
"psr-4": {
"Model\\": "App/Model/",
"Controller\\": "App/Controller/"
},
"classmap": [
"System"
]
Expand Down
7 changes: 0 additions & 7 deletions vendor/autoload.php

This file was deleted.

Loading

0 comments on commit 67e4ab5

Please sign in to comment.