PORTAL-1N fixed

This commit is contained in:
HolgerHatGarKeineNode
2023-02-01 10:14:39 +01:00
parent 6295847731
commit 7fca22d173
8 changed files with 324 additions and 119 deletions

View File

@@ -12,13 +12,14 @@
"akuechler/laravel-geoly": "^1.0", "akuechler/laravel-geoly": "^1.0",
"archtechx/enums": "^0.3.1", "archtechx/enums": "^0.3.1",
"bensampo/laravel-embed": "^1.4", "bensampo/laravel-embed": "^1.4",
"ebess/advanced-nova-media-library": "dev-master#2d7151d8b2159d28e1d73fcc7fe23992e327b7df", "ebess/advanced-nova-media-library": "dev-master",
"ezadr/lnurl-php": "^1.0", "ezadr/lnurl-php": "^1.0",
"gonoware/laravel-maps": "^2.0", "gonoware/laravel-maps": "^2.0",
"guzzlehttp/guzzle": "^7.2", "guzzlehttp/guzzle": "^7.2",
"itsmejoshua/novaspatiepermissions": "^1.0", "itsmejoshua/novaspatiepermissions": "^1.0",
"jackiedo/timezonelist": "^5.1", "jackiedo/timezonelist": "^5.1",
"joedixon/laravel-translation": "^2.1", "joedixon/laravel-translation": "^2.1",
"kornrunner/secp256k1": "^0.2.0",
"laravel/framework": "^9.19", "laravel/framework": "^9.19",
"laravel/horizon": "^5.13", "laravel/horizon": "^5.13",
"laravel/jetstream": "^2.12", "laravel/jetstream": "^2.12",
@@ -36,6 +37,7 @@
"rappasoft/laravel-livewire-tables": "^2.8", "rappasoft/laravel-livewire-tables": "^2.8",
"sentry/sentry-laravel": "^3.1", "sentry/sentry-laravel": "^3.1",
"simplesoftwareio/simple-qrcode": "^4.2", "simplesoftwareio/simple-qrcode": "^4.2",
"simplito/elliptic-php": "^1.0",
"spatie/eloquent-sortable": "^4.0", "spatie/eloquent-sortable": "^4.0",
"spatie/icalendar-generator": "^2.5", "spatie/icalendar-generator": "^2.5",
"spatie/laravel-comments": "^1.4", "spatie/laravel-comments": "^1.4",

415
composer.lock generated
View File

@@ -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": "5c7a3f14cc5db305af3ba03901284623", "content-hash": "de6fecaf71d0b9f0abef4ce825043f92",
"packages": [ "packages": [
{ {
"name": "akuechler/laravel-geoly", "name": "akuechler/laravel-geoly",
@@ -1398,6 +1398,82 @@
}, },
"time": "2022-05-08T12:55:38+00:00" "time": "2022-05-08T12:55:38+00:00"
}, },
{
"name": "fgrosse/phpasn1",
"version": "v2.5.0",
"source": {
"type": "git",
"url": "https://github.com/fgrosse/PHPASN1.git",
"reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
"reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "~2.0",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"suggest": {
"ext-bcmath": "BCmath is the fallback extension for big integer calculations",
"ext-curl": "For loading OID information from the web if they have not bee defined statically",
"ext-gmp": "GMP is the preferred extension for big integer calculations",
"phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"FG\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Friedrich Große",
"email": "friedrich.grosse@gmail.com",
"homepage": "https://github.com/FGrosse",
"role": "Author"
},
{
"name": "All contributors",
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
}
],
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
"homepage": "https://github.com/FGrosse/PHPASN1",
"keywords": [
"DER",
"asn.1",
"asn1",
"ber",
"binary",
"decoding",
"encoding",
"x.509",
"x.690",
"x509",
"x690"
],
"support": {
"issues": "https://github.com/fgrosse/PHPASN1/issues",
"source": "https://github.com/fgrosse/PHPASN1/tree/v2.5.0"
},
"abandoned": true,
"time": "2022-12-19T11:08:26+00:00"
},
{ {
"name": "fruitcake/php-cors", "name": "fruitcake/php-cors",
"version": "v1.2.0", "version": "v1.2.0",
@@ -2511,6 +2587,56 @@
}, },
"time": "2022-08-30T09:03:02+00:00" "time": "2022-08-30T09:03:02+00:00"
}, },
{
"name": "kornrunner/secp256k1",
"version": "0.2.0",
"source": {
"type": "git",
"url": "https://github.com/kornrunner/php-secp256k1.git",
"reference": "c3990dba47c7a8b0c9fd858fb29c61a5794fbb39"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kornrunner/php-secp256k1/zipball/c3990dba47c7a8b0c9fd858fb29c61a5794fbb39",
"reference": "c3990dba47c7a8b0c9fd858fb29c61a5794fbb39",
"shasum": ""
},
"require": {
"mdanter/ecc": "^1",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9"
},
"type": "library",
"autoload": {
"psr-4": {
"kornrunner\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Boris Momčilović",
"email": "boris.momcilovic@gmail.com"
}
],
"description": "Pure PHP secp256k1",
"keywords": [
"curve",
"ecc",
"elliptic",
"secp256k1"
],
"support": {
"issues": "https://github.com/kornrunner/php-secp256k1/issues",
"source": "https://github.com/kornrunner/php-secp256k1/tree/0.2.0"
},
"time": "2021-01-19T03:30:01+00:00"
},
{ {
"name": "laravel/fortify", "name": "laravel/fortify",
"version": "v1.16.0", "version": "v1.16.0",
@@ -2576,21 +2702,21 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v9.48.0", "version": "v9.49.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "c78ae7aeb0cbcb1a205050d3592247ba07f5b711" "reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/c78ae7aeb0cbcb1a205050d3592247ba07f5b711", "url": "https://api.github.com/repos/laravel/framework/zipball/e02d9453442ad0a6a2f5dc9df96ea0319d218026",
"reference": "c78ae7aeb0cbcb1a205050d3592247ba07f5b711", "reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"brick/math": "^0.10.2", "brick/math": "^0.9.3|^0.10.2|^0.11",
"doctrine/inflector": "^2.0", "doctrine/inflector": "^2.0.5",
"dragonmantank/cron-expression": "^3.3.2", "dragonmantank/cron-expression": "^3.3.2",
"egulias/email-validator": "^3.2.1|^4.0", "egulias/email-validator": "^3.2.1|^4.0",
"ext-mbstring": "*", "ext-mbstring": "*",
@@ -2689,7 +2815,6 @@
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
"brianium/paratest": "Required to run tests in parallel (^6.0).", "brianium/paratest": "Required to run tests in parallel (^6.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
"ext-bcmath": "Required to use the multiple_of validation rule.",
"ext-ftp": "Required to use the Flysystem FTP driver.", "ext-ftp": "Required to use the Flysystem FTP driver.",
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().", "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
"ext-memcached": "Required to use the memcache cache driver.", "ext-memcached": "Required to use the memcache cache driver.",
@@ -2761,20 +2886,20 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-01-17T15:06:19+00:00" "time": "2023-01-31T14:36:47+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
"version": "v5.13.0", "version": "v5.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/horizon.git", "url": "https://github.com/laravel/horizon.git",
"reference": "7cfef61b82457359a4cafbcb1840cdaf9ed5ed84" "reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/horizon/zipball/7cfef61b82457359a4cafbcb1840cdaf9ed5ed84", "url": "https://api.github.com/repos/laravel/horizon/zipball/29da5dcf055c084502e61e84c1070252e8a2ceb8",
"reference": "7cfef61b82457359a4cafbcb1840cdaf9ed5ed84", "reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2836,9 +2961,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/laravel/horizon/issues", "issues": "https://github.com/laravel/horizon/issues",
"source": "https://github.com/laravel/horizon/tree/v5.13.0" "source": "https://github.com/laravel/horizon/tree/v5.14.0"
}, },
"time": "2023-01-17T14:59:22+00:00" "time": "2023-01-27T11:08:41+00:00"
}, },
{ {
"name": "laravel/jetstream", "name": "laravel/jetstream",
@@ -3144,16 +3269,16 @@
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
"version": "v1.2.2", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/serializable-closure.git", "url": "https://github.com/laravel/serializable-closure.git",
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae" "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae", "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3200,7 +3325,7 @@
"issues": "https://github.com/laravel/serializable-closure/issues", "issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure" "source": "https://github.com/laravel/serializable-closure"
}, },
"time": "2022-09-08T13:45:54+00:00" "time": "2023-01-30T18:31:20+00:00"
}, },
{ {
"name": "laravel/socialite", "name": "laravel/socialite",
@@ -4049,16 +4174,16 @@
}, },
{ {
"name": "livewire/livewire", "name": "livewire/livewire",
"version": "v2.11.0", "version": "v2.11.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/livewire/livewire.git", "url": "https://github.com/livewire/livewire.git",
"reference": "8667099d5889cab760d1d0083cdcebaa3d595733" "reference": "e92233f31dc1b88fb1ac242b32afe1ab7525ee05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/livewire/livewire/zipball/8667099d5889cab760d1d0083cdcebaa3d595733", "url": "https://api.github.com/repos/livewire/livewire/zipball/e92233f31dc1b88fb1ac242b32afe1ab7525ee05",
"reference": "8667099d5889cab760d1d0083cdcebaa3d595733", "reference": "e92233f31dc1b88fb1ac242b32afe1ab7525ee05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4110,7 +4235,7 @@
"description": "A front-end framework for Laravel.", "description": "A front-end framework for Laravel.",
"support": { "support": {
"issues": "https://github.com/livewire/livewire/issues", "issues": "https://github.com/livewire/livewire/issues",
"source": "https://github.com/livewire/livewire/tree/v2.11.0" "source": "https://github.com/livewire/livewire/tree/v2.11.2"
}, },
"funding": [ "funding": [
{ {
@@ -4118,7 +4243,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-01-15T23:43:31+00:00" "time": "2023-01-29T23:45:02+00:00"
}, },
{ {
"name": "maennchen/zipstream-php", "name": "maennchen/zipstream-php",
@@ -4267,6 +4392,82 @@
}, },
"time": "2022-08-18T16:18:26+00:00" "time": "2022-08-18T16:18:26+00:00"
}, },
{
"name": "mdanter/ecc",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/phpecc/phpecc.git",
"reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpecc/phpecc/zipball/34e2eec096bf3dcda814e8f66dd91ae87a2db7cd",
"reference": "34e2eec096bf3dcda814e8f66dd91ae87a2db7cd",
"shasum": ""
},
"require": {
"ext-gmp": "*",
"fgrosse/phpasn1": "^2.0",
"php": "^7.0||^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0||^8.0||^9.0",
"squizlabs/php_codesniffer": "^2.0",
"symfony/yaml": "^2.6|^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Mdanter\\Ecc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matyas Danter",
"homepage": "http://matejdanter.com/",
"role": "Author"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io",
"homepage": "http://aztech.io",
"role": "Maintainer"
},
{
"name": "Thomas Kerin",
"email": "afk11@users.noreply.github.com",
"role": "Maintainer"
}
],
"description": "PHP Elliptic Curve Cryptography library",
"homepage": "https://github.com/phpecc/phpecc",
"keywords": [
"Diffie",
"ECDSA",
"Hellman",
"curve",
"ecdh",
"elliptic",
"nistp192",
"nistp224",
"nistp256",
"nistp384",
"nistp521",
"phpecc",
"secp256k1",
"secp256r1"
],
"support": {
"issues": "https://github.com/phpecc/phpecc/issues",
"source": "https://github.com/phpecc/phpecc/tree/v1.0.0"
},
"time": "2021-01-16T19:42:14+00:00"
},
{ {
"name": "mobiledetect/mobiledetectlib", "name": "mobiledetect/mobiledetectlib",
"version": "2.8.41", "version": "2.8.41",
@@ -4490,16 +4691,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.65.0", "version": "2.66.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "09acf64155c16dc6f580f36569ae89344e9734a3" "reference": "496712849902241f04902033b0441b269effe001"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/09acf64155c16dc6f580f36569ae89344e9734a3", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001",
"reference": "09acf64155c16dc6f580f36569ae89344e9734a3", "reference": "496712849902241f04902033b0441b269effe001",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4588,7 +4789,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-06T15:55:01+00:00" "time": "2023-01-29T18:53:47+00:00"
}, },
{ {
"name": "nette/schema", "name": "nette/schema",
@@ -6416,16 +6617,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.11.11", "version": "v0.11.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae" "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/ba67f2d26278ec9266a5cfe0acba33a8ca1277ae", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
"reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae", "reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6486,9 +6687,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.11" "source": "https://github.com/bobthecow/psysh/tree/v0.11.12"
}, },
"time": "2023-01-23T16:14:59+00:00" "time": "2023-01-29T21:24:40+00:00"
}, },
{ {
"name": "pusher/pusher-php-server", "name": "pusher/pusher-php-server",
@@ -8059,17 +8260,17 @@
}, },
{ {
"name": "spatie/laravel-comments", "name": "spatie/laravel-comments",
"version": "1.4.2", "version": "1.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:spatie/laravel-comments.git", "url": "git@github.com:spatie/laravel-comments.git",
"reference": "b22f10b8ea9c4d7bb24c389bc095dd225295d285" "reference": "087ea561bd5220ebeae010c661f7ac6611d06108"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://satis.spatie.be/dist/spatie/laravel-comments/spatie-laravel-comments-b22f10b8ea9c4d7bb24c389bc095dd225295d285-zip-5c7a22.zip", "url": "https://satis.spatie.be/dist/spatie/laravel-comments/spatie-laravel-comments-087ea561bd5220ebeae010c661f7ac6611d06108-zip-b53e44.zip",
"reference": "b22f10b8ea9c4d7bb24c389bc095dd225295d285", "reference": "087ea561bd5220ebeae010c661f7ac6611d06108",
"shasum": "56890303c481d8de5a19336728d1474fceb50d3f" "shasum": "7dddb454a2cd8be78315db5df3aadb60ee9c9a75"
}, },
"require": { "require": {
"illuminate/contracts": "^9.0|^10.0", "illuminate/contracts": "^9.0|^10.0",
@@ -8146,7 +8347,7 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/laravel-comments/tree/1.4.2", "source": "https://github.com/spatie/laravel-comments/tree/1.4.3",
"issues": "https://github.com/spatie/laravel-comments/issues" "issues": "https://github.com/spatie/laravel-comments/issues"
}, },
"funding": [ "funding": [
@@ -8155,7 +8356,7 @@
"url": "https://github.com/spatie" "url": "https://github.com/spatie"
} }
], ],
"time": "2023-01-26T12:42:28+00:00" "time": "2023-01-31T22:02:51+00:00"
}, },
{ {
"name": "spatie/laravel-comments-livewire", "name": "spatie/laravel-comments-livewire",
@@ -8660,16 +8861,16 @@
}, },
{ {
"name": "spatie/laravel-package-tools", "name": "spatie/laravel-package-tools",
"version": "1.14.0", "version": "1.14.1",
"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": "9964e65c318c30577ca1b91469f739d2b381359b" "reference": "b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/9964e65c318c30577ca1b91469f739d2b381359b", "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df",
"reference": "9964e65c318c30577ca1b91469f739d2b381359b", "reference": "b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -8708,7 +8909,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.14.0" "source": "https://github.com/spatie/laravel-package-tools/tree/1.14.1"
}, },
"funding": [ "funding": [
{ {
@@ -8716,7 +8917,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-01-10T14:09:55+00:00" "time": "2023-01-27T15:33:45+00:00"
}, },
{ {
"name": "spatie/laravel-permission", "name": "spatie/laravel-permission",
@@ -10218,16 +10419,16 @@
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v6.2.5", "version": "v6.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373" "reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/c5e5b772033eae96ae82f2190546399ad18c1373", "url": "https://api.github.com/repos/symfony/http-client/zipball/6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373", "reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10283,7 +10484,7 @@
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v6.2.5" "source": "https://github.com/symfony/http-client/tree/v6.2.6"
}, },
"funding": [ "funding": [
{ {
@@ -10299,7 +10500,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-13T08:35:57+00:00" "time": "2023-01-30T15:46:28+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@@ -10384,16 +10585,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v6.2.5", "version": "v6.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf" "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf", "reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10442,7 +10643,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.2.5" "source": "https://github.com/symfony/http-foundation/tree/v6.2.6"
}, },
"funding": [ "funding": [
{ {
@@ -10458,20 +10659,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-01T08:38:09+00:00" "time": "2023-01-30T15:46:28+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.2.5", "version": "v6.2.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62" "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f68aaa11eee6b21c99bce0f3d98815924888fe62", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/7122db07b0d8dbf0de682267c84217573aee3ea7",
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62", "reference": "7122db07b0d8dbf0de682267c84217573aee3ea7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -10553,7 +10754,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/v6.2.5" "source": "https://github.com/symfony/http-kernel/tree/v6.2.6"
}, },
"funding": [ "funding": [
{ {
@@ -10569,7 +10770,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-24T15:33:24+00:00" "time": "2023-02-01T08:32:25+00:00"
}, },
{ {
"name": "symfony/mailer", "name": "symfony/mailer",
@@ -12822,28 +13023,28 @@
}, },
{ {
"name": "wireui/wireui", "name": "wireui/wireui",
"version": "v1.17.8", "version": "v1.17.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/wireui/wireui.git", "url": "https://github.com/wireui/wireui.git",
"reference": "cde361903acbfd6c09d639374204cb165901ce84" "reference": "ef1502d9fd1dbf36e8eb36e3b1452b6f2f25fa1f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/wireui/wireui/zipball/cde361903acbfd6c09d639374204cb165901ce84", "url": "https://api.github.com/repos/wireui/wireui/zipball/ef1502d9fd1dbf36e8eb36e3b1452b6f2f25fa1f",
"reference": "cde361903acbfd6c09d639374204cb165901ce84", "reference": "ef1502d9fd1dbf36e8eb36e3b1452b6f2f25fa1f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laravel/framework": "^8.83|^9.16", "laravel/framework": "^8.83|^9.16|^10.0",
"livewire/livewire": "^2.10", "livewire/livewire": "^2.10",
"php": "^8.0|^8.1" "php": "^8.0|^8.1"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.9", "friendsofphp/php-cs-fixer": "^3.9",
"mockery/mockery": "^1.5", "mockery/mockery": "^1.5",
"orchestra/testbench": "^6.0|^7.6", "orchestra/testbench": "^6.0|^7.6|^8.0",
"orchestra/testbench-dusk": "^6.0|^7.6", "orchestra/testbench-dusk": "^6.0|^7.6|^8.0",
"pestphp/pest": "^1.21", "pestphp/pest": "^1.21",
"pestphp/pest-plugin-livewire": "^1.0", "pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-mock": "^1.0", "pestphp/pest-plugin-mock": "^1.0",
@@ -12884,7 +13085,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/wireui/wireui/issues", "issues": "https://github.com/wireui/wireui/issues",
"source": "https://github.com/wireui/wireui/tree/v1.17.8" "source": "https://github.com/wireui/wireui/tree/v1.17.9"
}, },
"funding": [ "funding": [
{ {
@@ -12892,32 +13093,34 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-12-14T03:18:26+00:00" "time": "2023-02-01T05:47:14+00:00"
}, },
{ {
"name": "zbateson/mail-mime-parser", "name": "zbateson/mail-mime-parser",
"version": "2.2.3", "version": "2.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/zbateson/mail-mime-parser.git", "url": "https://github.com/zbateson/mail-mime-parser.git",
"reference": "295c7f82a8c44af685680d9df6714beb812e90ff" "reference": "d59e0c5eeb1442fca94bcb3b9d3c6be66318a500"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/295c7f82a8c44af685680d9df6714beb812e90ff", "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/d59e0c5eeb1442fca94bcb3b9d3c6be66318a500",
"reference": "295c7f82a8c44af685680d9df6714beb812e90ff", "reference": "d59e0c5eeb1442fca94bcb3b9d3c6be66318a500",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"guzzlehttp/psr7": "^1.7.0|^2.0", "guzzlehttp/psr7": "^1.7.0|^2.0",
"php": ">=5.4", "php": ">=7.1",
"pimple/pimple": "^3.0", "pimple/pimple": "^3.0",
"zbateson/mb-wrapper": "^1.0.1", "zbateson/mb-wrapper": "^1.0.1",
"zbateson/stream-decorators": "^1.0.6" "zbateson/stream-decorators": "^1.0.6"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "*",
"mikey179/vfsstream": "^1.6.0", "mikey179/vfsstream": "^1.6.0",
"sanmai/phpunit-legacy-adapter": "^6.3 || ^8.2" "phpstan/phpstan": "*",
"phpunit/phpunit": "<10"
}, },
"suggest": { "suggest": {
"ext-iconv": "For best support/performance", "ext-iconv": "For best support/performance",
@@ -12965,7 +13168,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-09-28T16:31:49+00:00" "time": "2023-01-30T19:04:55+00:00"
}, },
{ {
"name": "zbateson/mb-wrapper", "name": "zbateson/mb-wrapper",
@@ -13956,16 +14159,16 @@
}, },
{ {
"name": "laravel-lang/http-statuses", "name": "laravel-lang/http-statuses",
"version": "v3.2.0", "version": "v3.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Laravel-Lang/http-statuses.git", "url": "https://github.com/Laravel-Lang/http-statuses.git",
"reference": "fc01e7db9b0f00602823cc10d32da939129f195f" "reference": "31d74be0981c27c093bb80ee28e2fdec962be825"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/fc01e7db9b0f00602823cc10d32da939129f195f", "url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/31d74be0981c27c093bb80ee28e2fdec962be825",
"reference": "fc01e7db9b0f00602823cc10d32da939129f195f", "reference": "31d74be0981c27c093bb80ee28e2fdec962be825",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14020,7 +14223,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Laravel-Lang/http-statuses/issues", "issues": "https://github.com/Laravel-Lang/http-statuses/issues",
"source": "https://github.com/Laravel-Lang/http-statuses/tree/v3.2.0" "source": "https://github.com/Laravel-Lang/http-statuses/tree/v3.2.1"
}, },
"funding": [ "funding": [
{ {
@@ -14028,20 +14231,20 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-01-22T15:45:38+00:00" "time": "2023-02-01T07:47:32+00:00"
}, },
{ {
"name": "laravel-lang/lang", "name": "laravel-lang/lang",
"version": "12.14.1", "version": "12.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Laravel-Lang/lang.git", "url": "https://github.com/Laravel-Lang/lang.git",
"reference": "13c8c691f563d2b95980035aecfe1ef499a38060" "reference": "7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/13c8c691f563d2b95980035aecfe1ef499a38060", "url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2",
"reference": "13c8c691f563d2b95980035aecfe1ef499a38060", "reference": "7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14103,7 +14306,7 @@
"type": "open_collective" "type": "open_collective"
} }
], ],
"time": "2023-01-26T07:40:41+00:00" "time": "2023-01-30T10:43:55+00:00"
}, },
{ {
"name": "laravel-lang/publisher", "name": "laravel-lang/publisher",
@@ -14313,16 +14516,16 @@
}, },
{ {
"name": "laravel/pint", "name": "laravel/pint",
"version": "v1.4.0", "version": "v1.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/pint.git", "url": "https://github.com/laravel/pint.git",
"reference": "0e7ffdb0af871be10d798e234772ea5d4020ae4a" "reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/pint/zipball/0e7ffdb0af871be10d798e234772ea5d4020ae4a", "url": "https://api.github.com/repos/laravel/pint/zipball/80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
"reference": "0e7ffdb0af871be10d798e234772ea5d4020ae4a", "reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14333,7 +14536,7 @@
"php": "^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "~3.13.1", "friendsofphp/php-cs-fixer": "^3.14",
"illuminate/view": "^9.32.0", "illuminate/view": "^9.32.0",
"laravel-zero/framework": "^9.2.0", "laravel-zero/framework": "^9.2.0",
"mockery/mockery": "^1.5.1", "mockery/mockery": "^1.5.1",
@@ -14375,20 +14578,20 @@
"issues": "https://github.com/laravel/pint/issues", "issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint" "source": "https://github.com/laravel/pint"
}, },
"time": "2023-01-10T20:03:42+00:00" "time": "2023-01-31T15:50:45+00:00"
}, },
{ {
"name": "laravel/sail", "name": "laravel/sail",
"version": "v1.18.1", "version": "v1.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sail.git", "url": "https://github.com/laravel/sail.git",
"reference": "a64f78a4ab86c04a4c5de39bea20a8d36ad48a22" "reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sail/zipball/a64f78a4ab86c04a4c5de39bea20a8d36ad48a22", "url": "https://api.github.com/repos/laravel/sail/zipball/4f230634a3163f3442def6a4e6ffdb02b02e14d6",
"reference": "a64f78a4ab86c04a4c5de39bea20a8d36ad48a22", "reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -14435,7 +14638,7 @@
"issues": "https://github.com/laravel/sail/issues", "issues": "https://github.com/laravel/sail/issues",
"source": "https://github.com/laravel/sail" "source": "https://github.com/laravel/sail"
}, },
"time": "2023-01-11T14:35:04+00:00" "time": "2023-01-31T13:37:57+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{ {
"/app.js": "/app.js?id=d771ecef70ba42f5cd96a3e4e342bd06", "/app.js": "/app.js?id=766b568d1924aa83b2a1f279d2c5ab9e",
"/app-dark.css": "/app-dark.css?id=796af76ce8c445651baf66c67de3eea4", "/app-dark.css": "/app-dark.css?id=15c72df05e2b1147fa3e4b0670cfb435",
"/app.css": "/app.css?id=a19518e2122467d2e842f411ca5b65e4", "/app.css": "/app.css?id=4d6a1a7fe095eedc2cb2a4ce822ea8a5",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f", "/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",
"/img/horizon.svg": "/img/horizon.svg?id=904d5b5185fefb09035384e15bfca765", "/img/horizon.svg": "/img/horizon.svg?id=904d5b5185fefb09035384e15bfca765",
"/img/sprite.svg": "/img/sprite.svg?id=afc4952b74895bdef3ab4ebe9adb746f" "/img/sprite.svg": "/img/sprite.svg?id=afc4952b74895bdef3ab4ebe9adb746f"

View File

@@ -113,7 +113,7 @@
</div> </div>
</div> </div>
<div class="flex space-x-2 justify-end w-full items-end"> <div class="flex space-x-2 justify-end w-full items-end">
@if(!str(request()->route()->getName())->contains('.view')) @if(!str(request()->route()->getName())->contains(['.view', 'landing']))
<x-native-select <x-native-select
label="{{ __('Change country') }}" label="{{ __('Change country') }}"
wire:model="c" wire:model="c"

View File

@@ -292,9 +292,9 @@ camelcase-css@^2.0.1:
integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== integrity sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==
caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001449: caniuse-lite@^1.0.30001426, caniuse-lite@^1.0.30001449:
version "1.0.30001449" version "1.0.30001450"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001449.tgz#a8d11f6a814c75c9ce9d851dc53eb1d1dfbcd657" resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001450.tgz#022225b91200589196b814b51b1bbe45144cf74f"
integrity sha512-CPB+UL9XMT/Av+pJxCKGhdx+yg1hzplvFJQlJ2n68PyQGMz9L/E2zCyLdOL8uasbouTUgnPl+y0tccI/se+BEw== integrity sha512-qMBmvmQmFXaSxexkjjfMvD5rnDL0+m+dUMZKoDYsGG8iZN29RuYh9eRoMvKsT6uMAWlyUUGDEQGJJYjzCIO9ew==
chokidar@^3.5.3: chokidar@^3.5.3:
version "3.5.3" version "3.5.3"