mirror of
https://github.com/fleetbase/fleetbase.git
synced 2026-01-07 23:04:14 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ceb3cbc84 | ||
|
|
7792cf31e2 |
@@ -9,7 +9,7 @@
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"fleetbase/core-api": "^1.5.15",
|
||||
"fleetbase/core-api": "^1.5.16",
|
||||
"fleetbase/fleetops-api": "^0.5.12",
|
||||
"fleetbase/registry-bridge": "^0.0.17",
|
||||
"fleetbase/storefront-api": "^0.3.16",
|
||||
|
||||
26
api/composer.lock
generated
26
api/composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "b2b331926d83262cbf59a7f2b8f2bbd3",
|
||||
"content-hash": "32f79b3f32c110edf1f0daa01e5f1d30",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-crt-php",
|
||||
@@ -2299,16 +2299,16 @@
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/core-api",
|
||||
"version": "1.5.15",
|
||||
"version": "1.5.16",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/fleetbase/core-api.git",
|
||||
"reference": "8db60ca17977fc5976f3cc01348ba6f885de131c"
|
||||
"reference": "e5bc18fb4916f96a0a12ba5ba614fe659b8493b4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/8db60ca17977fc5976f3cc01348ba6f885de131c",
|
||||
"reference": "8db60ca17977fc5976f3cc01348ba6f885de131c",
|
||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/e5bc18fb4916f96a0a12ba5ba614fe659b8493b4",
|
||||
"reference": "e5bc18fb4916f96a0a12ba5ba614fe659b8493b4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2391,9 +2391,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/fleetbase/core-api/issues",
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.5.15"
|
||||
"source": "https://github.com/fleetbase/core-api/tree/v1.5.16"
|
||||
},
|
||||
"time": "2024-10-17T08:52:07+00:00"
|
||||
"time": "2024-10-17T11:34:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "fleetbase/fleetops-api",
|
||||
@@ -4186,16 +4186,16 @@
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/promises",
|
||||
"version": "2.0.3",
|
||||
"version": "2.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/promises.git",
|
||||
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
|
||||
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
|
||||
"reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
|
||||
"url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
||||
"reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4249,7 +4249,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/guzzle/promises/issues",
|
||||
"source": "https://github.com/guzzle/promises/tree/2.0.3"
|
||||
"source": "https://github.com/guzzle/promises/tree/2.0.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -4265,7 +4265,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-07-18T10:29:17+00:00"
|
||||
"time": "2024-10-17T10:06:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/psr7",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@fleetbase/console",
|
||||
"version": "0.5.15",
|
||||
"version": "0.5.16",
|
||||
"private": true,
|
||||
"description": "Modular logistics and supply chain operating system (LSOS)",
|
||||
"repository": "https://github.com/fleetbase/fleetbase",
|
||||
|
||||
Submodule packages/core-api updated: 8db60ca179...e5bc18fb49
Reference in New Issue
Block a user