cleaner vendor

This commit is contained in:
Ludvík Prokopec 2022-10-08 13:51:46 +02:00
parent 987568bd73
commit ad7633ae60
2 changed files with 2 additions and 3 deletions

3
.gitignore vendored
View File

@ -24,5 +24,4 @@ dist-ssr
*.sw?
# php
/public/vendor
/api/vendor
public/api/vendor

View File

@ -1,6 +1,6 @@
{
"config": {
"vendor-dir": "public/vendor"
"vendor-dir": "public/api/vendor"
},
"require": {
"bramus/router": "1.5",