Compare commits
1 Commits
#172-deplo
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
b2976a566d |
@@ -67,9 +67,3 @@ SLACK_ENABLED=true
|
|||||||
SLACK_CLIENT_TOKEN=
|
SLACK_CLIENT_TOKEN=
|
||||||
SLACK_SIGNING_SECRET=
|
SLACK_SIGNING_SECRET=
|
||||||
SLACK_DEFAULT_CHANNEL="#general"
|
SLACK_DEFAULT_CHANNEL="#general"
|
||||||
|
|
||||||
HEROKU_RELEASE_VERSION=v01
|
|
||||||
HEROKU_SLUG_DESCRIPTION="Dev 643f546"
|
|
||||||
HEROKU_RELEASE_CREATED_AT=2022-07-04T18:05:46Z
|
|
||||||
HEROKU_SLUG_COMMIT=643f546142b8a2db342f0ae46f01e61dce03e97c
|
|
||||||
GITHUB_REPO_URL=https://github.com/blumilksoftware/toby/
|
|
||||||
|
@@ -25,7 +25,6 @@ class HandleInertiaRequests extends Middleware
|
|||||||
"flash" => $this->getFlashData($request),
|
"flash" => $this->getFlashData($request),
|
||||||
"years" => $this->getYearsData($request),
|
"years" => $this->getYearsData($request),
|
||||||
"vacationRequestsCount" => $this->getVacationRequestsCount($request),
|
"vacationRequestsCount" => $this->getVacationRequestsCount($request),
|
||||||
"deployInformation" => $this->getDeployInformation(),
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -72,15 +71,4 @@ class HandleInertiaRequests extends Middleware
|
|||||||
->count()
|
->count()
|
||||||
: null;
|
: null;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function getDeployInformation(): Closure
|
|
||||||
{
|
|
||||||
return fn() => [
|
|
||||||
"release_version" => config("heroku.release_version"),
|
|
||||||
"slug_description" => config("heroku.slug_description"),
|
|
||||||
"release_created_at" => config("heroku.release_created_at"),
|
|
||||||
"slug_commit" => config("heroku.slug_commit"),
|
|
||||||
"github_url" => preg_replace("/\/$/i", "", config("heroku.github_url", "")),
|
|
||||||
];
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
"ext-pdo": "*",
|
"ext-pdo": "*",
|
||||||
"ext-redis": "*",
|
"ext-redis": "*",
|
||||||
"azuyalabs/yasumi": "^2.4",
|
"azuyalabs/yasumi": "^2.4",
|
||||||
"barryvdh/laravel-dompdf": "^2.0",
|
"barryvdh/laravel-dompdf": "^1.0",
|
||||||
"fruitcake/laravel-cors": "^3.0",
|
"fruitcake/laravel-cors": "^3.0",
|
||||||
"guzzlehttp/guzzle": "^7.0.1",
|
"guzzlehttp/guzzle": "^7.0.1",
|
||||||
"inertiajs/inertia-laravel": "^0.6.2",
|
"inertiajs/inertia-laravel": "^0.6.2",
|
||||||
|
277
composer.lock
generated
277
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": "73a25b0ebae9d311665f9f662c396b99",
|
"content-hash": "c78c5cf9b365c5ca82066e15505079e6",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "azuyalabs/yasumi",
|
"name": "azuyalabs/yasumi",
|
||||||
@@ -81,20 +81,20 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "barryvdh/laravel-dompdf",
|
"name": "barryvdh/laravel-dompdf",
|
||||||
"version": "v2.0.0-beta2",
|
"version": "v1.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/barryvdh/laravel-dompdf.git",
|
"url": "https://github.com/barryvdh/laravel-dompdf.git",
|
||||||
"reference": "3c94042e00df5835a1636b478e3ec8a82b8cdfd9"
|
"reference": "de83130d029289e1b59f28b41c314ce1d157b4a0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/3c94042e00df5835a1636b478e3ec8a82b8cdfd9",
|
"url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/de83130d029289e1b59f28b41c314ce1d157b4a0",
|
||||||
"reference": "3c94042e00df5835a1636b478e3ec8a82b8cdfd9",
|
"reference": "de83130d029289e1b59f28b41c314ce1d157b4a0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"dompdf/dompdf": "^2",
|
"dompdf/dompdf": "^1.2.1",
|
||||||
"illuminate/support": "^6|^7|^8|^9",
|
"illuminate/support": "^6|^7|^8|^9",
|
||||||
"php": "^7.2 || ^8.0"
|
"php": "^7.2 || ^8.0"
|
||||||
},
|
},
|
||||||
@@ -107,7 +107,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.0-dev"
|
"dev-master": "1.0-dev"
|
||||||
},
|
},
|
||||||
"laravel": {
|
"laravel": {
|
||||||
"providers": [
|
"providers": [
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/barryvdh/laravel-dompdf/issues",
|
"issues": "https://github.com/barryvdh/laravel-dompdf/issues",
|
||||||
"source": "https://github.com/barryvdh/laravel-dompdf/tree/v2.0.0-beta2"
|
"source": "https://github.com/barryvdh/laravel-dompdf/tree/v1.0.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -153,7 +153,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-26T07:00:09+00:00"
|
"time": "2022-05-19T15:08:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
@@ -459,22 +459,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dompdf/dompdf",
|
"name": "dompdf/dompdf",
|
||||||
"version": "v2.0.0",
|
"version": "v1.2.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/dompdf/dompdf.git",
|
"url": "https://github.com/dompdf/dompdf.git",
|
||||||
"reference": "79573d8b8a141ec8a17312515de8740eed014fa9"
|
"reference": "5031045d9640b38cfc14aac9667470df09c9e090"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/79573d8b8a141ec8a17312515de8740eed014fa9",
|
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/5031045d9640b38cfc14aac9667470df09c9e090",
|
||||||
"reference": "79573d8b8a141ec8a17312515de8740eed014fa9",
|
"reference": "5031045d9640b38cfc14aac9667470df09c9e090",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-dom": "*",
|
"ext-dom": "*",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"masterminds/html5": "^2.0",
|
|
||||||
"phenx/php-font-lib": "^0.5.4",
|
"phenx/php-font-lib": "^0.5.4",
|
||||||
"phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
|
"phenx/php-svg-lib": "^0.3.3 || ^0.4.0",
|
||||||
"php": "^7.1 || ^8.0"
|
"php": "^7.1 || ^8.0"
|
||||||
@@ -523,9 +522,9 @@
|
|||||||
"homepage": "https://github.com/dompdf/dompdf",
|
"homepage": "https://github.com/dompdf/dompdf",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/dompdf/dompdf/issues",
|
"issues": "https://github.com/dompdf/dompdf/issues",
|
||||||
"source": "https://github.com/dompdf/dompdf/tree/v2.0.0"
|
"source": "https://github.com/dompdf/dompdf/tree/v1.2.2"
|
||||||
},
|
},
|
||||||
"time": "2022-06-21T21:14:57+00:00"
|
"time": "2022-04-27T13:50:54+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "dragonmantank/cron-expression",
|
"name": "dragonmantank/cron-expression",
|
||||||
@@ -974,16 +973,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/apiclient",
|
"name": "google/apiclient",
|
||||||
"version": "v2.12.6",
|
"version": "v2.12.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-api-php-client.git",
|
"url": "https://github.com/googleapis/google-api-php-client.git",
|
||||||
"reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e"
|
"reference": "eb10f733eb0ebec058776cda206009d01af9f9e3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/f92aa126903a9e2da5bd41a280d9633cb249e79e",
|
"url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/eb10f733eb0ebec058776cda206009d01af9f9e3",
|
||||||
"reference": "f92aa126903a9e2da5bd41a280d9633cb249e79e",
|
"reference": "eb10f733eb0ebec058776cda206009d01af9f9e3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1038,22 +1037,22 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
"issues": "https://github.com/googleapis/google-api-php-client/issues",
|
||||||
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.6"
|
"source": "https://github.com/googleapis/google-api-php-client/tree/v2.12.5"
|
||||||
},
|
},
|
||||||
"time": "2022-06-06T20:00:19+00:00"
|
"time": "2022-05-31T14:44:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/apiclient-services",
|
"name": "google/apiclient-services",
|
||||||
"version": "v0.256.0",
|
"version": "v0.251.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
"url": "https://github.com/googleapis/google-api-php-client-services.git",
|
||||||
"reference": "122e51021eb19b53f831904918460671d1e7259d"
|
"reference": "73b7a41113bd6b5ae2d42795dbe0d76e0c482782"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/122e51021eb19b53f831904918460671d1e7259d",
|
"url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/73b7a41113bd6b5ae2d42795dbe0d76e0c482782",
|
||||||
"reference": "122e51021eb19b53f831904918460671d1e7259d",
|
"reference": "73b7a41113bd6b5ae2d42795dbe0d76e0c482782",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1082,22 +1081,22 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
"issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
||||||
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.256.0"
|
"source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.251.0"
|
||||||
},
|
},
|
||||||
"time": "2022-07-04T01:10:37+00:00"
|
"time": "2022-05-30T00:56:11+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "google/auth",
|
"name": "google/auth",
|
||||||
"version": "v1.21.1",
|
"version": "v1.21.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": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840"
|
"reference": "73392bad2eb6852eea9084b6bbdec752515cb849"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
|
"url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/73392bad2eb6852eea9084b6bbdec752515cb849",
|
||||||
"reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840",
|
"reference": "73392bad2eb6852eea9084b6bbdec752515cb849",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1140,9 +1139,9 @@
|
|||||||
"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.21.1"
|
"source": "https://github.com/googleapis/google-auth-library-php/tree/v1.21.0"
|
||||||
},
|
},
|
||||||
"time": "2022-05-16T19:34:15+00:00"
|
"time": "2022-04-13T20:35:52+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "graham-campbell/result-type",
|
"name": "graham-campbell/result-type",
|
||||||
@@ -1208,22 +1207,22 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
"version": "7.4.5",
|
"version": "7.4.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/guzzle.git",
|
"url": "https://github.com/guzzle/guzzle.git",
|
||||||
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82"
|
"reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab",
|
||||||
"reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82",
|
"reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"guzzlehttp/promises": "^1.5",
|
"guzzlehttp/promises": "^1.5",
|
||||||
"guzzlehttp/psr7": "^1.9 || ^2.4",
|
"guzzlehttp/psr7": "^1.8.3 || ^2.1",
|
||||||
"php": "^7.2.5 || ^8.0",
|
"php": "^7.2.5 || ^8.0",
|
||||||
"psr/http-client": "^1.0",
|
"psr/http-client": "^1.0",
|
||||||
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
||||||
@@ -1312,7 +1311,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/guzzle/issues",
|
"issues": "https://github.com/guzzle/guzzle/issues",
|
||||||
"source": "https://github.com/guzzle/guzzle/tree/7.4.5"
|
"source": "https://github.com/guzzle/guzzle/tree/7.4.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -1328,7 +1327,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-20T22:16:13+00:00"
|
"time": "2022-05-25T13:24:33+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/promises",
|
"name": "guzzlehttp/promises",
|
||||||
@@ -1416,16 +1415,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/psr7",
|
"name": "guzzlehttp/psr7",
|
||||||
"version": "2.4.0",
|
"version": "2.2.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/psr7.git",
|
"url": "https://github.com/guzzle/psr7.git",
|
||||||
"reference": "13388f00956b1503577598873fffb5ae994b5737"
|
"reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737",
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
|
||||||
"reference": "13388f00956b1503577598873fffb5ae994b5737",
|
"reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1449,7 +1448,7 @@
|
|||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.4-dev"
|
"dev-master": "2.2-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -1511,7 +1510,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/psr7/issues",
|
"issues": "https://github.com/guzzle/psr7/issues",
|
||||||
"source": "https://github.com/guzzle/psr7/tree/2.4.0"
|
"source": "https://github.com/guzzle/psr7/tree/2.2.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -1527,20 +1526,20 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-20T21:43:11+00:00"
|
"time": "2022-03-20T21:55:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "inertiajs/inertia-laravel",
|
"name": "inertiajs/inertia-laravel",
|
||||||
"version": "v0.6.3",
|
"version": "v0.6.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/inertiajs/inertia-laravel.git",
|
"url": "https://github.com/inertiajs/inertia-laravel.git",
|
||||||
"reference": "540b953ec383364264f9bd633849db16560a4461"
|
"reference": "75859fb1586c3d37ed8705500b5f43e87eee3cb2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/540b953ec383364264f9bd633849db16560a4461",
|
"url": "https://api.github.com/repos/inertiajs/inertia-laravel/zipball/75859fb1586c3d37ed8705500b5f43e87eee3cb2",
|
||||||
"reference": "540b953ec383364264f9bd633849db16560a4461",
|
"reference": "75859fb1586c3d37ed8705500b5f43e87eee3cb2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -1588,7 +1587,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/inertiajs/inertia-laravel/issues",
|
"issues": "https://github.com/inertiajs/inertia-laravel/issues",
|
||||||
"source": "https://github.com/inertiajs/inertia-laravel/tree/v0.6.3"
|
"source": "https://github.com/inertiajs/inertia-laravel/tree/v0.6.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -1596,7 +1595,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-27T23:21:15+00:00"
|
"time": "2022-05-25T02:00:06+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "intervention/image",
|
"name": "intervention/image",
|
||||||
@@ -3139,75 +3138,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2021-07-01T19:01:15+00:00"
|
"time": "2021-07-01T19:01:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "masterminds/html5",
|
|
||||||
"version": "2.7.5",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/Masterminds/html5-php.git",
|
|
||||||
"reference": "f640ac1bdddff06ea333a920c95bbad8872429ab"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab",
|
|
||||||
"reference": "f640ac1bdddff06ea333a920c95bbad8872429ab",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"ext-ctype": "*",
|
|
||||||
"ext-dom": "*",
|
|
||||||
"ext-libxml": "*",
|
|
||||||
"php": ">=5.3.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "2.7-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Masterminds\\": "src"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Matt Butcher",
|
|
||||||
"email": "technosophos@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Matt Farina",
|
|
||||||
"email": "matt@mattfarina.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Asmir Mustafic",
|
|
||||||
"email": "goetas@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "An HTML5 parser and serializer.",
|
|
||||||
"homepage": "http://masterminds.github.io/html5-php",
|
|
||||||
"keywords": [
|
|
||||||
"HTML5",
|
|
||||||
"dom",
|
|
||||||
"html",
|
|
||||||
"parser",
|
|
||||||
"querypath",
|
|
||||||
"serializer",
|
|
||||||
"xml"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/Masterminds/html5-php/issues",
|
|
||||||
"source": "https://github.com/Masterminds/html5-php/tree/2.7.5"
|
|
||||||
},
|
|
||||||
"time": "2021-07-01T14:25:37+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "meyfa/php-svg",
|
"name": "meyfa/php-svg",
|
||||||
"version": "v0.9.1",
|
"version": "v0.9.1",
|
||||||
@@ -3802,16 +3732,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/constant_time_encoding",
|
"name": "paragonie/constant_time_encoding",
|
||||||
"version": "v2.6.3",
|
"version": "v2.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
||||||
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
|
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
||||||
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
|
"reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -3865,7 +3795,7 @@
|
|||||||
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
||||||
"source": "https://github.com/paragonie/constant_time_encoding"
|
"source": "https://github.com/paragonie/constant_time_encoding"
|
||||||
},
|
},
|
||||||
"time": "2022-06-14T06:56:20+00:00"
|
"time": "2022-01-17T05:32:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "paragonie/random_compat",
|
"name": "paragonie/random_compat",
|
||||||
@@ -4818,16 +4748,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "psy/psysh",
|
"name": "psy/psysh",
|
||||||
"version": "v0.11.6",
|
"version": "v0.11.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/bobthecow/psysh.git",
|
"url": "https://github.com/bobthecow/psysh.git",
|
||||||
"reference": "3f5b5f8aaa979fbd0d1783173f4c82ad529fe621"
|
"reference": "c23686f9c48ca202710dbb967df8385a952a2daf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/3f5b5f8aaa979fbd0d1783173f4c82ad529fe621",
|
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/c23686f9c48ca202710dbb967df8385a952a2daf",
|
||||||
"reference": "3f5b5f8aaa979fbd0d1783173f4c82ad529fe621",
|
"reference": "c23686f9c48ca202710dbb967df8385a952a2daf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -4888,9 +4818,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.6"
|
"source": "https://github.com/bobthecow/psysh/tree/v0.11.5"
|
||||||
},
|
},
|
||||||
"time": "2022-07-03T16:40:23+00:00"
|
"time": "2022-05-27T18:03:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rackbeat/laravel-ui-avatars",
|
"name": "rackbeat/laravel-ui-avatars",
|
||||||
@@ -5303,16 +5233,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-model-states",
|
"name": "spatie/laravel-model-states",
|
||||||
"version": "2.4.0",
|
"version": "2.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/laravel-model-states.git",
|
"url": "https://github.com/spatie/laravel-model-states.git",
|
||||||
"reference": "976e5dcf9ad98231c5d983bd7c5f1ad17695b13f"
|
"reference": "bfa12486558952eca4d6c81d4dd803b83f065297"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/laravel-model-states/zipball/976e5dcf9ad98231c5d983bd7c5f1ad17695b13f",
|
"url": "https://api.github.com/repos/spatie/laravel-model-states/zipball/bfa12486558952eca4d6c81d4dd803b83f065297",
|
||||||
"reference": "976e5dcf9ad98231c5d983bd7c5f1ad17695b13f",
|
"reference": "bfa12486558952eca4d6c81d4dd803b83f065297",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5361,7 +5291,7 @@
|
|||||||
"state"
|
"state"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/spatie/laravel-model-states/tree/2.4.0"
|
"source": "https://github.com/spatie/laravel-model-states/tree/2.3.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -5373,20 +5303,20 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-07T08:19:20+00:00"
|
"time": "2022-04-21T12:09:37+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-package-tools",
|
"name": "spatie/laravel-package-tools",
|
||||||
"version": "1.12.1",
|
"version": "1.11.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/spatie/laravel-package-tools.git",
|
"url": "https://github.com/spatie/laravel-package-tools.git",
|
||||||
"reference": "09f80fa240d44fafb1c70657c74ee44ffa929357"
|
"reference": "baeb3df0ebb3a541394fdaf8cbe6115bf4034a59"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/09f80fa240d44fafb1c70657c74ee44ffa929357",
|
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/baeb3df0ebb3a541394fdaf8cbe6115bf4034a59",
|
||||||
"reference": "09f80fa240d44fafb1c70657c74ee44ffa929357",
|
"reference": "baeb3df0ebb3a541394fdaf8cbe6115bf4034a59",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -5424,7 +5354,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/spatie/laravel-package-tools/issues",
|
"issues": "https://github.com/spatie/laravel-package-tools/issues",
|
||||||
"source": "https://github.com/spatie/laravel-package-tools/tree/1.12.1"
|
"source": "https://github.com/spatie/laravel-package-tools/tree/1.11.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -5432,7 +5362,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-28T14:29:26+00:00"
|
"time": "2022-03-15T20:01:36+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spatie/laravel-slack-slash-command",
|
"name": "spatie/laravel-slack-slash-command",
|
||||||
@@ -7869,21 +7799,21 @@
|
|||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
{
|
{
|
||||||
"name": "blumilksoftware/codestyle",
|
"name": "blumilksoftware/codestyle",
|
||||||
"version": "v1.6.0",
|
"version": "v1.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/blumilksoftware/codestyle.git",
|
"url": "https://github.com/blumilksoftware/codestyle.git",
|
||||||
"reference": "717b521c2a40b3761df013f26aba507a4fb9801e"
|
"reference": "bf694da19f2cd5d0575b8fad585d3570d6785c23"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/blumilksoftware/codestyle/zipball/717b521c2a40b3761df013f26aba507a4fb9801e",
|
"url": "https://api.github.com/repos/blumilksoftware/codestyle/zipball/bf694da19f2cd5d0575b8fad585d3570d6785c23",
|
||||||
"reference": "717b521c2a40b3761df013f26aba507a4fb9801e",
|
"reference": "bf694da19f2cd5d0575b8fad585d3570d6785c23",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"friendsofphp/php-cs-fixer": "^3.8.0",
|
"friendsofphp/php-cs-fixer": "^3.8.0",
|
||||||
"kubawerlos/php-cs-fixer-custom-fixers": "^3.11.0",
|
"kubawerlos/php-cs-fixer-custom-fixers": "^3.10.1",
|
||||||
"php": "^8.0"
|
"php": "^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
@@ -7913,9 +7843,9 @@
|
|||||||
"description": "Blumilk codestyle configurator",
|
"description": "Blumilk codestyle configurator",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/blumilksoftware/codestyle/issues",
|
"issues": "https://github.com/blumilksoftware/codestyle/issues",
|
||||||
"source": "https://github.com/blumilksoftware/codestyle/tree/v1.6.0"
|
"source": "https://github.com/blumilksoftware/codestyle/tree/v1.3.0"
|
||||||
},
|
},
|
||||||
"time": "2022-06-10T13:08:08+00:00"
|
"time": "2022-05-10T09:41:53+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/pcre",
|
"name": "composer/pcre",
|
||||||
@@ -8137,16 +8067,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/annotations",
|
"name": "doctrine/annotations",
|
||||||
"version": "1.13.3",
|
"version": "1.13.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/annotations.git",
|
"url": "https://github.com/doctrine/annotations.git",
|
||||||
"reference": "648b0343343565c4a056bfc8392201385e8d89f0"
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
|
||||||
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -8158,10 +8088,9 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/cache": "^1.11 || ^2.0",
|
"doctrine/cache": "^1.11 || ^2.0",
|
||||||
"doctrine/coding-standard": "^6.0 || ^8.1",
|
"doctrine/coding-standard": "^6.0 || ^8.1",
|
||||||
"phpstan/phpstan": "^1.4.10 || ^1.8.0",
|
"phpstan/phpstan": "^0.12.20",
|
||||||
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
|
||||||
"symfony/cache": "^4.4 || ^5.2",
|
"symfony/cache": "^4.4 || ^5.2"
|
||||||
"vimeo/psalm": "^4.10"
|
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -8204,9 +8133,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/annotations/issues",
|
"issues": "https://github.com/doctrine/annotations/issues",
|
||||||
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
|
"source": "https://github.com/doctrine/annotations/tree/1.13.2"
|
||||||
},
|
},
|
||||||
"time": "2022-07-02T10:48:51+00:00"
|
"time": "2021-08-05T19:00:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/instantiator",
|
"name": "doctrine/instantiator",
|
||||||
@@ -8810,16 +8739,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "nunomaduro/collision",
|
"name": "nunomaduro/collision",
|
||||||
"version": "v6.2.1",
|
"version": "v6.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/nunomaduro/collision.git",
|
"url": "https://github.com/nunomaduro/collision.git",
|
||||||
"reference": "5f058f7e39278b701e455b3c82ec5298cf001d89"
|
"reference": "c379636dc50e829edb3a8bcb944a01aa1aed8f25"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/5f058f7e39278b701e455b3c82ec5298cf001d89",
|
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/c379636dc50e829edb3a8bcb944a01aa1aed8f25",
|
||||||
"reference": "5f058f7e39278b701e455b3c82ec5298cf001d89",
|
"reference": "c379636dc50e829edb3a8bcb944a01aa1aed8f25",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -8831,7 +8760,6 @@
|
|||||||
"require-dev": {
|
"require-dev": {
|
||||||
"brianium/paratest": "^6.4.1",
|
"brianium/paratest": "^6.4.1",
|
||||||
"laravel/framework": "^9.7",
|
"laravel/framework": "^9.7",
|
||||||
"laravel/pint": "^0.2.1",
|
|
||||||
"nunomaduro/larastan": "^1.0.2",
|
"nunomaduro/larastan": "^1.0.2",
|
||||||
"nunomaduro/mock-final-classes": "^1.1.0",
|
"nunomaduro/mock-final-classes": "^1.1.0",
|
||||||
"orchestra/testbench": "^7.3.0",
|
"orchestra/testbench": "^7.3.0",
|
||||||
@@ -8894,7 +8822,7 @@
|
|||||||
"type": "patreon"
|
"type": "patreon"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-27T16:11:16+00:00"
|
"time": "2022-04-05T15:31:38+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phar-io/manifest",
|
"name": "phar-io/manifest",
|
||||||
@@ -9671,16 +9599,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "9.5.21",
|
"version": "9.5.20",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1"
|
"reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/12bc8879fb65aef2138b26fc633cb1e3620cffba",
|
||||||
"reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1",
|
"reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -9714,6 +9642,7 @@
|
|||||||
"sebastian/version": "^3.0.2"
|
"sebastian/version": "^3.0.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"ext-pdo": "*",
|
||||||
"phpspec/prophecy-phpunit": "^2.0.1"
|
"phpspec/prophecy-phpunit": "^2.0.1"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
@@ -9757,7 +9686,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21"
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.20"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -9769,7 +9698,7 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-06-19T12:14:25+00:00"
|
"time": "2022-04-01T12:37:26+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sebastian/cli-parser",
|
"name": "sebastian/cli-parser",
|
||||||
|
@@ -1,11 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
return [
|
|
||||||
"release_version" => env("HEROKU_RELEASE_VERSION"),
|
|
||||||
"slug_description" => env("HEROKU_SLUG_DESCRIPTION"),
|
|
||||||
"release_created_at" => env("HEROKU_RELEASE_CREATED_AT"),
|
|
||||||
"slug_commit" => env("HEROKU_SLUG_COMMIT"),
|
|
||||||
"github_url" => env("GITHUB_REPO_URL"),
|
|
||||||
];
|
|
@@ -2,7 +2,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:1.23-alpine
|
image: nginx:1.21-alpine
|
||||||
container_name: toby-web
|
container_name: toby-web
|
||||||
working_dir: /application
|
working_dir: /application
|
||||||
volumes:
|
volumes:
|
||||||
@@ -76,7 +76,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
node:
|
node:
|
||||||
image: node:18.4.0-alpine3.16
|
image: node:18.1.0-alpine3.14
|
||||||
container_name: toby-node
|
container_name: toby-node
|
||||||
working_dir: /application
|
working_dir: /application
|
||||||
volumes:
|
volumes:
|
||||||
|
747
package-lock.json
generated
747
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@@ -13,7 +13,7 @@
|
|||||||
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
|
"lintf": "./node_modules/.bin/eslint resources/js --ext .js,.vue --fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@headlessui/vue": "^1.6.5",
|
"@headlessui/vue": "^1.6.4",
|
||||||
"@heroicons/vue": "^1.0.6",
|
"@heroicons/vue": "^1.0.6",
|
||||||
"@inertiajs/inertia": "^0.11.0",
|
"@inertiajs/inertia": "^0.11.0",
|
||||||
"@inertiajs/inertia-vue3": "^0.6.0",
|
"@inertiajs/inertia-vue3": "^0.6.0",
|
||||||
@@ -21,27 +21,27 @@
|
|||||||
"@tailwindcss/forms": "^0.5.2",
|
"@tailwindcss/forms": "^0.5.2",
|
||||||
"@tailwindcss/line-clamp": "^0.4.0",
|
"@tailwindcss/line-clamp": "^0.4.0",
|
||||||
"@tailwindcss/typography": "^0.5.2",
|
"@tailwindcss/typography": "^0.5.2",
|
||||||
"@vue/compiler-sfc": "^3.2.37",
|
"@vue/compiler-sfc": "^3.2.31",
|
||||||
"autoprefixer": "^10.4.7",
|
"autoprefixer": "^10.4.7",
|
||||||
"axios": "^0.27.2",
|
"axios": "^0.27.2",
|
||||||
"echarts": "^5.3.3",
|
"echarts": "^5.3.2",
|
||||||
"flatpickr": "^4.6.13",
|
"flatpickr": "^4.6.13",
|
||||||
"laravel-mix": "^6.0.49",
|
"laravel-mix": "^6.0.44",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"luxon": "^2.4.0",
|
"luxon": "^2.3.2",
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"tailwindcss": "^3.1.4",
|
"tailwindcss": "^3.0.24",
|
||||||
"vue": "3.2.37",
|
"vue": "3.2.21",
|
||||||
"vue-echarts": "^6.1.0",
|
"vue-echarts": "^6.0.2",
|
||||||
"vue-flatpickr-component": "^9.0.6",
|
"vue-flatpickr-component": "^9.0.6",
|
||||||
"vue-loader": "^17.0.0",
|
"vue-loader": "^17.0.0",
|
||||||
"vue-material-design-icons": "^5.1.1",
|
"vue-material-design-icons": "^5.0.0",
|
||||||
"vue-toastification": "^2.0.0-rc.5",
|
"vue-toastification": "^2.0.0-rc.5",
|
||||||
"vue3-popper": "^1.5.0",
|
"vue3-popper": "^1.5.0",
|
||||||
"vuedraggable": "^4.1.0"
|
"vuedraggable": "^4.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.19.0",
|
"eslint": "^8.16.0",
|
||||||
"eslint-plugin-vue": "^9.1.1"
|
"eslint-plugin-vue": "^9.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,67 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div
|
|
||||||
:class="{ 'flex-col': isVertical(), 'flex-row': isHorizontal() }"
|
|
||||||
class="min-w-full p-4 text-xs text-gray-500 flex gap-x-1"
|
|
||||||
>
|
|
||||||
<p class="flex flex-row gap-x-1">
|
|
||||||
<strong>Wersja:</strong>
|
|
||||||
<span
|
|
||||||
:title="`Commit: ${deployInformation.slug_commit ?? 'unset'}`"
|
|
||||||
>
|
|
||||||
{{ deployInformation.slug_description ?? 'unset' }} ({{ deployInformation.release_version ?? 'unset' }})
|
|
||||||
</span>
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
v-if="deployInformation.release_created_at"
|
|
||||||
class="flex flex-row gap-x-1"
|
|
||||||
:class="{ 'border-l-2 border-gray-300 pl-1': isHorizontal() }"
|
|
||||||
>
|
|
||||||
<strong>Ostatnio zbudowano:</strong>
|
|
||||||
<span>{{ getDate() }}</span>
|
|
||||||
</p>
|
|
||||||
<p
|
|
||||||
v-if="deployInformation.github_url"
|
|
||||||
:class="{ 'border-l-2 border-gray-300 pl-1': isHorizontal(), 'flex flex-row gap-x-1': isVertical() }"
|
|
||||||
>
|
|
||||||
<strong v-if="isVertical()">Repozytorium:</strong>
|
|
||||||
<a
|
|
||||||
v-if="deployInformation.github_url"
|
|
||||||
class="text-gray-800 underline hover:no-underline hover:text-blumilk-600"
|
|
||||||
:href="deployInformation.github_url"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener nofollow noreferrer"
|
|
||||||
>GitHub</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import { DateTime } from 'luxon'
|
|
||||||
|
|
||||||
let props = defineProps({
|
|
||||||
deployInformation: Object,
|
|
||||||
layout: {
|
|
||||||
type: String,
|
|
||||||
default: 'horizontal',
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
function isVertical() {
|
|
||||||
return props.layout === 'vertical'
|
|
||||||
}
|
|
||||||
|
|
||||||
function isHorizontal() {
|
|
||||||
return props.layout === 'horizontal'
|
|
||||||
}
|
|
||||||
|
|
||||||
function getDate() {
|
|
||||||
return DateTime.fromISO(props.deployInformation.release_created_at)
|
|
||||||
.toLocaleString({
|
|
||||||
year: 'numeric',
|
|
||||||
month: '2-digit',
|
|
||||||
day: '2-digit',
|
|
||||||
hour: '2-digit',
|
|
||||||
minute: '2-digit',
|
|
||||||
})
|
|
||||||
}
|
|
||||||
</script>
|
|
@@ -9,9 +9,6 @@
|
|||||||
<div class="lg:px-4">
|
<div class="lg:px-4">
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
<DeployInfo
|
|
||||||
:deploy-information="deployInformation"
|
|
||||||
/>
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -20,14 +17,12 @@
|
|||||||
import MainMenu from '@/Shared/MainMenu'
|
import MainMenu from '@/Shared/MainMenu'
|
||||||
import { useToast } from 'vue-toastification'
|
import { useToast } from 'vue-toastification'
|
||||||
import { watch } from 'vue'
|
import { watch } from 'vue'
|
||||||
import DeployInfo from '@/Shared/DeployInfo'
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
flash: Object,
|
flash: Object,
|
||||||
auth: Object,
|
auth: Object,
|
||||||
years: Object,
|
years: Object,
|
||||||
vacationRequestsCount: Number,
|
vacationRequestsCount: Number,
|
||||||
deployInformation: Object,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const toast = useToast()
|
const toast = useToast()
|
||||||
|
@@ -1,18 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="relative flex flex-col justify-center py-12 min-h-screen bg-blumilk-25 sm:px-6 lg:px-8">
|
<div class="flex flex-col justify-center py-12 min-h-screen bg-blumilk-25 sm:px-6 lg:px-8">
|
||||||
<slot />
|
<slot />
|
||||||
<DeployInfo
|
|
||||||
:deploy-information="deployInformation"
|
|
||||||
layout="vertical"
|
|
||||||
class="absolute right-0 bottom-0"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
|
||||||
import DeployInfo from '@/Shared/DeployInfo'
|
|
||||||
|
|
||||||
defineProps({
|
|
||||||
deployInformation: Object,
|
|
||||||
})
|
|
||||||
</script>
|
|
||||||
|
Reference in New Issue
Block a user