This commit is contained in:
Ronald A. Richardson
2023-05-18 14:11:59 +08:00
parent 5b0bb822b0
commit 00e6edbd4e
13 changed files with 338 additions and 223 deletions

View File

@@ -6,9 +6,9 @@
"license": "MIT",
"require": {
"php": "^7.3|^8.0",
"fleetbase/core-api": "1.0.0-dev",
"fleetbase/fleetops-api": "1.0.0-dev",
"fleetbase/storefront-api": "1.0.0-dev",
"fleetbase/core-api": "1.0.0-alpha",
"fleetbase/fleetops-api": "1.0.0-alpha",
"fleetbase/storefront-api": "1.0.0-alpha",
"fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1",
"laravel/framework": "^8.75",
@@ -28,20 +28,6 @@
"nunomaduro/collision": "^5.10",
"phpunit/phpunit": "^9.5.10"
},
"repositories": [
{
"type": "path",
"url": "../packages/core-api"
},
{
"type": "path",
"url": "../packages/fleetops-api"
},
{
"type": "path",
"url": "../packages/storefront-api"
}
],
"autoload": {
"psr-4": {
"App\\": "app/",