1
1
Fork 0
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:
J. King 2017-02-11 14:48:48 -05:00
parent b8445fe8a7
commit c213b5928d
28 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,6 +1,5 @@
#dependencies #dependencies
vendor vendor
!vendor/jkingweb/newssync
composer.lock composer.lock
#temp files #temp files

View file

@ -29,7 +29,7 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"JKingWeb\\NewsSync\\": "vendor/jkingweb/newssync/" "JKingWeb\\NewsSync\\": "lib/"
} }
} }
} }