patch deploy script, update core-api to v1.1.7 to use utf-8 aware url parser for db connections

This commit is contained in:
Ronald A. Richardson
2023-07-30 10:57:53 +08:00
parent 9889c4b4aa
commit f6a7edf6f4
4 changed files with 140 additions and 135 deletions

View File

@@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "^1.1.6-alpha",
"fleetbase/core-api": "^1.1.7",
"fleetbase/fleetops-api": "^1.0.9-alpha",
"fleetbase/storefront-api": "^1.0.8-alpha",
"fruitcake/laravel-cors": "^2.0",