mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-20 06:32:18 +00:00
Compare commits
18 Commits
dev-v0.1.8
...
dev-v0.2.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c265c6fbda | ||
|
|
d8ae53d811 | ||
|
|
729e347a78 | ||
|
|
3453ccffd4 | ||
|
|
3d54ada328 | ||
|
|
e9f6f875a1 | ||
|
|
fa45669a6c | ||
|
|
280ff14af0 | ||
|
|
4ac088bc72 | ||
|
|
a8eb55d68e | ||
|
|
4a0a775429 | ||
|
|
36e85548f2 | ||
|
|
5b805b1e2f | ||
|
|
b041b4d555 | ||
|
|
b30c101bea | ||
|
|
e932cdd9c6 | ||
|
|
8514203b88 | ||
|
|
17c7759a47 |
8
.github/workflows/cd.yml
vendored
8
.github/workflows/cd.yml
vendored
@@ -72,7 +72,7 @@ jobs:
|
|||||||
run: |-
|
run: |-
|
||||||
set -eu
|
set -eu
|
||||||
# run deploy.sh script before deployments
|
# run deploy.sh script before deployments
|
||||||
env "ECS_RUN.SERVICE=app" "ECS_RUN.LAUNCH_TYPE=FARGATE" ./ecs-tool run --image_tag '{container_name}-${{ env.VERSION }}' --cluster ${{ env.PROJECT }}-${{ env.STACK }} --task_definition ${{ env.PROJECT }}-${{ env.STACK }}-app --container_name app ./deploy.sh
|
env "ECS_RUN.SERVICE=app" "ECS_RUN.LAUNCH_TYPE=FARGATE" ./ecs-tool run -l "ecs-tool" --image_tag '{container_name}-${{ env.VERSION }}' --cluster ${{ env.PROJECT }}-${{ env.STACK }} --task_definition ${{ env.PROJECT }}-${{ env.STACK }}-app --container_name app ./deploy.sh
|
||||||
./ecs-tool deploy --image_tag '{container_name}-${{ env.VERSION }}' --cluster ${{ env.PROJECT }}-${{ env.STACK }} -s app -s scheduler -s events
|
./ecs-tool deploy --image_tag '{container_name}-${{ env.VERSION }}' --cluster ${{ env.PROJECT }}-${{ env.STACK }} -s app -s scheduler -s events
|
||||||
|
|
||||||
build_frontend:
|
build_frontend:
|
||||||
@@ -158,6 +158,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy Console 🚀
|
- name: Deploy Console 🚀
|
||||||
run: |
|
run: |
|
||||||
DEPLOY_BUCKET=${{ env.PROJECT }}-${{ env.STACK }}
|
set -u
|
||||||
|
|
||||||
|
DEPLOY_BUCKET=${STATIC_DEPLOY_BUCKET:-${{ env.PROJECT }}-${{ env.STACK }}}
|
||||||
|
# this value will come from the dotenv above
|
||||||
|
echo "Deploying to $DEPLOY_BUCKET"
|
||||||
wget -O- https://github.com/bep/s3deploy/releases/download/v2.11.0/s3deploy_2.11.0_linux-amd64.tar.gz | tar xzv -f - s3deploy
|
wget -O- https://github.com/bep/s3deploy/releases/download/v2.11.0/s3deploy_2.11.0_linux-amd64.tar.gz | tar xzv -f - s3deploy
|
||||||
./s3deploy -region ${AWS_REGION} -source console/dist -bucket ${DEPLOY_BUCKET}
|
./s3deploy -region ${AWS_REGION} -source console/dist -bucket ${DEPLOY_BUCKET}
|
||||||
|
|||||||
5
.gitignore
vendored
5
.gitignore
vendored
@@ -12,9 +12,14 @@ api/storage/*.key
|
|||||||
api/storage/uploads
|
api/storage/uploads
|
||||||
api/storage/public
|
api/storage/public
|
||||||
api/vendor
|
api/vendor
|
||||||
|
api/composer.dev.json
|
||||||
|
api/composer-install-dev.sh
|
||||||
act.sh
|
act.sh
|
||||||
composer-auth.json
|
composer-auth.json
|
||||||
packages/billing-api
|
packages/billing-api
|
||||||
packages/billing-engine
|
packages/billing-engine
|
||||||
|
packages/flespi-engine
|
||||||
|
packages/flespi-integration
|
||||||
|
packages/projectargus-engine
|
||||||
docker/database/*
|
docker/database/*
|
||||||
docker/database/mysql/*
|
docker/database/mysql/*
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
if [ -f composer.lock ]; then
|
|
||||||
rm composer.lock
|
|
||||||
fi
|
|
||||||
|
|
||||||
mv composer.json composer.prod.json && cp composer.dev.json composer.json && composer install && mv composer.prod.json composer.json
|
|
||||||
@@ -1,90 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "laravel/laravel",
|
|
||||||
"type": "project",
|
|
||||||
"description": "The Laravel Framework.",
|
|
||||||
"keywords": ["framework", "laravel"],
|
|
||||||
"license": "MIT",
|
|
||||||
"require": {
|
|
||||||
"php": "^7.3|^8.0",
|
|
||||||
"fleetbase/core-api": "^1.2.6",
|
|
||||||
"fleetbase/fleetops-api": "^1.1.4",
|
|
||||||
"fleetbase/storefront-api": "^1.1.2",
|
|
||||||
"fleetbase/pallet-api": "^0.0.1",
|
|
||||||
"fleetbase/billing-api": "^0.0.2",
|
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
|
||||||
"laravel/framework": "^8.75",
|
|
||||||
"laravel/sanctum": "^2.11",
|
|
||||||
"laravel/tinker": "^2.5",
|
|
||||||
"league/flysystem-aws-s3-v3": "^1.0",
|
|
||||||
"maatwebsite/excel": "^3.1",
|
|
||||||
"phpoffice/phpspreadsheet": "^1.28",
|
|
||||||
"predis/predis": "^2.1",
|
|
||||||
"psr/http-factory-implementation": "*"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"facade/ignition": "^2.5",
|
|
||||||
"fakerphp/faker": "^1.9.1",
|
|
||||||
"kitloong/laravel-migrations-generator": "^6.10",
|
|
||||||
"laravel/sail": "^1.0.1",
|
|
||||||
"mockery/mockery": "^1.4.4",
|
|
||||||
"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"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../packages/pallet-api"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"App\\": "app/",
|
|
||||||
"Database\\Factories\\": "database/factories/",
|
|
||||||
"Database\\Seeders\\": "database/seeders/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload-dev": {
|
|
||||||
"psr-4": {
|
|
||||||
"Tests\\": "tests/"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"post-autoload-dump": ["Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi"],
|
|
||||||
"post-update-cmd": ["@php artisan vendor:publish --tag=laravel-assets --ansi --force"],
|
|
||||||
"post-root-package-install": ["@php -r \"file_exists('.env') || copy('.env.example', '.env');\""],
|
|
||||||
"post-create-project-cmd": ["@php artisan key:generate --ansi"],
|
|
||||||
"clear-logs": ["rm -rf storage/logs/*.log", "composer dump-autoload", "chmod -R 777 storage", "chmod -R 777 bootstrap/cache", "chmod -R 777 resources"],
|
|
||||||
"clean-logs": ["composer run-script clear-logs"],
|
|
||||||
"dock": ["docker exec -it fleetbase_os_application_1 /usr/bin/tmux -u new"],
|
|
||||||
"dock-server": ["docker exec -it fleetbase_os_httpd_1 /bin/sh"],
|
|
||||||
"tunnel": ["ngrok http --region=ap --hostname=fleetbase.ap.ngrok.io 8000"]
|
|
||||||
},
|
|
||||||
"extra": {
|
|
||||||
"laravel": {
|
|
||||||
"dont-discover": []
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"config": {
|
|
||||||
"optimize-autoloader": true,
|
|
||||||
"preferred-install": "dist",
|
|
||||||
"sort-packages": true,
|
|
||||||
"allow-plugins": {
|
|
||||||
"php-http/discovery": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"minimum-stability": "dev",
|
|
||||||
"prefer-stable": true
|
|
||||||
}
|
|
||||||
@@ -9,8 +9,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.3|^8.0",
|
"php": "^7.3|^8.0",
|
||||||
"fleetbase/core-api": "^1.2.6",
|
"fleetbase/core-api": "^1.3.0",
|
||||||
"fleetbase/fleetops-api": "^1.1.4",
|
"fleetbase/fleetops-api": "^1.2.0",
|
||||||
"fleetbase/storefront-api": "^1.1.2",
|
"fleetbase/storefront-api": "^1.1.2",
|
||||||
"fruitcake/laravel-cors": "^2.0",
|
"fruitcake/laravel-cors": "^2.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
|
|||||||
296
api/composer.lock
generated
296
api/composer.lock
generated
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "4b888231d0d717fdedad9b3c8d63c6a3",
|
"content-hash": "ae63c043bbc2d9f8a102447161f3e301",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aloha/twilio",
|
"name": "aloha/twilio",
|
||||||
@@ -192,16 +192,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.281.6",
|
"version": "3.283.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "b83c543a9ff07fc1d9f11766ee77fc7f4deed2b9"
|
"reference": "0d1857ca3392ec9f8ee0b1605ba09842cced6351"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b83c543a9ff07fc1d9f11766ee77fc7f4deed2b9",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0d1857ca3392ec9f8ee0b1605ba09842cced6351",
|
||||||
"reference": "b83c543a9ff07fc1d9f11766ee77fc7f4deed2b9",
|
"reference": "0d1857ca3392ec9f8ee0b1605ba09842cced6351",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -281,9 +281,9 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
|
||||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.281.6"
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.283.1"
|
||||||
},
|
},
|
||||||
"time": "2023-09-13T18:07:28+00:00"
|
"time": "2023-10-05T18:07:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php-laravel",
|
"name": "aws/aws-sdk-php-laravel",
|
||||||
@@ -1939,16 +1939,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "firebase/php-jwt",
|
"name": "firebase/php-jwt",
|
||||||
"version": "v6.8.1",
|
"version": "v6.9.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/firebase/php-jwt.git",
|
"url": "https://github.com/firebase/php-jwt.git",
|
||||||
"reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26"
|
"reference": "f03270e63eaccf3019ef0f32849c497385774e11"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/5dbc8959427416b8ee09a100d7a8588c00fb2e26",
|
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/f03270e63eaccf3019ef0f32849c497385774e11",
|
||||||
"reference": "5dbc8959427416b8ee09a100d7a8588c00fb2e26",
|
"reference": "f03270e63eaccf3019ef0f32849c497385774e11",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1996,22 +1996,22 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/firebase/php-jwt/issues",
|
"issues": "https://github.com/firebase/php-jwt/issues",
|
||||||
"source": "https://github.com/firebase/php-jwt/tree/v6.8.1"
|
"source": "https://github.com/firebase/php-jwt/tree/v6.9.0"
|
||||||
},
|
},
|
||||||
"time": "2023-07-14T18:33:00+00:00"
|
"time": "2023-10-05T00:24:42+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fleetbase/core-api",
|
"name": "fleetbase/core-api",
|
||||||
"version": "1.2.6",
|
"version": "1.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fleetbase/core-api.git",
|
"url": "https://github.com/fleetbase/core-api.git",
|
||||||
"reference": "46aad9f1ab628cf9fd73339ea96f14ad70298351"
|
"reference": "44a4be907ed5ec7d6e103420ae9fcc1321c1c62c"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/46aad9f1ab628cf9fd73339ea96f14ad70298351",
|
"url": "https://api.github.com/repos/fleetbase/core-api/zipball/44a4be907ed5ec7d6e103420ae9fcc1321c1c62c",
|
||||||
"reference": "46aad9f1ab628cf9fd73339ea96f14ad70298351",
|
"reference": "44a4be907ed5ec7d6e103420ae9fcc1321c1c62c",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -2085,29 +2085,29 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/fleetbase/core-api/issues",
|
"issues": "https://github.com/fleetbase/core-api/issues",
|
||||||
"source": "https://github.com/fleetbase/core-api/tree/v1.2.6"
|
"source": "https://github.com/fleetbase/core-api/tree/v1.3.0"
|
||||||
},
|
},
|
||||||
"time": "2023-09-14T11:15:42+00:00"
|
"time": "2023-10-06T08:09:44+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fleetbase/fleetops-api",
|
"name": "fleetbase/fleetops-api",
|
||||||
"version": "1.1.4",
|
"version": "1.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/fleetbase/fleetops-api.git",
|
"url": "https://github.com/fleetbase/fleetops-api.git",
|
||||||
"reference": "abfd4682c5e79fa18ca55bafcb333712987b952b"
|
"reference": "4313522b4048a556c228ab04e2600fae4c1be858"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/abfd4682c5e79fa18ca55bafcb333712987b952b",
|
"url": "https://api.github.com/repos/fleetbase/fleetops-api/zipball/4313522b4048a556c228ab04e2600fae4c1be858",
|
||||||
"reference": "abfd4682c5e79fa18ca55bafcb333712987b952b",
|
"reference": "4313522b4048a556c228ab04e2600fae4c1be858",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"barryvdh/laravel-dompdf": "^2.0",
|
"barryvdh/laravel-dompdf": "^2.0",
|
||||||
"brick/geo": "0.7.2",
|
"brick/geo": "0.7.2",
|
||||||
"cknow/laravel-money": "^7.1",
|
"cknow/laravel-money": "^7.1",
|
||||||
"fleetbase/core-api": "^1.2.6",
|
"fleetbase/core-api": "^1.3.0",
|
||||||
"geocoder-php/google-maps-places-provider": "^1.4",
|
"geocoder-php/google-maps-places-provider": "^1.4",
|
||||||
"giggsey/libphonenumber-for-php": "^8.13",
|
"giggsey/libphonenumber-for-php": "^8.13",
|
||||||
"league/geotools": "^1.1.0",
|
"league/geotools": "^1.1.0",
|
||||||
@@ -2162,9 +2162,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/fleetbase/fleetops-api/issues",
|
"issues": "https://github.com/fleetbase/fleetops-api/issues",
|
||||||
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.1.4"
|
"source": "https://github.com/fleetbase/fleetops-api/tree/v1.2.0"
|
||||||
},
|
},
|
||||||
"time": "2023-09-14T11:22:40+00:00"
|
"time": "2023-10-06T08:12:02+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fleetbase/storefront-api",
|
"name": "fleetbase/storefront-api",
|
||||||
@@ -2726,16 +2726,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "giggsey/libphonenumber-for-php",
|
"name": "giggsey/libphonenumber-for-php",
|
||||||
"version": "8.13.20",
|
"version": "8.13.22",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
||||||
"reference": "c8da9366ab46cbc83f9fd0e7b0ac12f8ddbb721a"
|
"reference": "fc69cbcaff14c1af1f935b79033bdc5c0fa4a846"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/c8da9366ab46cbc83f9fd0e7b0ac12f8ddbb721a",
|
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/fc69cbcaff14c1af1f935b79033bdc5c0fa4a846",
|
||||||
"reference": "c8da9366ab46cbc83f9fd0e7b0ac12f8ddbb721a",
|
"reference": "fc69cbcaff14c1af1f935b79033bdc5c0fa4a846",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -2794,7 +2794,7 @@
|
|||||||
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
|
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
|
||||||
"source": "https://github.com/giggsey/libphonenumber-for-php"
|
"source": "https://github.com/giggsey/libphonenumber-for-php"
|
||||||
},
|
},
|
||||||
"time": "2023-09-07T06:33:03+00:00"
|
"time": "2023-09-29T14:53:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "giggsey/locale",
|
"name": "giggsey/locale",
|
||||||
@@ -2852,16 +2852,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/auth",
|
"name": "google/auth",
|
||||||
"version": "v1.30.0",
|
"version": "v1.31.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
"url": "https://github.com/googleapis/google-auth-library-php.git",
|
||||||
"reference": "6028b072aa444d7edecbed603431322026704627"
|
"reference": "22209fddd0c06f3f8e3cb4aade0b352aa00f9888"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/6028b072aa444d7edecbed603431322026704627",
|
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/22209fddd0c06f3f8e3cb4aade0b352aa00f9888",
|
||||||
"reference": "6028b072aa444d7edecbed603431322026704627",
|
"reference": "22209fddd0c06f3f8e3cb4aade0b352aa00f9888",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -2904,22 +2904,22 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
"docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
||||||
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
"issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
||||||
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.30.0"
|
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.31.0"
|
||||||
},
|
},
|
||||||
"time": "2023-09-07T19:13:44+00:00"
|
"time": "2023-10-05T20:39:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/cloud-core",
|
"name": "google/cloud-core",
|
||||||
"version": "v1.52.3",
|
"version": "v1.52.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-cloud-php-core.git",
|
"url": "https://github.com/googleapis/google-cloud-php-core.git",
|
||||||
"reference": "2ae714abfbf979cb52de26227a87e42bfdfb6347"
|
"reference": "28765cf75bd028ed063b0422b9c85bb9a54c41ca"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/2ae714abfbf979cb52de26227a87e42bfdfb6347",
|
"url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/28765cf75bd028ed063b0422b9c85bb9a54c41ca",
|
||||||
"reference": "2ae714abfbf979cb52de26227a87e42bfdfb6347",
|
"reference": "28765cf75bd028ed063b0422b9c85bb9a54c41ca",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -2969,22 +2969,22 @@
|
|||||||
],
|
],
|
||||||
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
|
"description": "Google Cloud PHP shared dependency, providing functionality useful to all components.",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.52.3"
|
"source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.52.5"
|
||||||
},
|
},
|
||||||
"time": "2023-08-25T20:04:15+00:00"
|
"time": "2023-09-30T16:50:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/cloud-storage",
|
"name": "google/cloud-storage",
|
||||||
"version": "v1.33.1",
|
"version": "v1.33.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-cloud-php-storage.git",
|
"url": "https://github.com/googleapis/google-cloud-php-storage.git",
|
||||||
"reference": "dc3fbf15d1a1519de20f4b55ab76b2ac94b89652"
|
"reference": "e22877e96c3f5c4f53b0fb2077834fb6d64d0fca"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/dc3fbf15d1a1519de20f4b55ab76b2ac94b89652",
|
"url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/e22877e96c3f5c4f53b0fb2077834fb6d64d0fca",
|
||||||
"reference": "dc3fbf15d1a1519de20f4b55ab76b2ac94b89652",
|
"reference": "e22877e96c3f5c4f53b0fb2077834fb6d64d0fca",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3025,9 +3025,9 @@
|
|||||||
],
|
],
|
||||||
"description": "Cloud Storage Client for PHP",
|
"description": "Cloud Storage Client for PHP",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.33.1"
|
"source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.33.3"
|
||||||
},
|
},
|
||||||
"time": "2023-08-17T19:37:27+00:00"
|
"time": "2023-09-30T16:50:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "graham-campbell/manager",
|
"name": "graham-campbell/manager",
|
||||||
@@ -6060,16 +6060,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nesbot/carbon",
|
"name": "nesbot/carbon",
|
||||||
"version": "2.70.0",
|
"version": "2.71.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||||
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d"
|
"reference": "98276233188583f2ff845a0f992a235472d9466a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3298b38ea8612e5f77d38d1a99438e42f70341d",
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
|
||||||
"reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d",
|
"reference": "98276233188583f2ff845a0f992a235472d9466a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -6162,7 +6162,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-07T16:43:50+00:00"
|
"time": "2023-09-25T11:31:05+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nette/caching",
|
"name": "nette/caching",
|
||||||
@@ -6304,16 +6304,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nette/schema",
|
"name": "nette/schema",
|
||||||
"version": "v1.2.4",
|
"version": "v1.2.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nette/schema.git",
|
"url": "https://github.com/nette/schema.git",
|
||||||
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab"
|
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nette/schema/zipball/c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
|
"url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a",
|
||||||
"reference": "c9ff517a53903b3d4e29ec547fb20feecb05b8ab",
|
"reference": "0462f0166e823aad657c9224d0f849ecac1ba10a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -6360,9 +6360,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/nette/schema/issues",
|
"issues": "https://github.com/nette/schema/issues",
|
||||||
"source": "https://github.com/nette/schema/tree/v1.2.4"
|
"source": "https://github.com/nette/schema/tree/v1.2.5"
|
||||||
},
|
},
|
||||||
"time": "2023-08-05T18:56:25+00:00"
|
"time": "2023-10-05T20:37:59+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nette/utils",
|
"name": "nette/utils",
|
||||||
@@ -8261,16 +8261,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-client",
|
"name": "psr/http-client",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-fig/http-client.git",
|
"url": "https://github.com/php-fig/http-client.git",
|
||||||
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31"
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
"url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
||||||
"reference": "0955afe48220520692d2d09f7ab7e0f93ffd6a31",
|
"reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -8307,9 +8307,9 @@
|
|||||||
"psr-18"
|
"psr-18"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/php-fig/http-client/tree/1.0.2"
|
"source": "https://github.com/php-fig/http-client"
|
||||||
},
|
},
|
||||||
"time": "2023-04-10T20:12:12+00:00"
|
"time": "2023-09-23T14:17:50+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psr/http-factory",
|
"name": "psr/http-factory",
|
||||||
@@ -8522,16 +8522,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psy/psysh",
|
"name": "psy/psysh",
|
||||||
"version": "v0.11.20",
|
"version": "v0.11.21",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bobthecow/psysh.git",
|
"url": "https://github.com/bobthecow/psysh.git",
|
||||||
"reference": "0fa27040553d1d280a67a4393194df5228afea5b"
|
"reference": "bcb22101107f3bf770523b65630c9d547f60c540"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/0fa27040553d1d280a67a4393194df5228afea5b",
|
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
|
||||||
"reference": "0fa27040553d1d280a67a4393194df5228afea5b",
|
"reference": "bcb22101107f3bf770523b65630c9d547f60c540",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -8561,6 +8561,10 @@
|
|||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-main": "0.11.x-dev"
|
"dev-main": "0.11.x-dev"
|
||||||
|
},
|
||||||
|
"bamarni-bin": {
|
||||||
|
"bin-links": false,
|
||||||
|
"forward-command": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -8592,9 +8596,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/bobthecow/psysh/issues",
|
"issues": "https://github.com/bobthecow/psysh/issues",
|
||||||
"source": "https://github.com/bobthecow/psysh/tree/v0.11.20"
|
"source": "https://github.com/bobthecow/psysh/tree/v0.11.21"
|
||||||
},
|
},
|
||||||
"time": "2023-07-31T14:32:22+00:00"
|
"time": "2023-09-17T21:15:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ralouphie/getallheaders",
|
"name": "ralouphie/getallheaders",
|
||||||
@@ -9302,16 +9306,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sentry/sentry-laravel",
|
"name": "sentry/sentry-laravel",
|
||||||
"version": "3.8.0",
|
"version": "3.8.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/getsentry/sentry-laravel.git",
|
"url": "https://github.com/getsentry/sentry-laravel.git",
|
||||||
"reference": "c7e7611553f9f90af10ed98dde1a680220f02e4d"
|
"reference": "b6142a80fa9360a10b786d2da032339602d0e362"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/c7e7611553f9f90af10ed98dde1a680220f02e4d",
|
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/b6142a80fa9360a10b786d2da032339602d0e362",
|
||||||
"reference": "c7e7611553f9f90af10ed98dde1a680220f02e4d",
|
"reference": "b6142a80fa9360a10b786d2da032339602d0e362",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -9378,7 +9382,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/getsentry/sentry-laravel/issues",
|
"issues": "https://github.com/getsentry/sentry-laravel/issues",
|
||||||
"source": "https://github.com/getsentry/sentry-laravel/tree/3.8.0"
|
"source": "https://github.com/getsentry/sentry-laravel/tree/3.8.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -9390,7 +9394,7 @@
|
|||||||
"type": "custom"
|
"type": "custom"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-05T11:02:34+00:00"
|
"time": "2023-10-04T10:21:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/enum",
|
"name": "spatie/enum",
|
||||||
@@ -10030,16 +10034,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/cache",
|
"name": "symfony/cache",
|
||||||
"version": "v5.4.28",
|
"version": "v5.4.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/cache.git",
|
"url": "https://github.com/symfony/cache.git",
|
||||||
"reference": "62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9"
|
"reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/cache/zipball/62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9",
|
"url": "https://api.github.com/repos/symfony/cache/zipball/e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
|
||||||
"reference": "62b7ae3bccc5b474a30fadc7ef6bbc362007d3f9",
|
"reference": "e29c5a97bc2d81269973c3e1d7ceb9d48b4d5151",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -10107,7 +10111,7 @@
|
|||||||
"psr6"
|
"psr6"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/cache/tree/v5.4.28"
|
"source": "https://github.com/symfony/cache/tree/v5.4.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -10123,7 +10127,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-08-05T08:32:42+00:00"
|
"time": "2023-09-19T13:25:51+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/cache-contracts",
|
"name": "symfony/cache-contracts",
|
||||||
@@ -10438,16 +10442,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/error-handler",
|
"name": "symfony/error-handler",
|
||||||
"version": "v5.4.26",
|
"version": "v5.4.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/error-handler.git",
|
"url": "https://github.com/symfony/error-handler.git",
|
||||||
"reference": "b26719213a39c9ba57520cbc5e52bfcc5e8d92f9"
|
"reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/error-handler/zipball/b26719213a39c9ba57520cbc5e52bfcc5e8d92f9",
|
"url": "https://api.github.com/repos/symfony/error-handler/zipball/328c6fcfd2f90b64c16efaf0ea67a311d672f078",
|
||||||
"reference": "b26719213a39c9ba57520cbc5e52bfcc5e8d92f9",
|
"reference": "328c6fcfd2f90b64c16efaf0ea67a311d672f078",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -10489,7 +10493,7 @@
|
|||||||
"description": "Provides tools to manage errors and ease debugging PHP code",
|
"description": "Provides tools to manage errors and ease debugging PHP code",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/error-handler/tree/v5.4.26"
|
"source": "https://github.com/symfony/error-handler/tree/v5.4.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -10505,7 +10509,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-07-16T16:48:57+00:00"
|
"time": "2023-09-06T21:54:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/event-dispatcher",
|
"name": "symfony/event-dispatcher",
|
||||||
@@ -10736,16 +10740,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-client",
|
"name": "symfony/http-client",
|
||||||
"version": "v5.4.26",
|
"version": "v5.4.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-client.git",
|
"url": "https://github.com/symfony/http-client.git",
|
||||||
"reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce"
|
"reference": "04784c66cbee613a827363ee1e65db65392893c1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/19d48ef7f38e5057ed1789a503cd3eccef039bce",
|
"url": "https://api.github.com/repos/symfony/http-client/zipball/04784c66cbee613a827363ee1e65db65392893c1",
|
||||||
"reference": "19d48ef7f38e5057ed1789a503cd3eccef039bce",
|
"reference": "04784c66cbee613a827363ee1e65db65392893c1",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -10807,7 +10811,7 @@
|
|||||||
"http"
|
"http"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/http-client/tree/v5.4.26"
|
"source": "https://github.com/symfony/http-client/tree/v5.4.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -10823,7 +10827,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-07-03T12:14:50+00:00"
|
"time": "2023-09-14T20:49:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-client-contracts",
|
"name": "symfony/http-client-contracts",
|
||||||
@@ -10981,16 +10985,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/http-kernel",
|
"name": "symfony/http-kernel",
|
||||||
"version": "v5.4.28",
|
"version": "v5.4.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/http-kernel.git",
|
"url": "https://github.com/symfony/http-kernel.git",
|
||||||
"reference": "127a2322ca1828157901092518b8ea8e4e1109d4"
|
"reference": "f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/127a2322ca1828157901092518b8ea8e4e1109d4",
|
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7",
|
||||||
"reference": "127a2322ca1828157901092518b8ea8e4e1109d4",
|
"reference": "f53265fc6bd2a7f3a4ed4e443b76e750348ac3f7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -11073,7 +11077,7 @@
|
|||||||
"description": "Provides a structured process for converting a Request into a Response",
|
"description": "Provides a structured process for converting a Request into a Response",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/http-kernel/tree/v5.4.28"
|
"source": "https://github.com/symfony/http-kernel/tree/v5.4.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -11089,7 +11093,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-08-26T13:47:51+00:00"
|
"time": "2023-09-30T06:31:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/mime",
|
"name": "symfony/mime",
|
||||||
@@ -12476,16 +12480,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/serializer",
|
"name": "symfony/serializer",
|
||||||
"version": "v5.4.28",
|
"version": "v5.4.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/serializer.git",
|
"url": "https://github.com/symfony/serializer.git",
|
||||||
"reference": "701e2b8d48a3a627ffe128b38fbe6c4cf3ddcb3c"
|
"reference": "b893175000155839170d589f3a3593f2ce601829"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/serializer/zipball/701e2b8d48a3a627ffe128b38fbe6c4cf3ddcb3c",
|
"url": "https://api.github.com/repos/symfony/serializer/zipball/b893175000155839170d589f3a3593f2ce601829",
|
||||||
"reference": "701e2b8d48a3a627ffe128b38fbe6c4cf3ddcb3c",
|
"reference": "b893175000155839170d589f3a3593f2ce601829",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -12559,7 +12563,7 @@
|
|||||||
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/serializer/tree/v5.4.28"
|
"source": "https://github.com/symfony/serializer/tree/v5.4.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -12575,7 +12579,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-08-24T14:14:18+00:00"
|
"time": "2023-09-20T07:40:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/service-contracts",
|
"name": "symfony/service-contracts",
|
||||||
@@ -12662,16 +12666,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/string",
|
"name": "symfony/string",
|
||||||
"version": "v5.4.26",
|
"version": "v5.4.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/string.git",
|
"url": "https://github.com/symfony/string.git",
|
||||||
"reference": "1181fe9270e373537475e826873b5867b863883c"
|
"reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/string/zipball/1181fe9270e373537475e826873b5867b863883c",
|
"url": "https://api.github.com/repos/symfony/string/zipball/e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
|
||||||
"reference": "1181fe9270e373537475e826873b5867b863883c",
|
"reference": "e41bdc93def20eaf3bfc1537c4e0a2b0680a152d",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -12728,7 +12732,7 @@
|
|||||||
"utf8"
|
"utf8"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/string/tree/v5.4.26"
|
"source": "https://github.com/symfony/string/tree/v5.4.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -12744,7 +12748,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-06-28T12:46:07+00:00"
|
"time": "2023-09-13T11:47:41+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/translation",
|
"name": "symfony/translation",
|
||||||
@@ -12923,16 +12927,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-dumper",
|
"name": "symfony/var-dumper",
|
||||||
"version": "v5.4.28",
|
"version": "v5.4.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/var-dumper.git",
|
"url": "https://github.com/symfony/var-dumper.git",
|
||||||
"reference": "684b36ff415e1381d4a943c3ca2502cd2debad73"
|
"reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/684b36ff415e1381d4a943c3ca2502cd2debad73",
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/6172e4ae3534d25ee9e07eb487c20be7760fcc65",
|
||||||
"reference": "684b36ff415e1381d4a943c3ca2502cd2debad73",
|
"reference": "6172e4ae3534d25ee9e07eb487c20be7760fcc65",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -12992,7 +12996,7 @@
|
|||||||
"dump"
|
"dump"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/var-dumper/tree/v5.4.28"
|
"source": "https://github.com/symfony/var-dumper/tree/v5.4.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -13008,7 +13012,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-08-24T13:38:36+00:00"
|
"time": "2023-09-12T10:09:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/var-exporter",
|
"name": "symfony/var-exporter",
|
||||||
@@ -14099,16 +14103,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "3.6.6",
|
"version": "3.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864"
|
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/63646ffd71d1676d2f747f871be31b7e921c7864",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/00d03067f07482f025d41ab55e4ba0db5eca2cdf",
|
||||||
"reference": "63646ffd71d1676d2f747f871be31b7e921c7864",
|
"reference": "00d03067f07482f025d41ab55e4ba0db5eca2cdf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -14124,9 +14128,9 @@
|
|||||||
"doctrine/coding-standard": "12.0.0",
|
"doctrine/coding-standard": "12.0.0",
|
||||||
"fig/log-test": "^1",
|
"fig/log-test": "^1",
|
||||||
"jetbrains/phpstorm-stubs": "2023.1",
|
"jetbrains/phpstorm-stubs": "2023.1",
|
||||||
"phpstan/phpstan": "1.10.29",
|
"phpstan/phpstan": "1.10.35",
|
||||||
"phpstan/phpstan-strict-rules": "^1.5",
|
"phpstan/phpstan-strict-rules": "^1.5",
|
||||||
"phpunit/phpunit": "9.6.9",
|
"phpunit/phpunit": "9.6.13",
|
||||||
"psalm/plugin-phpunit": "0.18.4",
|
"psalm/plugin-phpunit": "0.18.4",
|
||||||
"slevomat/coding-standard": "8.13.1",
|
"slevomat/coding-standard": "8.13.1",
|
||||||
"squizlabs/php_codesniffer": "3.7.2",
|
"squizlabs/php_codesniffer": "3.7.2",
|
||||||
@@ -14192,7 +14196,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/dbal/issues",
|
"issues": "https://github.com/doctrine/dbal/issues",
|
||||||
"source": "https://github.com/doctrine/dbal/tree/3.6.6"
|
"source": "https://github.com/doctrine/dbal/tree/3.7.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -14208,20 +14212,20 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-08-17T05:38:17+00:00"
|
"time": "2023-09-26T20:56:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
"version": "v1.1.1",
|
"version": "1.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/deprecations.git",
|
"url": "https://github.com/doctrine/deprecations.git",
|
||||||
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
|
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
|
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
|
||||||
"reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
|
"reference": "4f2d4f2836e7ec4e7a8625e75c6aa916004db931",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -14253,9 +14257,9 @@
|
|||||||
"homepage": "https://www.doctrine-project.org/",
|
"homepage": "https://www.doctrine-project.org/",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/deprecations/issues",
|
"issues": "https://github.com/doctrine/deprecations/issues",
|
||||||
"source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
|
"source": "https://github.com/doctrine/deprecations/tree/1.1.2"
|
||||||
},
|
},
|
||||||
"time": "2023-06-03T09:27:29+00:00"
|
"time": "2023-09-27T20:04:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/event-manager",
|
"name": "doctrine/event-manager",
|
||||||
@@ -15284,16 +15288,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-code-coverage",
|
"name": "phpunit/php-code-coverage",
|
||||||
"version": "9.2.28",
|
"version": "9.2.29",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
||||||
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef"
|
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
|
||||||
"reference": "7134a5ccaaf0f1c92a4f5501a6c9f98ac4dcc0ef",
|
"reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -15350,7 +15354,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.28"
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -15358,7 +15362,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-12T14:36:20+00:00"
|
"time": "2023-09-19T04:57:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/php-file-iterator",
|
"name": "phpunit/php-file-iterator",
|
||||||
@@ -15603,16 +15607,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "9.6.12",
|
"version": "9.6.13",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f"
|
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a122c2ebd469b751d774aa0f613dc0d67697653f",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
|
||||||
"reference": "a122c2ebd469b751d774aa0f613dc0d67697653f",
|
"reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -15686,7 +15690,7 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.12"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -15702,7 +15706,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2023-09-12T14:39:31+00:00"
|
"time": "2023-09-19T05:39:22+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ return [
|
|||||||
'driver' => 's3',
|
'driver' => 's3',
|
||||||
'key' => env('AWS_ACCESS_KEY_ID'),
|
'key' => env('AWS_ACCESS_KEY_ID'),
|
||||||
'secret' => env('AWS_SECRET_ACCESS_KEY'),
|
'secret' => env('AWS_SECRET_ACCESS_KEY'),
|
||||||
'region' => env('AWS_DEFAULT_REGION'),
|
'region' => env('AWS_DEFAULT_REGION', 'ap-southeast-1'),
|
||||||
'bucket' => env('AWS_BUCKET'),
|
'bucket' => env('AWS_BUCKET'),
|
||||||
'url' => env('AWS_URL'),
|
'url' => env('AWS_URL'),
|
||||||
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
|
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
|
||||||
|
|||||||
2
console
2
console
Submodule console updated: acd7753eda...8e43f5139d
Submodule packages/core-api updated: 46aad9f1ab...44a4be907e
Submodule packages/dev-engine updated: d35999c4e6...7bd488190f
Submodule packages/ember-core updated: eb865b321c...6c7582e134
Submodule packages/ember-ui updated: d162e7dc38...4f83cc545e
Submodule packages/fleetops-api updated: abfd4682c5...4313522b40
Submodule packages/fleetops-data updated: 697649dd86...063ef50603
Submodule packages/fleetops-engine updated: fba7d9472c...0901110744
Submodule packages/pallet-api updated: b65efe23bf...bf2c751190
Submodule packages/storefront-engine updated: fec9b9de12...8456584f5f
Reference in New Issue
Block a user