Bin folder

This commit is contained in:
Juan Pablo Vial
2024-03-26 13:17:08 -03:00
parent 092eb95f06
commit bef0a22758

View File

@ -4,6 +4,7 @@
"type": "project",
"require": {
"berrnd/slim-blade-view": "^1.0",
"ext-gd": "*",
"ext-openssl": "*",
"ext-pdo": "*",
"guzzlehttp/guzzle": "^7.8",
@ -36,6 +37,7 @@
},
"config": {
"sort-packages": true,
"process-timeout": 0
"process-timeout": 0,
"bin-dir": "bin"
}
}