diff --git a/composer.lock b/composer.lock index 8785ad0..5f01080 100644 --- a/composer.lock +++ b/composer.lock @@ -212,16 +212,16 @@ }, { "name": "brick/math", - "version": "0.12.1", + "version": "0.12.3", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "f510c0a40911935b77b86859eb5223d58d660df1" + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", - "reference": "f510c0a40911935b77b86859eb5223d58d660df1", + "url": "https://api.github.com/repos/brick/math/zipball/866551da34e9a618e64a819ee1e01c20d8a588ba", + "reference": "866551da34e9a618e64a819ee1e01c20d8a588ba", "shasum": "" }, "require": { @@ -230,7 +230,7 @@ "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^10.1", - "vimeo/psalm": "5.16.0" + "vimeo/psalm": "6.8.8" }, "type": "library", "autoload": { @@ -260,7 +260,7 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.12.1" + "source": "https://github.com/brick/math/tree/0.12.3" }, "funding": [ { @@ -268,33 +268,33 @@ "type": "github" } ], - "time": "2023-11-29T23:19:16+00:00" + "time": "2025-02-28T13:11:00+00:00" }, { "name": "calebporzio/sushi", - "version": "v2.5.2", + "version": "v2.5.3", "source": { "type": "git", "url": "https://github.com/calebporzio/sushi.git", - "reference": "01dd34fe3374f5fb7ce63756c0419385e31cd532" + "reference": "bf184973f943216b2aaa8dbc79631ea806038bb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/calebporzio/sushi/zipball/01dd34fe3374f5fb7ce63756c0419385e31cd532", - "reference": "01dd34fe3374f5fb7ce63756c0419385e31cd532", + "url": "https://api.github.com/repos/calebporzio/sushi/zipball/bf184973f943216b2aaa8dbc79631ea806038bb1", + "reference": "bf184973f943216b2aaa8dbc79631ea806038bb1", "shasum": "" }, "require": { "ext-pdo_sqlite": "*", "ext-sqlite3": "*", - "illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", - "illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", + "illuminate/database": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", + "illuminate/support": "^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0", "php": "^7.1.3|^8.0" }, "require-dev": { "doctrine/dbal": "^2.9 || ^3.1.4", - "orchestra/testbench": "3.8.* || 3.9.* || ^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "phpunit/phpunit": "^7.5 || ^8.4 || ^9.0 || ^10.0" + "orchestra/testbench": "3.8.* || 3.9.* || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^7.5 || ^8.4 || ^9.0 || ^10.0 || ^11.0" }, "type": "library", "autoload": { @@ -314,7 +314,7 @@ ], "description": "Eloquent's missing \"array\" driver.", "support": { - "source": "https://github.com/calebporzio/sushi/tree/v2.5.2" + "source": "https://github.com/calebporzio/sushi/tree/v2.5.3" }, "funding": [ { @@ -322,7 +322,7 @@ "type": "github" } ], - "time": "2024-04-24T15:23:03+00:00" + "time": "2025-02-13T21:03:57+00:00" }, { "name": "carbonphp/carbon-doctrine-types", @@ -1202,6 +1202,86 @@ ], "time": "2023-10-12T05:21:21+00:00" }, + { + "name": "genkgo/php-asn1", + "version": "v2.8.0", + "source": { + "type": "git", + "url": "https://github.com/genkgo/php-asn1.git", + "reference": "4de712c68bbf51c00551cb45f55642e30fed1fdb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/genkgo/php-asn1/zipball/4de712c68bbf51c00551cb45f55642e30fed1fdb", + "reference": "4de712c68bbf51c00551cb45f55642e30fed1fdb", + "shasum": "" + }, + "require": { + "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0" + }, + "require-dev": { + "php-coveralls/php-coveralls": "~2.0", + "phpunit/phpunit": "^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": "Frederik Bosch", + "email": "f.bosch@genkgo.nl", + "role": "Author" + }, + { + "name": "Friedrich Große", + "email": "friedrich.grosse@gmail.com", + "homepage": "https://github.com/FGrosse", + "role": "Author" + }, + { + "name": "All contributors", + "homepage": "https://github.com/genkgo/php-asn1/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/genkgo/php-asn1/issues", + "source": "https://github.com/genkgo/php-asn1/tree/v2.8.0" + }, + "time": "2025-02-12T20:20:53+00:00" + }, { "name": "graham-campbell/result-type", "version": "v1.1.3", @@ -1809,16 +1889,16 @@ }, { "name": "laravel/framework", - "version": "v11.42.1", + "version": "v11.44.1", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "ff392f42f6c55cc774ce75553a11c6b031da67f8" + "reference": "0883d4175f4e2b5c299e7087ad3c74f2ce195c6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/ff392f42f6c55cc774ce75553a11c6b031da67f8", - "reference": "ff392f42f6c55cc774ce75553a11c6b031da67f8", + "url": "https://api.github.com/repos/laravel/framework/zipball/0883d4175f4e2b5c299e7087ad3c74f2ce195c6d", + "reference": "0883d4175f4e2b5c299e7087ad3c74f2ce195c6d", "shasum": "" }, "require": { @@ -1926,7 +2006,7 @@ "league/flysystem-read-only": "^3.25.1", "league/flysystem-sftp-v3": "^3.25.1", "mockery/mockery": "^1.6.10", - "orchestra/testbench-core": "^9.9.4", + "orchestra/testbench-core": "^9.11.2", "pda/pheanstalk": "^5.0.6", "php-http/discovery": "^1.15", "phpstan/phpstan": "^2.0", @@ -2020,7 +2100,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2025-02-12T20:58:18+00:00" + "time": "2025-03-05T15:34:10+00:00" }, { "name": "laravel/prompts", @@ -3056,23 +3136,23 @@ }, { "name": "livewire/livewire", - "version": "v3.5.19", + "version": "v3.6.1", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "3f1b2c134cde537bb7666e490ea21a8ffc8bbf14" + "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/3f1b2c134cde537bb7666e490ea21a8ffc8bbf14", - "reference": "3f1b2c134cde537bb7666e490ea21a8ffc8bbf14", + "url": "https://api.github.com/repos/livewire/livewire/zipball/0df0a762698176d714e42e2dfed92b6b9e24b8e4", + "reference": "0df0a762698176d714e42e2dfed92b6b9e24b8e4", "shasum": "" }, "require": { - "illuminate/database": "^10.0|^11.0", - "illuminate/routing": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", - "illuminate/validation": "^10.0|^11.0", + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/routing": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", + "illuminate/validation": "^10.0|^11.0|^12.0", "laravel/prompts": "^0.1.24|^0.2|^0.3", "league/mime-type-detection": "^1.9", "php": "^8.1", @@ -3081,11 +3161,11 @@ }, "require-dev": { "calebporzio/sushi": "^2.1", - "laravel/framework": "^10.15.0|^11.0", + "laravel/framework": "^10.15.0|^11.0|^12.0", "mockery/mockery": "^1.3.1", - "orchestra/testbench": "^8.21.0|^9.0", - "orchestra/testbench-dusk": "^8.24|^9.1", - "phpunit/phpunit": "^10.4", + "orchestra/testbench": "^8.21.0|^9.0|^10.0", + "orchestra/testbench-dusk": "^8.24|^9.1|^10.0", + "phpunit/phpunit": "^10.4|^11.5", "psy/psysh": "^0.11.22|^0.12" }, "type": "library", @@ -3120,7 +3200,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.5.19" + "source": "https://github.com/livewire/livewire/tree/v3.6.1" }, "funding": [ { @@ -3128,32 +3208,32 @@ "type": "github" } ], - "time": "2025-01-28T21:39:51+00:00" + "time": "2025-03-04T21:48:52+00:00" }, { "name": "livewire/volt", - "version": "v1.6.6", + "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/livewire/volt.git", - "reference": "9efa7bd50a71ad166ac44ed9322d2c004e0ece5f" + "reference": "94091094aa745c8636f9c7bed1e2da2d2a3f32b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/volt/zipball/9efa7bd50a71ad166ac44ed9322d2c004e0ece5f", - "reference": "9efa7bd50a71ad166ac44ed9322d2c004e0ece5f", + "url": "https://api.github.com/repos/livewire/volt/zipball/94091094aa745c8636f9c7bed1e2da2d2a3f32b3", + "reference": "94091094aa745c8636f9c7bed1e2da2d2a3f32b3", "shasum": "" }, "require": { - "laravel/framework": "^10.38.2|^11.0", - "livewire/livewire": "^3.0", + "laravel/framework": "^10.38.2|^11.0|^12.0", + "livewire/livewire": "^3.6.1", "php": "^8.1" }, "require-dev": { "laravel/folio": "^1.1", "mockery/mockery": "^1.6", - "orchestra/testbench": "^8.15.0|^9.0", - "pestphp/pest": "^2.9.5", + "orchestra/testbench": "^8.15.0|^9.0|^10.0", + "pestphp/pest": "^2.9.5|^3.0", "phpstan/phpstan": "^1.10" }, "type": "library", @@ -3200,7 +3280,7 @@ "issues": "https://github.com/livewire/volt/issues", "source": "https://github.com/livewire/volt" }, - "time": "2024-11-12T14:51:01+00:00" + "time": "2025-03-05T15:20:55+00:00" }, { "name": "maennchen/zipstream-php", @@ -3385,16 +3465,16 @@ }, { "name": "nesbot/carbon", - "version": "3.8.5", + "version": "3.8.6", "source": { "type": "git", "url": "https://github.com/CarbonPHP/carbon.git", - "reference": "b1a53a27898639579a67de42e8ced5d5386aa9a4" + "reference": "ff2f20cf83bd4d503720632ce8a426dc747bf7fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/b1a53a27898639579a67de42e8ced5d5386aa9a4", - "reference": "b1a53a27898639579a67de42e8ced5d5386aa9a4", + "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/ff2f20cf83bd4d503720632ce8a426dc747bf7fd", + "reference": "ff2f20cf83bd4d503720632ce8a426dc747bf7fd", "shasum": "" }, "require": { @@ -3487,7 +3567,7 @@ "type": "tidelift" } ], - "time": "2025-02-11T16:28:45+00:00" + "time": "2025-02-20T17:33:38+00:00" }, { "name": "nette/schema", @@ -3862,16 +3942,16 @@ }, { "name": "openspout/openspout", - "version": "v4.28.5", + "version": "v4.29.1", "source": { "type": "git", "url": "https://github.com/openspout/openspout.git", - "reference": "ab05a09fe6fce57c90338f83280648a9786ce36b" + "reference": "ec83106bc3922fe94c9d37976ba6b7259511c4c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openspout/openspout/zipball/ab05a09fe6fce57c90338f83280648a9786ce36b", - "reference": "ab05a09fe6fce57c90338f83280648a9786ce36b", + "url": "https://api.github.com/repos/openspout/openspout/zipball/ec83106bc3922fe94c9d37976ba6b7259511c4c5", + "reference": "ec83106bc3922fe94c9d37976ba6b7259511c4c5", "shasum": "" }, "require": { @@ -3881,17 +3961,17 @@ "ext-libxml": "*", "ext-xmlreader": "*", "ext-zip": "*", - "php": "~8.2.0 || ~8.3.0 || ~8.4.0" + "php": "~8.3.0 || ~8.4.0" }, "require-dev": { "ext-zlib": "*", - "friendsofphp/php-cs-fixer": "^3.68.3", - "infection/infection": "^0.29.10", + "friendsofphp/php-cs-fixer": "^3.71.0", + "infection/infection": "^0.29.14", "phpbench/phpbench": "^1.4.0", - "phpstan/phpstan": "^2.1.2", + "phpstan/phpstan": "^2.1.8", "phpstan/phpstan-phpunit": "^2.0.4", - "phpstan/phpstan-strict-rules": "^2", - "phpunit/phpunit": "^11.5.4" + "phpstan/phpstan-strict-rules": "^2.0.3", + "phpunit/phpunit": "^12.0.7" }, "suggest": { "ext-iconv": "To handle non UTF-8 CSV files (if \"php-mbstring\" is not already installed or is too limited)", @@ -3939,7 +4019,7 @@ ], "support": { "issues": "https://github.com/openspout/openspout/issues", - "source": "https://github.com/openspout/openspout/tree/v4.28.5" + "source": "https://github.com/openspout/openspout/tree/v4.29.1" }, "funding": [ { @@ -3951,7 +4031,7 @@ "type": "github" } ], - "time": "2025-01-30T13:51:11+00:00" + "time": "2025-03-11T14:40:46+00:00" }, { "name": "paragonie/ciphersweet", @@ -4082,6 +4162,94 @@ }, "time": "2024-05-08T12:36:18+00:00" }, + { + "name": "paragonie/ecc", + "version": "v2.4.0", + "source": { + "type": "git", + "url": "https://github.com/paragonie/phpecc.git", + "reference": "fdba22a506492eb6e5fe38c501c0df61eaf0b54c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/paragonie/phpecc/zipball/fdba22a506492eb6e5fe38c501c0df61eaf0b54c", + "reference": "fdba22a506492eb6e5fe38c501c0df61eaf0b54c", + "shasum": "" + }, + "require": { + "ext-gmp": "*", + "genkgo/php-asn1": "^2", + "paragonie/sodium_compat": "^1|^2", + "php": "^7.1||^8.0" + }, + "require-dev": { + "ext-json": "*", + "phpunit/phpunit": "^6|^7|^8|^9", + "squizlabs/php_codesniffer": "^2|^3", + "symfony/yaml": "^2.6|^3.0|^4", + "vimeo/psalm": "^2|^3|^4|^5" + }, + "suggest": { + "ext-openssl": "(PHP 8.1, OpenSSL 3+) Improved performance, less worries about side-channels" + }, + "type": "library", + "autoload": { + "psr-4": { + "Mdanter\\Ecc\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com", + "role": "New Maintainer" + }, + { + "name": "Matyas Danter", + "homepage": "http://matejdanter.com/", + "role": "Previous Author" + }, + { + "name": "Thibaud Fabre", + "email": "thibaud@aztech.io", + "homepage": "http://aztech.io", + "role": "Previous Maintainer" + }, + { + "name": "Thomas Kerin", + "email": "afk11@users.noreply.github.com", + "role": "Previous 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/paragonie/phpecc/issues", + "source": "https://github.com/paragonie/phpecc/tree/v2.4.0" + }, + "time": "2025-01-21T17:53:03+00:00" + }, { "name": "paragonie/sodium_compat", "version": "v2.1.0", @@ -4421,21 +4589,21 @@ }, { "name": "phrity/websocket", - "version": "3.2.2", + "version": "3.2.6", "source": { "type": "git", "url": "https://github.com/sirn-se/websocket-php.git", - "reference": "6dceb42be8bfd500806a5508721ae14cf0d4d737" + "reference": "1d73abaa485d73645c2fc875694952b6f9535d6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirn-se/websocket-php/zipball/6dceb42be8bfd500806a5508721ae14cf0d4d737", - "reference": "6dceb42be8bfd500806a5508721ae14cf0d4d737", + "url": "https://api.github.com/repos/sirn-se/websocket-php/zipball/1d73abaa485d73645c2fc875694952b6f9535d6e", + "reference": "1d73abaa485d73645c2fc875694952b6f9535d6e", "shasum": "" }, "require": { "php": "^8.1", - "phrity/net-stream": "^2.1", + "phrity/net-stream": "~2.1.0", "phrity/net-uri": "^2.1", "psr/http-message": "^1.1 | ^2.0", "psr/log": "^1.0 | ^2.0 | ^3.0" @@ -4443,8 +4611,8 @@ "require-dev": { "php-coveralls/php-coveralls": "^2.0", "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^10.0 | ^11.0", - "phrity/net-mock": "^2.1", + "phpunit/phpunit": "^10.0 | ^11.0 | ^12.0", + "phrity/net-mock": "~2.1.0", "phrity/util-errorhandler": "^1.1", "squizlabs/php_codesniffer": "^3.5" }, @@ -4477,9 +4645,9 @@ ], "support": { "issues": "https://github.com/sirn-se/websocket-php/issues", - "source": "https://github.com/sirn-se/websocket-php/tree/3.2.2" + "source": "https://github.com/sirn-se/websocket-php/tree/3.2.6" }, - "time": "2025-01-10T09:41:26+00:00" + "time": "2025-03-10T14:13:06+00:00" }, { "name": "power-components/livewire-powergrid", @@ -5160,34 +5328,34 @@ }, { "name": "ralphjsmit/laravel-helpers", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/ralphjsmit/laravel-helpers.git", - "reference": "840b4979a92c7b676d25f56430823f12481f2914" + "reference": "85f42d56a632b5e7edd60460cf8163b8f7506771" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralphjsmit/laravel-helpers/zipball/840b4979a92c7b676d25f56430823f12481f2914", - "reference": "840b4979a92c7b676d25f56430823f12481f2914", + "url": "https://api.github.com/repos/ralphjsmit/laravel-helpers/zipball/85f42d56a632b5e7edd60460cf8163b8f7506771", + "reference": "85f42d56a632b5e7edd60460cf8163b8f7506771", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.4", - "illuminate/contracts": "^8.73|^9.0|^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { "livewire/livewire": "^2.9|^3.4", "nesbot/carbon": "^2.66|^3.0", - "nunomaduro/collision": "^5.10|^6.1|^7.0|^8.0", - "orchestra/testbench": "^6.22|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.21|^2.34", - "pestphp/pest-plugin-laravel": "^1.1|^2.3", - "phpunit/phpunit": "^9.5|^10.5", + "nunomaduro/collision": "^7.0|^8.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", + "pestphp/pest": "^2.34|^3.7", + "pestphp/pest-plugin-laravel": "^2.3|^3.1", + "phpunit/phpunit": "^10.5|^11.5", "spatie/invade": "^1.0|^2.0", - "spatie/laravel-ray": "^1.26" + "spatie/laravel-ray": "^1.39" }, "type": "library", "extra": { @@ -5230,40 +5398,40 @@ ], "support": { "issues": "https://github.com/ralphjsmit/laravel-helpers/issues", - "source": "https://github.com/ralphjsmit/laravel-helpers/tree/1.9.0" + "source": "https://github.com/ralphjsmit/laravel-helpers/tree/1.10.0" }, - "time": "2024-03-14T08:30:30+00:00" + "time": "2025-02-25T17:18:51+00:00" }, { "name": "ralphjsmit/laravel-seo", - "version": "1.6.7", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/ralphjsmit/laravel-seo.git", - "reference": "4b087a8860872c6719e60ab35abbabe6d47c28c5" + "reference": "209e92d795469e3865eaee5da29f663e3c25aa6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralphjsmit/laravel-seo/zipball/4b087a8860872c6719e60ab35abbabe6d47c28c5", - "reference": "4b087a8860872c6719e60ab35abbabe6d47c28c5", + "url": "https://api.github.com/repos/ralphjsmit/laravel-seo/zipball/209e92d795469e3865eaee5da29f663e3c25aa6f", + "reference": "209e92d795469e3865eaee5da29f663e3c25aa6f", "shasum": "" }, "require": { - "illuminate/contracts": "^9.0|^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", "php": "^8.0", - "ralphjsmit/laravel-helpers": "^1.9", + "ralphjsmit/laravel-helpers": "^1.10", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { "laravel/pint": "^1.16", "nesbot/carbon": "^2.66|^3.0", - "nunomaduro/collision": "^5.10|^6.0|^7.0|^8.0", - "orchestra/testbench": "^7.0|^8.0|^9.0", - "pestphp/pest": "^1.21|^2.0", - "pestphp/pest-plugin-laravel": "^1.1|^2.0", - "phpunit/phpunit": "^9.5|^10.5", - "spatie/laravel-ray": "^1.26", - "spatie/pest-plugin-test-time": "^1.0|^2.0" + "nunomaduro/collision": "^7.0|^8.0|^9.0", + "orchestra/testbench": "^9.0|^10.0", + "pestphp/pest": "^2.0|^3.0", + "pestphp/pest-plugin-laravel": "^2.0|^3.0", + "phpunit/phpunit": "^10.5|^11.5", + "spatie/laravel-ray": "^1.39", + "spatie/pest-plugin-test-time": "^2.0" }, "type": "library", "extra": { @@ -5305,22 +5473,22 @@ ], "support": { "issues": "https://github.com/ralphjsmit/laravel-seo/issues", - "source": "https://github.com/ralphjsmit/laravel-seo/tree/1.6.7" + "source": "https://github.com/ralphjsmit/laravel-seo/tree/1.7.0" }, - "time": "2025-01-22T18:45:53+00:00" + "time": "2025-02-25T18:11:33+00:00" }, { "name": "ramsey/collection", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5" + "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", - "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5", + "url": "https://api.github.com/repos/ramsey/collection/zipball/3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109", + "reference": "3c5990b8a5e0b79cd1cf11c2dc1229e58e93f109", "shasum": "" }, "require": { @@ -5328,25 +5496,22 @@ }, "require-dev": { "captainhook/plugin-composer": "^5.3", - "ergebnis/composer-normalize": "^2.28.3", - "fakerphp/faker": "^1.21", + "ergebnis/composer-normalize": "^2.45", + "fakerphp/faker": "^1.24", "hamcrest/hamcrest-php": "^2.0", - "jangregor/phpstan-prophecy": "^1.0", - "mockery/mockery": "^1.5", + "jangregor/phpstan-prophecy": "^2.1", + "mockery/mockery": "^1.6", "php-parallel-lint/php-console-highlighter": "^1.0", - "php-parallel-lint/php-parallel-lint": "^1.3", - "phpcsstandards/phpcsutils": "^1.0.0-rc1", - "phpspec/prophecy-phpunit": "^2.0", - "phpstan/extension-installer": "^1.2", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-mockery": "^1.1", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5", - "psalm/plugin-mockery": "^1.1", - "psalm/plugin-phpunit": "^0.18.4", - "ramsey/coding-standard": "^2.0.3", - "ramsey/conventional-commits": "^1.3", - "vimeo/psalm": "^5.4" + "php-parallel-lint/php-parallel-lint": "^1.4", + "phpspec/prophecy-phpunit": "^2.3", + "phpstan/extension-installer": "^1.4", + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-mockery": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^10.5", + "ramsey/coding-standard": "^2.3", + "ramsey/conventional-commits": "^1.6", + "roave/security-advisories": "dev-latest" }, "type": "library", "extra": { @@ -5384,19 +5549,9 @@ ], "support": { "issues": "https://github.com/ramsey/collection/issues", - "source": "https://github.com/ramsey/collection/tree/2.0.0" + "source": "https://github.com/ramsey/collection/tree/2.1.0" }, - "funding": [ - { - "url": "https://github.com/ramsey", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", - "type": "tidelift" - } - ], - "time": "2022-12-31T21:50:55+00:00" + "time": "2025-03-02T04:48:29+00:00" }, { "name": "ramsey/uuid", @@ -6168,20 +6323,20 @@ }, { "name": "sentry/sentry-laravel", - "version": "4.12.0", + "version": "4.13.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-laravel.git", - "reference": "da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0" + "reference": "d232ac494258e0d50a77c575a5af5f1a426d3f87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0", - "reference": "da1ee3417dfb3576a6aaa0f8b25892ebdb98fdb0", + "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/d232ac494258e0d50a77c575a5af5f1a426d3f87", + "reference": "d232ac494258e0d50a77c575a5af5f1a426d3f87", "shasum": "" }, "require": { - "illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0", + "illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0", "nyholm/psr7": "^1.0", "php": "^7.2 | ^8.0", "sentry/sentry": "^4.10", @@ -6191,12 +6346,12 @@ "friendsofphp/php-cs-fixer": "^3.11", "guzzlehttp/guzzle": "^7.2", "laravel/folio": "^1.1", - "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0", + "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0 | ^11.0 | ^12.0", "livewire/livewire": "^2.0 | ^3.0", "mockery/mockery": "^1.3", - "orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0", + "orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0", "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.4 | ^9.3 | ^10.4" + "phpunit/phpunit": "^8.4 | ^9.3 | ^10.4 | ^11.5" }, "type": "library", "extra": { @@ -6241,7 +6396,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-laravel/issues", - "source": "https://github.com/getsentry/sentry-laravel/tree/4.12.0" + "source": "https://github.com/getsentry/sentry-laravel/tree/4.13.0" }, "funding": [ { @@ -6253,7 +6408,7 @@ "type": "custom" } ], - "time": "2025-02-05T13:13:03+00:00" + "time": "2025-02-18T10:09:29+00:00" }, { "name": "simplesoftwareio/simple-qrcode", @@ -6532,16 +6687,16 @@ }, { "name": "spatie/db-dumper", - "version": "3.7.1", + "version": "3.8.0", "source": { "type": "git", "url": "https://github.com/spatie/db-dumper.git", - "reference": "55d4d6710e1ab18c1e7ce2b22b8ad4bea2a30016" + "reference": "91e1fd4dc000aefc9753cda2da37069fc996baee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/db-dumper/zipball/55d4d6710e1ab18c1e7ce2b22b8ad4bea2a30016", - "reference": "55d4d6710e1ab18c1e7ce2b22b8ad4bea2a30016", + "url": "https://api.github.com/repos/spatie/db-dumper/zipball/91e1fd4dc000aefc9753cda2da37069fc996baee", + "reference": "91e1fd4dc000aefc9753cda2da37069fc996baee", "shasum": "" }, "require": { @@ -6579,7 +6734,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/db-dumper/tree/3.7.1" + "source": "https://github.com/spatie/db-dumper/tree/3.8.0" }, "funding": [ { @@ -6591,32 +6746,32 @@ "type": "github" } ], - "time": "2024-11-18T14:54:31+00:00" + "time": "2025-02-14T15:04:22+00:00" }, { "name": "spatie/eloquent-sortable", - "version": "4.4.1", + "version": "4.4.2", "source": { "type": "git", "url": "https://github.com/spatie/eloquent-sortable.git", - "reference": "2448c25a2c4b588bc0e0b9820f8bbd110a2afd73" + "reference": "69e0e258e19513cf261305dd17717ee731aaede3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/2448c25a2c4b588bc0e0b9820f8bbd110a2afd73", - "reference": "2448c25a2c4b588bc0e0b9820f8bbd110a2afd73", + "url": "https://api.github.com/repos/spatie/eloquent-sortable/zipball/69e0e258e19513cf261305dd17717ee731aaede3", + "reference": "69e0e258e19513cf261305dd17717ee731aaede3", "shasum": "" }, "require": { - "illuminate/database": "^9.31|^10.0|^11.0", - "illuminate/support": "^9.31|^10.0|^11.0", + "illuminate/database": "^9.31|^10.0|^11.0|^12.0", + "illuminate/support": "^9.31|^10.0|^11.0|^12.0", "nesbot/carbon": "^2.63|^3.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, "require-dev": { - "orchestra/testbench": "^7.0|^8.0|^9.0", - "phpunit/phpunit": "^9.5|^10.0" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.5|^10.0|^11.5.3" }, "type": "library", "extra": { @@ -6653,7 +6808,7 @@ ], "support": { "issues": "https://github.com/spatie/eloquent-sortable/issues", - "source": "https://github.com/spatie/eloquent-sortable/tree/4.4.1" + "source": "https://github.com/spatie/eloquent-sortable/tree/4.4.2" }, "funding": [ { @@ -6665,7 +6820,7 @@ "type": "github" } ], - "time": "2024-12-23T09:54:53+00:00" + "time": "2025-02-19T07:17:00+00:00" }, { "name": "spatie/image", @@ -6797,26 +6952,26 @@ }, { "name": "spatie/laravel-backup", - "version": "9.2.5", + "version": "9.2.9", "source": { "type": "git", "url": "https://github.com/spatie/laravel-backup.git", - "reference": "50effa86d6614282da747ae1194912e0ed273daf" + "reference": "997c781a38bc701ab7623954b2e0438680caa0bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/50effa86d6614282da747ae1194912e0ed273daf", - "reference": "50effa86d6614282da747ae1194912e0ed273daf", + "url": "https://api.github.com/repos/spatie/laravel-backup/zipball/997c781a38bc701ab7623954b2e0438680caa0bf", + "reference": "997c781a38bc701ab7623954b2e0438680caa0bf", "shasum": "" }, "require": { "ext-zip": "^1.14.0", - "illuminate/console": "^10.10.0|^11.0", - "illuminate/contracts": "^10.10.0|^11.0", - "illuminate/events": "^10.10.0|^11.0", - "illuminate/filesystem": "^10.10.0|^11.0", - "illuminate/notifications": "^10.10.0|^11.0", - "illuminate/support": "^10.10.0|^11.0", + "illuminate/console": "^10.10.0|^11.0|^12.0", + "illuminate/contracts": "^10.10.0|^11.0|^12.0", + "illuminate/events": "^10.10.0|^11.0|^12.0", + "illuminate/filesystem": "^10.10.0|^11.0|^12.0", + "illuminate/notifications": "^10.10.0|^11.0|^12.0", + "illuminate/support": "^10.10.0|^11.0|^12.0", "league/flysystem": "^3.0", "php": "^8.2", "spatie/db-dumper": "^3.7", @@ -6829,12 +6984,12 @@ "require-dev": { "composer-runtime-api": "^2.0", "ext-pcntl": "*", - "larastan/larastan": "^2.7.0", + "larastan/larastan": "^2.7.0|^3.0", "laravel/slack-notification-channel": "^2.5|^3.0", "league/flysystem-aws-s3-v3": "^2.0|^3.0", "mockery/mockery": "^1.4", - "orchestra/testbench": "^8.0|^9.0", - "pestphp/pest": "^1.20|^2.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", + "pestphp/pest": "^1.20|^2.0|^3.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.1", @@ -6881,7 +7036,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-backup/issues", - "source": "https://github.com/spatie/laravel-backup/tree/9.2.5" + "source": "https://github.com/spatie/laravel-backup/tree/9.2.9" }, "funding": [ { @@ -6893,24 +7048,24 @@ "type": "other" } ], - "time": "2025-01-31T11:14:27+00:00" + "time": "2025-03-03T12:10:03+00:00" }, { "name": "spatie/laravel-ciphersweet", - "version": "1.6.4", + "version": "1.6.5", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ciphersweet.git", - "reference": "b6dda20a088022135971efe9cbcc515cbaaf5023" + "reference": "cf5e5cfe03700f3020983f702fcb1a25592a3788" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ciphersweet/zipball/b6dda20a088022135971efe9cbcc515cbaaf5023", - "reference": "b6dda20a088022135971efe9cbcc515cbaaf5023", + "url": "https://api.github.com/repos/spatie/laravel-ciphersweet/zipball/cf5e5cfe03700f3020983f702fcb1a25592a3788", + "reference": "cf5e5cfe03700f3020983f702fcb1a25592a3788", "shasum": "" }, "require": { - "illuminate/contracts": "^9.19|^10.0|^11.0", + "illuminate/contracts": "^9.19|^10.0|^11.0|^12.0", "paragonie/ciphersweet": "^4.0.1", "php": "^8.1", "spatie/laravel-package-tools": "^1.12.0" @@ -6918,14 +7073,13 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^3.8", "nunomaduro/collision": "^6.0|^8.0", - "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0|^8.0|^9.0", - "pestphp/pest": "^1.21|^2.34", - "pestphp/pest-plugin-laravel": "^1.1|^2.3", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.21|^2.34|^3.7", + "pestphp/pest-plugin-laravel": "^1.1|^2.3|^3.1", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^9.5|^10.5", + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", + "phpstan/phpstan-phpunit": "^1.0|^2.0", + "phpunit/phpunit": "^9.5|^10.5|^11.5.3|^12.0", "spatie/laravel-ray": "^1.26" }, "type": "library", @@ -6963,35 +7117,35 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-ciphersweet/tree/1.6.4" + "source": "https://github.com/spatie/laravel-ciphersweet/tree/1.6.5" }, - "time": "2025-01-17T10:13:48+00:00" + "time": "2025-02-17T10:36:03+00:00" }, { "name": "spatie/laravel-google-fonts", - "version": "1.4.1", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-google-fonts.git", - "reference": "2ddd1c05ad56434c44b529c14403b5f5262b38d0" + "reference": "ff8081eb68bbc53e0f3af1d6472b4a4217ca5407" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-google-fonts/zipball/2ddd1c05ad56434c44b529c14403b5f5262b38d0", - "reference": "2ddd1c05ad56434c44b529c14403b5f5262b38d0", + "url": "https://api.github.com/repos/spatie/laravel-google-fonts/zipball/ff8081eb68bbc53e0f3af1d6472b4a4217ca5407", + "reference": "ff8081eb68bbc53e0f3af1d6472b4a4217ca5407", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^7.3|^7.2", - "illuminate/contracts": "^8.37|^9.0|^10.0|^11.0", + "illuminate/contracts": "^8.37|^9.0|^10.0|^11.0|^12.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.7.0" }, "require-dev": { "brianium/paratest": "^6.3|^7.4", "nunomaduro/collision": "^5.4|^6.0|^8.0", - "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.22|^2.34", + "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.22|^2.34|^3.7", "spatie/laravel-ray": "^1.17", "spatie/pest-plugin-snapshots": "^1.1|^2.1", "spatie/phpunit-snapshot-assertions": "^4.2|^5.1" @@ -7039,7 +7193,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-google-fonts/issues", - "source": "https://github.com/spatie/laravel-google-fonts/tree/1.4.1" + "source": "https://github.com/spatie/laravel-google-fonts/tree/1.4.3" }, "funding": [ { @@ -7047,41 +7201,41 @@ "type": "github" } ], - "time": "2024-03-14T09:50:35+00:00" + "time": "2025-03-08T07:58:05+00:00" }, { "name": "spatie/laravel-markdown", - "version": "2.7.0", + "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/spatie/laravel-markdown.git", - "reference": "4ca6107d095c2f857c860462cfbe401e0c15fe0f" + "reference": "353e7f9fae62826e26cbadef58a12ecf39685280" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/4ca6107d095c2f857c860462cfbe401e0c15fe0f", - "reference": "4ca6107d095c2f857c860462cfbe401e0c15fe0f", + "url": "https://api.github.com/repos/spatie/laravel-markdown/zipball/353e7f9fae62826e26cbadef58a12ecf39685280", + "reference": "353e7f9fae62826e26cbadef58a12ecf39685280", "shasum": "" }, "require": { - "illuminate/cache": "^9.0|^10.0|^11.0", - "illuminate/contracts": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", - "illuminate/view": "^9.0|^10.0|^11.0", + "illuminate/cache": "^9.0|^10.0|^11.0|^12.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "illuminate/view": "^9.0|^10.0|^11.0|^12.0", "league/commonmark": "^2.6.0", "php": "^8.1", "spatie/commonmark-shiki-highlighter": "^2.5", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": { - "brianium/paratest": "^6.2", - "nunomaduro/collision": "^5.3|^6.0", - "orchestra/testbench": "^6.15|^7.0|^8.0", - "pestphp/pest": "^1.22", - "phpunit/phpunit": "^9.3", + "brianium/paratest": "^6.2|^7.8", + "nunomaduro/collision": "^5.3|^6.0|^7.0|^8.0", + "orchestra/testbench": "^6.15|^7.0|^8.0|^10.0", + "pestphp/pest": "^1.22|^2.0|^3.7", + "phpunit/phpunit": "^9.3|^11.5.3", "spatie/laravel-ray": "^1.23", - "spatie/pest-plugin-snapshots": "^1.1", - "vimeo/psalm": "^4.8" + "spatie/pest-plugin-snapshots": "^1.1|^2.2|^3.0", + "vimeo/psalm": "^4.8|^6.7" }, "type": "library", "extra": { @@ -7115,7 +7269,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-markdown/tree/2.7.0" + "source": "https://github.com/spatie/laravel-markdown/tree/2.7.1" }, "funding": [ { @@ -7123,20 +7277,20 @@ "type": "github" } ], - "time": "2024-12-10T15:11:24+00:00" + "time": "2025-02-21T13:43:18+00:00" }, { "name": "spatie/laravel-medialibrary", - "version": "11.12.4", + "version": "11.12.7", "source": { "type": "git", "url": "https://github.com/spatie/laravel-medialibrary.git", - "reference": "b80816212113f58cdf5a0bdc469b125d844e4e79" + "reference": "2ca2cd098c856b931f581c02593c06f01dc32a06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/b80816212113f58cdf5a0bdc469b125d844e4e79", - "reference": "b80816212113f58cdf5a0bdc469b125d844e4e79", + "url": "https://api.github.com/repos/spatie/laravel-medialibrary/zipball/2ca2cd098c856b931f581c02593c06f01dc32a06", + "reference": "2ca2cd098c856b931f581c02593c06f01dc32a06", "shasum": "" }, "require": { @@ -7144,12 +7298,12 @@ "ext-exif": "*", "ext-fileinfo": "*", "ext-json": "*", - "illuminate/bus": "^10.0|^11.0", - "illuminate/conditionable": "^10.0|^11.0", - "illuminate/console": "^10.0|^11.0", - "illuminate/database": "^10.0|^11.0", - "illuminate/pipeline": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", + "illuminate/bus": "^10.2|^11.0|^12.0", + "illuminate/conditionable": "^10.2|^11.0|^12.0", + "illuminate/console": "^10.2|^11.0|^12.0", + "illuminate/database": "^10.2|^11.0|^12.0", + "illuminate/pipeline": "^10.2|^11.0|^12.0", + "illuminate/support": "^10.2|^11.0|^12.0", "maennchen/zipstream-php": "^3.1", "php": "^8.2", "spatie/image": "^3.3.2", @@ -7166,11 +7320,11 @@ "ext-pdo_sqlite": "*", "ext-zip": "*", "guzzlehttp/guzzle": "^7.8.1", - "larastan/larastan": "^2.7", + "larastan/larastan": "^2.7|^3.0", "league/flysystem-aws-s3-v3": "^3.22", "mockery/mockery": "^1.6.7", - "orchestra/testbench": "^7.0|^8.17|^9.0", - "pestphp/pest": "^2.28", + "orchestra/testbench": "^7.0|^8.17|^9.0|^10.0", + "pestphp/pest": "^2.28|^3.5", "phpstan/extension-installer": "^1.3.1", "spatie/laravel-ray": "^1.33", "spatie/pdf-to-image": "^2.2|^3.0", @@ -7220,7 +7374,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-medialibrary/issues", - "source": "https://github.com/spatie/laravel-medialibrary/tree/11.12.4" + "source": "https://github.com/spatie/laravel-medialibrary/tree/11.12.7" }, "funding": [ { @@ -7232,7 +7386,7 @@ "type": "github" } ], - "time": "2025-02-10T09:14:17+00:00" + "time": "2025-02-24T09:13:17+00:00" }, { "name": "spatie/laravel-package-tools", @@ -7296,20 +7450,20 @@ }, { "name": "spatie/laravel-signal-aware-command", - "version": "2.0.1", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-signal-aware-command.git", - "reference": "5af15853cf593093e6b1abae3cca446ba59c30e8" + "reference": "8e8a226ed7fb45302294878ef339e75ffa9a878d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-signal-aware-command/zipball/5af15853cf593093e6b1abae3cca446ba59c30e8", - "reference": "5af15853cf593093e6b1abae3cca446ba59c30e8", + "url": "https://api.github.com/repos/spatie/laravel-signal-aware-command/zipball/8e8a226ed7fb45302294878ef339e75ffa9a878d", + "reference": "8e8a226ed7fb45302294878ef339e75ffa9a878d", "shasum": "" }, "require": { - "illuminate/contracts": "^11.0", + "illuminate/contracts": "^11.0|^12.0", "php": "^8.2", "spatie/laravel-package-tools": "^1.4.3", "symfony/console": "^7.0" @@ -7318,8 +7472,8 @@ "brianium/paratest": "^6.2|^7.0", "ext-pcntl": "*", "nunomaduro/collision": "^5.3|^6.0|^7.0|^8.0", - "orchestra/testbench": "^9.0", - "pestphp/pest-plugin-laravel": "^1.3|^2.0", + "orchestra/testbench": "^9.0|^10.0", + "pestphp/pest-plugin-laravel": "^1.3|^2.0|^3.0", "phpunit/phpunit": "^9.5|^10|^11", "spatie/laravel-ray": "^1.17" }, @@ -7359,7 +7513,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-signal-aware-command/issues", - "source": "https://github.com/spatie/laravel-signal-aware-command/tree/2.0.1" + "source": "https://github.com/spatie/laravel-signal-aware-command/tree/2.1.0" }, "funding": [ { @@ -7367,30 +7521,30 @@ "type": "github" } ], - "time": "2025-02-05T08:24:50+00:00" + "time": "2025-02-14T09:55:51+00:00" }, { "name": "spatie/laravel-sluggable", - "version": "3.7.2", + "version": "3.7.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-sluggable.git", - "reference": "cfe8440ebce367b66bdfec6e1a7c8e33879092fc" + "reference": "bd320144bc5d473ebc41da927bd1c0bae2cb169c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/cfe8440ebce367b66bdfec6e1a7c8e33879092fc", - "reference": "cfe8440ebce367b66bdfec6e1a7c8e33879092fc", + "url": "https://api.github.com/repos/spatie/laravel-sluggable/zipball/bd320144bc5d473ebc41da927bd1c0bae2cb169c", + "reference": "bd320144bc5d473ebc41da927bd1c0bae2cb169c", "shasum": "" }, "require": { - "illuminate/database": "^8.0|^9.0|^10.0|^11.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/database": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", "php": "^8.0" }, "require-dev": { - "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.20|^2.0", + "orchestra/testbench": "^6.23|^7.0|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.20|^2.0|^3.7", "spatie/laravel-translatable": "^5.0|^6.0" }, "type": "library", @@ -7418,7 +7572,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/laravel-sluggable/tree/3.7.2" + "source": "https://github.com/spatie/laravel-sluggable/tree/3.7.4" }, "funding": [ { @@ -7426,32 +7580,32 @@ "type": "github" } ], - "time": "2024-12-30T09:06:04+00:00" + "time": "2025-02-28T13:41:46+00:00" }, { "name": "spatie/laravel-tags", - "version": "4.9.1", + "version": "4.10.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-tags.git", - "reference": "73ef47838818d8bda74297f9df4f5ba475000b6a" + "reference": "9fc59a9328e892bbb5b01c948b0d703e22d543ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-tags/zipball/73ef47838818d8bda74297f9df4f5ba475000b6a", - "reference": "73ef47838818d8bda74297f9df4f5ba475000b6a", + "url": "https://api.github.com/repos/spatie/laravel-tags/zipball/9fc59a9328e892bbb5b01c948b0d703e22d543ec", + "reference": "9fc59a9328e892bbb5b01c948b0d703e22d543ec", "shasum": "" }, "require": { - "laravel/framework": "^8.67|^9.0|^10.0|^11.0", + "laravel/framework": "^10.0|^11.0|^12.0", "nesbot/carbon": "^2.63|^3.0", - "php": "^8.0", - "spatie/eloquent-sortable": "^3.10|^4.0", + "php": "^8.1", + "spatie/eloquent-sortable": "^4.0", "spatie/laravel-package-tools": "^1.4", - "spatie/laravel-translatable": "^4.6|^5.0|^6.0" + "spatie/laravel-translatable": "^6.0" }, "require-dev": { - "orchestra/testbench": "^6.13|^7.0|^8.0|^9.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", "pestphp/pest": "^1.22|^2.0", "phpunit/phpunit": "^9.5.2" }, @@ -7488,7 +7642,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-tags/issues", - "source": "https://github.com/spatie/laravel-tags/tree/4.9.1" + "source": "https://github.com/spatie/laravel-tags/tree/4.10.0" }, "funding": [ { @@ -7496,33 +7650,33 @@ "type": "github" } ], - "time": "2025-01-31T14:03:59+00:00" + "time": "2025-03-08T07:49:06+00:00" }, { "name": "spatie/laravel-translatable", - "version": "6.10.2", + "version": "6.11.4", "source": { "type": "git", "url": "https://github.com/spatie/laravel-translatable.git", - "reference": "6150f6d55f4712279883d56490406f8a92a9c72a" + "reference": "032d85b28de315310dab2048b857016f1194f68b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/6150f6d55f4712279883d56490406f8a92a9c72a", - "reference": "6150f6d55f4712279883d56490406f8a92a9c72a", + "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/032d85b28de315310dab2048b857016f1194f68b", + "reference": "032d85b28de315310dab2048b857016f1194f68b", "shasum": "" }, "require": { - "illuminate/database": "^9.0|^10.0|^11.0", - "illuminate/support": "^9.0|^10.0|^11.0", + "illuminate/database": "^10.0|^11.0|^12.0", + "illuminate/support": "^10.0|^11.0|^12.0", "php": "^8.0", "spatie/laravel-package-tools": "^1.11" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.64", "mockery/mockery": "^1.4", - "orchestra/testbench": "^7.0|^8.0|^9.0", - "pestphp/pest": "^1.20|^2.0" + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.20|^2.0|^3.0" }, "type": "library", "extra": { @@ -7571,7 +7725,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-translatable/issues", - "source": "https://github.com/spatie/laravel-translatable/tree/6.10.2" + "source": "https://github.com/spatie/laravel-translatable/tree/6.11.4" }, "funding": [ { @@ -7579,25 +7733,25 @@ "type": "github" } ], - "time": "2025-02-03T08:49:09+00:00" + "time": "2025-02-20T15:51:22+00:00" }, { "name": "spatie/shiki-php", - "version": "2.3.0", + "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/spatie/shiki-php.git", - "reference": "50919178a6865f1165bf1a8f08430b88ef3a53de" + "reference": "a2e78a9ff8a1290b25d550be8fbf8285c13175c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/shiki-php/zipball/50919178a6865f1165bf1a8f08430b88ef3a53de", - "reference": "50919178a6865f1165bf1a8f08430b88ef3a53de", + "url": "https://api.github.com/repos/spatie/shiki-php/zipball/a2e78a9ff8a1290b25d550be8fbf8285c13175c5", + "reference": "a2e78a9ff8a1290b25d550be8fbf8285c13175c5", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.4|^8.0", + "php": "^8.0", "symfony/process": "^5.4|^6.4|^7.1" }, "require-dev": { @@ -7636,7 +7790,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/shiki-php/tree/2.3.0" + "source": "https://github.com/spatie/shiki-php/tree/2.3.2" }, "funding": [ { @@ -7644,7 +7798,7 @@ "type": "github" } ], - "time": "2025-02-10T15:41:13+00:00" + "time": "2025-02-21T14:16:57+00:00" }, { "name": "spatie/temporary-directory", @@ -7709,16 +7863,16 @@ }, { "name": "staudenmeir/eloquent-has-many-deep", - "version": "v1.20.6", + "version": "v1.20.7", "source": { "type": "git", "url": "https://github.com/staudenmeir/eloquent-has-many-deep.git", - "reference": "75f0df8a0f3b861adf660e6b5b6560a511a8efbe" + "reference": "52155a1ac051e0c451f329937e591f9b892f05e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/staudenmeir/eloquent-has-many-deep/zipball/75f0df8a0f3b861adf660e6b5b6560a511a8efbe", - "reference": "75f0df8a0f3b861adf660e6b5b6560a511a8efbe", + "url": "https://api.github.com/repos/staudenmeir/eloquent-has-many-deep/zipball/52155a1ac051e0c451f329937e591f9b892f05e2", + "reference": "52155a1ac051e0c451f329937e591f9b892f05e2", "shasum": "" }, "require": { @@ -7764,7 +7918,7 @@ "description": "Laravel Eloquent HasManyThrough relationships with unlimited levels", "support": { "issues": "https://github.com/staudenmeir/eloquent-has-many-deep/issues", - "source": "https://github.com/staudenmeir/eloquent-has-many-deep/tree/v1.20.6" + "source": "https://github.com/staudenmeir/eloquent-has-many-deep/tree/v1.20.7" }, "funding": [ { @@ -7772,7 +7926,7 @@ "type": "custom" } ], - "time": "2025-02-02T11:42:03+00:00" + "time": "2025-02-16T14:39:47+00:00" }, { "name": "staudenmeir/eloquent-has-many-deep-contracts", @@ -7817,26 +7971,26 @@ }, { "name": "swentel/nostr-php", - "version": "1.5.3", + "version": "1.5.4", "source": { "type": "git", "url": "https://github.com/nostrver-se/nostr-php.git", - "reference": "6ef1e05da3845e352593c7d119fc00e716b3321f" + "reference": "048469fb24023dcb63d92eda1a926e94ac8d691d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nostrver-se/nostr-php/zipball/6ef1e05da3845e352593c7d119fc00e716b3321f", - "reference": "6ef1e05da3845e352593c7d119fc00e716b3321f", + "url": "https://api.github.com/repos/nostrver-se/nostr-php/zipball/048469fb24023dcb63d92eda1a926e94ac8d691d", + "reference": "048469fb24023dcb63d92eda1a926e94ac8d691d", "shasum": "" }, "require": { "bitwasp/bech32": "^0.0.1", "ext-gmp": "*", "ext-xml": "*", + "paragonie/ecc": "^2.4", "php": ">=8.1 <8.5", "phrity/websocket": "^3.0", - "simplito/elliptic-php": "^1.0", - "uma/phpecc": "^0.2.0" + "simplito/elliptic-php": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.51", @@ -7878,9 +8032,9 @@ "chat": "https://t.me/nostr_php", "issue": "https://github.com/swentel/nostr-php/issues", "issues": "https://github.com/nostrver-se/nostr-php/issues", - "source": "https://github.com/nostrver-se/nostr-php/tree/push" + "source": "https://github.com/nostrver-se/nostr-php/tree/1.5.4" }, - "time": "2025-01-04T21:46:58+00:00" + "time": "2025-02-21T13:49:38+00:00" }, { "name": "symfony/clock", @@ -8183,16 +8337,16 @@ }, { "name": "symfony/error-handler", - "version": "v7.2.3", + "version": "v7.2.4", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49" + "reference": "aabf79938aa795350c07ce6464dd1985607d95d5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/959a74d044a6db21f4caa6d695648dcb5584cb49", - "reference": "959a74d044a6db21f4caa6d695648dcb5584cb49", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/aabf79938aa795350c07ce6464dd1985607d95d5", + "reference": "aabf79938aa795350c07ce6464dd1985607d95d5", "shasum": "" }, "require": { @@ -8238,7 +8392,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v7.2.3" + "source": "https://github.com/symfony/error-handler/tree/v7.2.4" }, "funding": [ { @@ -8254,7 +8408,7 @@ "type": "tidelift" } ], - "time": "2025-01-07T09:39:55+00:00" + "time": "2025-02-02T20:27:07+00:00" }, { "name": "symfony/event-dispatcher", @@ -8556,16 +8710,16 @@ }, { "name": "symfony/http-kernel", - "version": "v7.2.3", + "version": "v7.2.4", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b" + "reference": "9f1103734c5789798fefb90e91de4586039003ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b", - "reference": "caae9807f8e25a9b43ce8cc6fafab6cf91f0cc9b", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f1103734c5789798fefb90e91de4586039003ed", + "reference": "9f1103734c5789798fefb90e91de4586039003ed", "shasum": "" }, "require": { @@ -8650,7 +8804,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/v7.2.3" + "source": "https://github.com/symfony/http-kernel/tree/v7.2.4" }, "funding": [ { @@ -8666,7 +8820,7 @@ "type": "tidelift" } ], - "time": "2025-01-29T07:40:13+00:00" + "time": "2025-02-26T11:01:22+00:00" }, { "name": "symfony/mailer", @@ -8750,16 +8904,16 @@ }, { "name": "symfony/mime", - "version": "v7.2.3", + "version": "v7.2.4", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204" + "reference": "87ca22046b78c3feaff04b337f33b38510fd686b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/2fc3b4bd67e4747e45195bc4c98bea4628476204", - "reference": "2fc3b4bd67e4747e45195bc4c98bea4628476204", + "url": "https://api.github.com/repos/symfony/mime/zipball/87ca22046b78c3feaff04b337f33b38510fd686b", + "reference": "87ca22046b78c3feaff04b337f33b38510fd686b", "shasum": "" }, "require": { @@ -8814,7 +8968,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.2.3" + "source": "https://github.com/symfony/mime/tree/v7.2.4" }, "funding": [ { @@ -8830,7 +8984,7 @@ "type": "tidelift" } ], - "time": "2025-01-27T11:08:17+00:00" + "time": "2025-02-19T08:51:20+00:00" }, { "name": "symfony/options-resolver", @@ -9537,16 +9691,16 @@ }, { "name": "symfony/process", - "version": "v7.2.0", + "version": "v7.2.4", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" + "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", - "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", + "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", + "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf", "shasum": "" }, "require": { @@ -9578,7 +9732,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.2.0" + "source": "https://github.com/symfony/process/tree/v7.2.4" }, "funding": [ { @@ -9594,7 +9748,7 @@ "type": "tidelift" } ], - "time": "2024-11-06T14:24:19+00:00" + "time": "2025-02-05T08:33:46+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -9932,16 +10086,16 @@ }, { "name": "symfony/translation", - "version": "v7.2.2", + "version": "v7.2.4", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923" + "reference": "283856e6981286cc0d800b53bd5703e8e363f05a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/e2674a30132b7cc4d74540d6c2573aa363f05923", - "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923", + "url": "https://api.github.com/repos/symfony/translation/zipball/283856e6981286cc0d800b53bd5703e8e363f05a", + "reference": "283856e6981286cc0d800b53bd5703e8e363f05a", "shasum": "" }, "require": { @@ -10007,7 +10161,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v7.2.2" + "source": "https://github.com/symfony/translation/tree/v7.2.4" }, "funding": [ { @@ -10023,7 +10177,7 @@ "type": "tidelift" } ], - "time": "2024-12-07T08:18:10+00:00" + "time": "2025-02-13T10:27:23+00:00" }, { "name": "symfony/translation-contracts", @@ -10387,164 +10541,6 @@ }, "time": "2024-12-21T16:25:41+00:00" }, - { - "name": "uma/phpasn1", - "version": "v2.5.1", - "source": { - "type": "git", - "url": "https://github.com/1ma/PHPASN1.git", - "reference": "dd805d3157ddc90515ee13562a9bb241c68f4f88" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/1ma/PHPASN1/zipball/dd805d3157ddc90515ee13562a9bb241c68f4f88", - "reference": "dd805d3157ddc90515ee13562a9bb241c68f4f88", - "shasum": "" - }, - "require": { - "php": "^8.1" - }, - "require-dev": { - "php-coveralls/php-coveralls": "^2.0", - "phpunit/phpunit": "^9.6" - }, - "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": { - "source": "https://github.com/1ma/PHPASN1/tree/v2.5.1" - }, - "abandoned": "genkgo/php-asn1", - "time": "2024-11-29T17:34:36+00:00" - }, - { - "name": "uma/phpecc", - "version": "v0.2.1", - "source": { - "type": "git", - "url": "https://github.com/1ma/phpecc.git", - "reference": "e269be5eaef099fb46831037d097c647a6da2f69" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/1ma/phpecc/zipball/e269be5eaef099fb46831037d097c647a6da2f69", - "reference": "e269be5eaef099fb46831037d097c647a6da2f69", - "shasum": "" - }, - "require": { - "ext-gmp": "*", - "php": "^8.0", - "uma/phpasn1": "^2.5.1" - }, - "require-dev": { - "phpunit/phpunit": "^9.0", - "squizlabs/php_codesniffer": "^2.0", - "symfony/yaml": "^6.4 || ^7.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" - }, - { - "name": "Ology Newswire, Inc", - "email": "protocol@vpsqr.com", - "homepage": "https://vpsqr.com/", - "role": "Maintainer" - } - ], - "description": "Temporary fork of public-square/phpecc", - "homepage": "https://github.com/1ma/phpecc", - "keywords": [ - "Diffie", - "ECDSA", - "Hellman", - "curve", - "ecdh", - "elliptic", - "nistp192", - "nistp224", - "nistp256", - "nistp384", - "nistp521", - "phpecc", - "schnorr", - "secp256k1", - "secp256r1" - ], - "support": { - "source": "https://github.com/1ma/phpecc/tree/v0.2.1" - }, - "abandoned": "paragonie/ecc", - "time": "2025-01-21T00:38:50+00:00" - }, { "name": "vlucas/phpdotenv", "version": "v5.6.1", @@ -10763,27 +10759,26 @@ }, { "name": "wireui/heroicons", - "version": "v2.8.0", + "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/wireui/heroicons.git", - "reference": "48aad6f427eeadf046d1ad3abf2b7c464b98bdf4" + "reference": "ccd2ab94293d6f231271c0847c1db34305313c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wireui/heroicons/zipball/48aad6f427eeadf046d1ad3abf2b7c464b98bdf4", - "reference": "48aad6f427eeadf046d1ad3abf2b7c464b98bdf4", + "url": "https://api.github.com/repos/wireui/heroicons/zipball/ccd2ab94293d6f231271c0847c1db34305313c6f", + "reference": "ccd2ab94293d6f231271c0847c1db34305313c6f", "shasum": "" }, "require": { - "laravel/framework": "^9.16|^10.0|^11.0", + "laravel/framework": "^9.16|^10.0|^11.0|^12.0", "php": "^8.1|^8.2|^8.3|^8.4" }, "require-dev": { - "larastan/larastan": "^2.9", + "larastan/larastan": "^3.0", "laravel/pint": "^1.6", - "mockery/mockery": "^1.5", - "orchestra/testbench": "^7.7|^8.0|^9.0", + "orchestra/testbench": "^10.0", "pestphp/pest": "^3.0" }, "type": "library", @@ -10821,40 +10816,37 @@ ], "support": { "issues": "https://github.com/wireui/heroicons/issues", - "source": "https://github.com/wireui/heroicons/tree/v2.8.0" + "source": "https://github.com/wireui/heroicons/tree/v2.9.0" }, - "time": "2025-01-04T22:01:11+00:00" + "time": "2025-03-02T22:06:22+00:00" }, { "name": "wireui/wireui", - "version": "v2.2.2", + "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/wireui/wireui.git", - "reference": "ae6a1cec8a0eb8027dec3c6868d1f5d7ef3495ad" + "reference": "3268b65ba129f898c4ece35304b53eb77b4e7530" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wireui/wireui/zipball/ae6a1cec8a0eb8027dec3c6868d1f5d7ef3495ad", - "reference": "ae6a1cec8a0eb8027dec3c6868d1f5d7ef3495ad", + "url": "https://api.github.com/repos/wireui/wireui/zipball/3268b65ba129f898c4ece35304b53eb77b4e7530", + "reference": "3268b65ba129f898c4ece35304b53eb77b4e7530", "shasum": "" }, "require": { - "laravel/framework": "^10.0|^11.0", + "laravel/framework": "^10.0|^11.0|^12.0", "php": "^8.2|^8.3|^8.4", - "wireui/heroicons": "^2.6" + "wireui/heroicons": "^2.8" }, "require-dev": { - "laravel/pint": "^1.16", - "livewire/livewire": "^3.5", - "mockery/mockery": "^1.6", - "orchestra/testbench": "^8.14|^9.0", - "orchestra/testbench-dusk": "^8.14|^9.0", - "pestphp/pest": "^2.34", - "pestphp/pest-plugin-laravel": "^2.4", - "pestphp/pest-plugin-livewire": "^2.1", - "phpunit/phpunit": "^10.5", - "psy/psysh": "^0.12.3" + "laravel/pint": "^1.19", + "livewire/livewire": "^3.6", + "orchestra/testbench": "^10.0", + "orchestra/testbench-dusk": "^10.0", + "pestphp/pest": "^3.0", + "pestphp/pest-plugin-laravel": "^3.0", + "pestphp/pest-plugin-livewire": "^3.0" }, "type": "library", "extra": { @@ -10877,7 +10869,7 @@ "authors": [ { "name": "Pedro Oliveira", - "email": "pedro@wireui.dev" + "email": "pedrolivertwd@gmail.com" } ], "description": "TallStack components", @@ -10890,9 +10882,9 @@ ], "support": { "issues": "https://github.com/wireui/wireui/issues", - "source": "https://github.com/wireui/wireui/tree/v2.2.2" + "source": "https://github.com/wireui/wireui/tree/v2.4.0" }, - "time": "2025-01-05T02:50:06+00:00" + "time": "2025-03-09T00:05:18+00:00" } ], "packages-dev": [ @@ -11282,16 +11274,16 @@ }, { "name": "laravel/pint", - "version": "v1.20.0", + "version": "v1.21.1", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b" + "reference": "c44bffbb2334e90fba560933c45948fa4a3f3e86" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/53072e8ea22213a7ed168a8a15b96fbb8b82d44b", - "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b", + "url": "https://api.github.com/repos/laravel/pint/zipball/c44bffbb2334e90fba560933c45948fa4a3f3e86", + "reference": "c44bffbb2334e90fba560933c45948fa4a3f3e86", "shasum": "" }, "require": { @@ -11299,15 +11291,15 @@ "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*", - "php": "^8.1.0" + "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.66.0", - "illuminate/view": "^10.48.25", - "larastan/larastan": "^2.9.12", - "laravel-zero/framework": "^10.48.25", + "friendsofphp/php-cs-fixer": "^3.70.2", + "illuminate/view": "^11.44.1", + "larastan/larastan": "^3.1.0", + "laravel-zero/framework": "^11.36.1", "mockery/mockery": "^1.6.12", - "nunomaduro/termwind": "^1.17.0", + "nunomaduro/termwind": "^2.3", "pestphp/pest": "^2.36.0" }, "bin": [ @@ -11344,7 +11336,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2025-01-14T16:20:53+00:00" + "time": "2025-03-11T03:22:21+00:00" }, { "name": "mockery/mockery", @@ -12205,16 +12197,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299" + "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/c00d78fb6b29658347f9d37ebe104bffadf36299", - "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", + "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68", "shasum": "" }, "require": { @@ -12246,9 +12238,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0" }, - "time": "2024-10-13T11:29:49+00:00" + "time": "2025-02-19T13:28:12+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/resources/views/pages/association/profile.blade.php b/resources/views/pages/association/profile.blade.php index 59bfe85..a9e3695 100644 --- a/resources/views/pages/association/profile.blade.php +++ b/resources/views/pages/association/profile.blade.php @@ -332,6 +332,95 @@ $loadEvents = function () {