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