Skip to content

Commit 67e4ab5

Browse files
committed
移除 vendor 目录,调整 composer 配置
1 parent 23b61da commit 67e4ab5

11 files changed

+2
-625
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/.idea
1+
/.idea
2+
/vendor

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
"php": ">=7.0"
1414
},
1515
"autoload": {
16-
"psr-4": {
17-
"Model\\": "App/Model/",
18-
"Controller\\": "App/Controller/"
19-
},
2016
"classmap": [
2117
"System"
2218
]

vendor/autoload.php

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)