mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
move code out of vendor tree into lib
This commit is contained in:
parent
b8445fe8a7
commit
c213b5928d
28 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,5 @@
|
|||
#dependencies
|
||||
vendor
|
||||
!vendor/jkingweb/newssync
|
||||
composer.lock
|
||||
|
||||
#temp files
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"JKingWeb\\NewsSync\\": "vendor/jkingweb/newssync/"
|
||||
"JKingWeb\\NewsSync\\": "lib/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue