mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
PORTAL-1N fixed
This commit is contained in:
415
composer.lock
generated
415
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5c7a3f14cc5db305af3ba03901284623",
|
||||
"content-hash": "de6fecaf71d0b9f0abef4ce825043f92",
|
||||
"packages": [
|
||||
{
|
||||
"name": "akuechler/laravel-geoly",
|
||||
@@ -1398,6 +1398,82 @@
|
||||
},
|
||||
"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",
|
||||
"version": "v1.2.0",
|
||||
@@ -2511,6 +2587,56 @@
|
||||
},
|
||||
"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",
|
||||
"version": "v1.16.0",
|
||||
@@ -2576,21 +2702,21 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v9.48.0",
|
||||
"version": "v9.49.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "c78ae7aeb0cbcb1a205050d3592247ba07f5b711"
|
||||
"reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/c78ae7aeb0cbcb1a205050d3592247ba07f5b711",
|
||||
"reference": "c78ae7aeb0cbcb1a205050d3592247ba07f5b711",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/e02d9453442ad0a6a2f5dc9df96ea0319d218026",
|
||||
"reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"brick/math": "^0.10.2",
|
||||
"doctrine/inflector": "^2.0",
|
||||
"brick/math": "^0.9.3|^0.10.2|^0.11",
|
||||
"doctrine/inflector": "^2.0.5",
|
||||
"dragonmantank/cron-expression": "^3.3.2",
|
||||
"egulias/email-validator": "^3.2.1|^4.0",
|
||||
"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).",
|
||||
"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).",
|
||||
"ext-bcmath": "Required to use the multiple_of validation rule.",
|
||||
"ext-ftp": "Required to use the Flysystem FTP driver.",
|
||||
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
|
||||
"ext-memcached": "Required to use the memcache cache driver.",
|
||||
@@ -2761,20 +2886,20 @@
|
||||
"issues": "https://github.com/laravel/framework/issues",
|
||||
"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",
|
||||
"version": "v5.13.0",
|
||||
"version": "v5.14.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/horizon.git",
|
||||
"reference": "7cfef61b82457359a4cafbcb1840cdaf9ed5ed84"
|
||||
"reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/7cfef61b82457359a4cafbcb1840cdaf9ed5ed84",
|
||||
"reference": "7cfef61b82457359a4cafbcb1840cdaf9ed5ed84",
|
||||
"url": "https://api.github.com/repos/laravel/horizon/zipball/29da5dcf055c084502e61e84c1070252e8a2ceb8",
|
||||
"reference": "29da5dcf055c084502e61e84c1070252e8a2ceb8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -2836,9 +2961,9 @@
|
||||
],
|
||||
"support": {
|
||||
"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",
|
||||
@@ -3144,16 +3269,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/serializable-closure",
|
||||
"version": "v1.2.2",
|
||||
"version": "v1.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/serializable-closure.git",
|
||||
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae"
|
||||
"reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
||||
"reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae",
|
||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
|
||||
"reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -3200,7 +3325,7 @@
|
||||
"issues": "https://github.com/laravel/serializable-closure/issues",
|
||||
"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",
|
||||
@@ -4049,16 +4174,16 @@
|
||||
},
|
||||
{
|
||||
"name": "livewire/livewire",
|
||||
"version": "v2.11.0",
|
||||
"version": "v2.11.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/livewire/livewire.git",
|
||||
"reference": "8667099d5889cab760d1d0083cdcebaa3d595733"
|
||||
"reference": "e92233f31dc1b88fb1ac242b32afe1ab7525ee05"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/livewire/livewire/zipball/8667099d5889cab760d1d0083cdcebaa3d595733",
|
||||
"reference": "8667099d5889cab760d1d0083cdcebaa3d595733",
|
||||
"url": "https://api.github.com/repos/livewire/livewire/zipball/e92233f31dc1b88fb1ac242b32afe1ab7525ee05",
|
||||
"reference": "e92233f31dc1b88fb1ac242b32afe1ab7525ee05",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4110,7 +4235,7 @@
|
||||
"description": "A front-end framework for Laravel.",
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
@@ -4118,7 +4243,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-15T23:43:31+00:00"
|
||||
"time": "2023-01-29T23:45:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "maennchen/zipstream-php",
|
||||
@@ -4267,6 +4392,82 @@
|
||||
},
|
||||
"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",
|
||||
"version": "2.8.41",
|
||||
@@ -4490,16 +4691,16 @@
|
||||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "2.65.0",
|
||||
"version": "2.66.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "09acf64155c16dc6f580f36569ae89344e9734a3"
|
||||
"reference": "496712849902241f04902033b0441b269effe001"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/09acf64155c16dc6f580f36569ae89344e9734a3",
|
||||
"reference": "09acf64155c16dc6f580f36569ae89344e9734a3",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001",
|
||||
"reference": "496712849902241f04902033b0441b269effe001",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -4588,7 +4789,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-06T15:55:01+00:00"
|
||||
"time": "2023-01-29T18:53:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/schema",
|
||||
@@ -6416,16 +6617,16 @@
|
||||
},
|
||||
{
|
||||
"name": "psy/psysh",
|
||||
"version": "v0.11.11",
|
||||
"version": "v0.11.12",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bobthecow/psysh.git",
|
||||
"reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae"
|
||||
"reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/ba67f2d26278ec9266a5cfe0acba33a8ca1277ae",
|
||||
"reference": "ba67f2d26278ec9266a5cfe0acba33a8ca1277ae",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
|
||||
"reference": "52cb7c47d403c31c0adc9bf7710fc355f93c20f7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -6486,9 +6687,9 @@
|
||||
],
|
||||
"support": {
|
||||
"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",
|
||||
@@ -8059,17 +8260,17 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-comments",
|
||||
"version": "1.4.2",
|
||||
"version": "1.4.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:spatie/laravel-comments.git",
|
||||
"reference": "b22f10b8ea9c4d7bb24c389bc095dd225295d285"
|
||||
"reference": "087ea561bd5220ebeae010c661f7ac6611d06108"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://satis.spatie.be/dist/spatie/laravel-comments/spatie-laravel-comments-b22f10b8ea9c4d7bb24c389bc095dd225295d285-zip-5c7a22.zip",
|
||||
"reference": "b22f10b8ea9c4d7bb24c389bc095dd225295d285",
|
||||
"shasum": "56890303c481d8de5a19336728d1474fceb50d3f"
|
||||
"url": "https://satis.spatie.be/dist/spatie/laravel-comments/spatie-laravel-comments-087ea561bd5220ebeae010c661f7ac6611d06108-zip-b53e44.zip",
|
||||
"reference": "087ea561bd5220ebeae010c661f7ac6611d06108",
|
||||
"shasum": "7dddb454a2cd8be78315db5df3aadb60ee9c9a75"
|
||||
},
|
||||
"require": {
|
||||
"illuminate/contracts": "^9.0|^10.0",
|
||||
@@ -8146,7 +8347,7 @@
|
||||
"spatie"
|
||||
],
|
||||
"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"
|
||||
},
|
||||
"funding": [
|
||||
@@ -8155,7 +8356,7 @@
|
||||
"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",
|
||||
@@ -8660,16 +8861,16 @@
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-package-tools",
|
||||
"version": "1.14.0",
|
||||
"version": "1.14.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/spatie/laravel-package-tools.git",
|
||||
"reference": "9964e65c318c30577ca1b91469f739d2b381359b"
|
||||
"reference": "b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/9964e65c318c30577ca1b91469f739d2b381359b",
|
||||
"reference": "9964e65c318c30577ca1b91469f739d2b381359b",
|
||||
"url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df",
|
||||
"reference": "b477dd2f89d0751f0e51ffb3a70181f0bc7ab8df",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -8708,7 +8909,7 @@
|
||||
],
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
@@ -8716,7 +8917,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-10T14:09:55+00:00"
|
||||
"time": "2023-01-27T15:33:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "spatie/laravel-permission",
|
||||
@@ -10218,16 +10419,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client",
|
||||
"version": "v6.2.5",
|
||||
"version": "v6.2.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-client.git",
|
||||
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373"
|
||||
"reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/c5e5b772033eae96ae82f2190546399ad18c1373",
|
||||
"reference": "c5e5b772033eae96ae82f2190546399ad18c1373",
|
||||
"url": "https://api.github.com/repos/symfony/http-client/zipball/6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
|
||||
"reference": "6efa9a7521ab7d031a82cf0a759484d1b02a6ad9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -10283,7 +10484,7 @@
|
||||
"description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-client/tree/v6.2.5"
|
||||
"source": "https://github.com/symfony/http-client/tree/v6.2.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10299,7 +10500,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-13T08:35:57+00:00"
|
||||
"time": "2023-01-30T15:46:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-client-contracts",
|
||||
@@ -10384,16 +10585,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v6.2.5",
|
||||
"version": "v6.2.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf"
|
||||
"reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
|
||||
"reference": "9d081ead9d3432e2e8002178d14c4c9dd4b8ffbf",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
|
||||
"reference": "e8dd1f502bc2b3371d05092aa233b064b03ce7ed",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -10442,7 +10643,7 @@
|
||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.2.5"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.2.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10458,20 +10659,20 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-01T08:38:09+00:00"
|
||||
"time": "2023-01-30T15:46:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v6.2.5",
|
||||
"version": "v6.2.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62"
|
||||
"reference": "7122db07b0d8dbf0de682267c84217573aee3ea7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f68aaa11eee6b21c99bce0f3d98815924888fe62",
|
||||
"reference": "f68aaa11eee6b21c99bce0f3d98815924888fe62",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/7122db07b0d8dbf0de682267c84217573aee3ea7",
|
||||
"reference": "7122db07b0d8dbf0de682267c84217573aee3ea7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -10553,7 +10754,7 @@
|
||||
"description": "Provides a structured process for converting a Request into a Response",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.2.5"
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.2.6"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@@ -10569,7 +10770,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-24T15:33:24+00:00"
|
||||
"time": "2023-02-01T08:32:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/mailer",
|
||||
@@ -12822,28 +13023,28 @@
|
||||
},
|
||||
{
|
||||
"name": "wireui/wireui",
|
||||
"version": "v1.17.8",
|
||||
"version": "v1.17.9",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wireui/wireui.git",
|
||||
"reference": "cde361903acbfd6c09d639374204cb165901ce84"
|
||||
"reference": "ef1502d9fd1dbf36e8eb36e3b1452b6f2f25fa1f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/wireui/wireui/zipball/cde361903acbfd6c09d639374204cb165901ce84",
|
||||
"reference": "cde361903acbfd6c09d639374204cb165901ce84",
|
||||
"url": "https://api.github.com/repos/wireui/wireui/zipball/ef1502d9fd1dbf36e8eb36e3b1452b6f2f25fa1f",
|
||||
"reference": "ef1502d9fd1dbf36e8eb36e3b1452b6f2f25fa1f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laravel/framework": "^8.83|^9.16",
|
||||
"laravel/framework": "^8.83|^9.16|^10.0",
|
||||
"livewire/livewire": "^2.10",
|
||||
"php": "^8.0|^8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "^3.9",
|
||||
"mockery/mockery": "^1.5",
|
||||
"orchestra/testbench": "^6.0|^7.6",
|
||||
"orchestra/testbench-dusk": "^6.0|^7.6",
|
||||
"orchestra/testbench": "^6.0|^7.6|^8.0",
|
||||
"orchestra/testbench-dusk": "^6.0|^7.6|^8.0",
|
||||
"pestphp/pest": "^1.21",
|
||||
"pestphp/pest-plugin-livewire": "^1.0",
|
||||
"pestphp/pest-plugin-mock": "^1.0",
|
||||
@@ -12884,7 +13085,7 @@
|
||||
],
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
@@ -12892,32 +13093,34 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-12-14T03:18:26+00:00"
|
||||
"time": "2023-02-01T05:47:14+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zbateson/mail-mime-parser",
|
||||
"version": "2.2.3",
|
||||
"version": "2.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zbateson/mail-mime-parser.git",
|
||||
"reference": "295c7f82a8c44af685680d9df6714beb812e90ff"
|
||||
"reference": "d59e0c5eeb1442fca94bcb3b9d3c6be66318a500"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/295c7f82a8c44af685680d9df6714beb812e90ff",
|
||||
"reference": "295c7f82a8c44af685680d9df6714beb812e90ff",
|
||||
"url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/d59e0c5eeb1442fca94bcb3b9d3c6be66318a500",
|
||||
"reference": "d59e0c5eeb1442fca94bcb3b9d3c6be66318a500",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"guzzlehttp/psr7": "^1.7.0|^2.0",
|
||||
"php": ">=5.4",
|
||||
"php": ">=7.1",
|
||||
"pimple/pimple": "^3.0",
|
||||
"zbateson/mb-wrapper": "^1.0.1",
|
||||
"zbateson/stream-decorators": "^1.0.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "*",
|
||||
"mikey179/vfsstream": "^1.6.0",
|
||||
"sanmai/phpunit-legacy-adapter": "^6.3 || ^8.2"
|
||||
"phpstan/phpstan": "*",
|
||||
"phpunit/phpunit": "<10"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-iconv": "For best support/performance",
|
||||
@@ -12965,7 +13168,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2022-09-28T16:31:49+00:00"
|
||||
"time": "2023-01-30T19:04:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zbateson/mb-wrapper",
|
||||
@@ -13956,16 +14159,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel-lang/http-statuses",
|
||||
"version": "v3.2.0",
|
||||
"version": "v3.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Laravel-Lang/http-statuses.git",
|
||||
"reference": "fc01e7db9b0f00602823cc10d32da939129f195f"
|
||||
"reference": "31d74be0981c27c093bb80ee28e2fdec962be825"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/fc01e7db9b0f00602823cc10d32da939129f195f",
|
||||
"reference": "fc01e7db9b0f00602823cc10d32da939129f195f",
|
||||
"url": "https://api.github.com/repos/Laravel-Lang/http-statuses/zipball/31d74be0981c27c093bb80ee28e2fdec962be825",
|
||||
"reference": "31d74be0981c27c093bb80ee28e2fdec962be825",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14020,7 +14223,7 @@
|
||||
],
|
||||
"support": {
|
||||
"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": [
|
||||
{
|
||||
@@ -14028,20 +14231,20 @@
|
||||
"type": "open_collective"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-22T15:45:38+00:00"
|
||||
"time": "2023-02-01T07:47:32+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel-lang/lang",
|
||||
"version": "12.14.1",
|
||||
"version": "12.14.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Laravel-Lang/lang.git",
|
||||
"reference": "13c8c691f563d2b95980035aecfe1ef499a38060"
|
||||
"reference": "7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/13c8c691f563d2b95980035aecfe1ef499a38060",
|
||||
"reference": "13c8c691f563d2b95980035aecfe1ef499a38060",
|
||||
"url": "https://api.github.com/repos/Laravel-Lang/lang/zipball/7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2",
|
||||
"reference": "7168d4bb3008d6d3c5c2802293dbfd42fcd9d9a2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14103,7 +14306,7 @@
|
||||
"type": "open_collective"
|
||||
}
|
||||
],
|
||||
"time": "2023-01-26T07:40:41+00:00"
|
||||
"time": "2023-01-30T10:43:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel-lang/publisher",
|
||||
@@ -14313,16 +14516,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/pint",
|
||||
"version": "v1.4.0",
|
||||
"version": "v1.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/pint.git",
|
||||
"reference": "0e7ffdb0af871be10d798e234772ea5d4020ae4a"
|
||||
"reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/pint/zipball/0e7ffdb0af871be10d798e234772ea5d4020ae4a",
|
||||
"reference": "0e7ffdb0af871be10d798e234772ea5d4020ae4a",
|
||||
"url": "https://api.github.com/repos/laravel/pint/zipball/80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
|
||||
"reference": "80ddf23a5d97825e79bb1018eebb6f3f985d4fa8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14333,7 +14536,7 @@
|
||||
"php": "^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"friendsofphp/php-cs-fixer": "~3.13.1",
|
||||
"friendsofphp/php-cs-fixer": "^3.14",
|
||||
"illuminate/view": "^9.32.0",
|
||||
"laravel-zero/framework": "^9.2.0",
|
||||
"mockery/mockery": "^1.5.1",
|
||||
@@ -14375,20 +14578,20 @@
|
||||
"issues": "https://github.com/laravel/pint/issues",
|
||||
"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",
|
||||
"version": "v1.18.1",
|
||||
"version": "v1.19.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/sail.git",
|
||||
"reference": "a64f78a4ab86c04a4c5de39bea20a8d36ad48a22"
|
||||
"reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/sail/zipball/a64f78a4ab86c04a4c5de39bea20a8d36ad48a22",
|
||||
"reference": "a64f78a4ab86c04a4c5de39bea20a8d36ad48a22",
|
||||
"url": "https://api.github.com/repos/laravel/sail/zipball/4f230634a3163f3442def6a4e6ffdb02b02e14d6",
|
||||
"reference": "4f230634a3163f3442def6a4e6ffdb02b02e14d6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -14435,7 +14638,7 @@
|
||||
"issues": "https://github.com/laravel/sail/issues",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user