diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9235d66..95a83ca 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,15 +16,8 @@ jobs: strategy: fail-fast: false matrix: - php: [8.1, 8.2, 8.3] - laravel: [10.*, 11.*] - exclude: - - php: 8.3 - laravel: 9.* - - php: 8.1 - laravel: 11.* - - php: 8.2 - laravel: 11.* + php: [8.2, 8.3, 8.4] + laravel: [11.*] name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }} diff --git a/composer.json b/composer.json index 472ea6d..20b7f71 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "mockery/mockery": "^1.5", "orchestra/testbench": "^7.7|^8.0|^9.0", - "pestphp/pest": "^2.0", + "pestphp/pest": "^3.0", "larastan/larastan": "^2.9", "laravel/pint": "^1.6" }, @@ -40,7 +40,7 @@ } }, "scripts": { - "test": "./vendor/bin/pest --coverage --min=100", + "test": "./vendor/bin/pest --coverage --min=100 --parallel", "phpstan": "./vendor/bin/phpstan analyse", "pint:fix": "./vendor/bin/pint", "pint:check": "./vendor/bin/pint --test", diff --git a/composer.lock b/composer.lock index 64c6fee..c1f7f95 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "9e496d964712e72232ba62fae585123f", + "content-hash": "1dab082724f5a452ccd2a50a70c44645", "packages": [ { "name": "brick/math", @@ -445,16 +445,16 @@ }, { "name": "egulias/email-validator", - "version": "4.0.2", + "version": "4.0.3", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e" + "reference": "b115554301161fa21467629f1e1391c1936de517" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e", - "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b115554301161fa21467629f1e1391c1936de517", + "reference": "b115554301161fa21467629f1e1391c1936de517", "shasum": "" }, "require": { @@ -500,7 +500,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/4.0.2" + "source": "https://github.com/egulias/EmailValidator/tree/4.0.3" }, "funding": [ { @@ -508,7 +508,7 @@ "type": "github" } ], - "time": "2023-10-06T06:47:41+00:00" + "time": "2024-12-27T00:36:43+00:00" }, { "name": "fruitcake/php-cors", @@ -1056,23 +1056,23 @@ }, { "name": "laravel/framework", - "version": "v11.29.0", + "version": "v11.37.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "425054512c362835ba9c0307561973c8eeac7385" + "reference": "6cb103d2024b087eae207654b3f4b26646119ba5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/425054512c362835ba9c0307561973c8eeac7385", - "reference": "425054512c362835ba9c0307561973c8eeac7385", + "url": "https://api.github.com/repos/laravel/framework/zipball/6cb103d2024b087eae207654b3f4b26646119ba5", + "reference": "6cb103d2024b087eae207654b3f4b26646119ba5", "shasum": "" }, "require": { "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", "composer-runtime-api": "^2.2", "doctrine/inflector": "^2.0.5", - "dragonmantank/cron-expression": "^3.3.2", + "dragonmantank/cron-expression": "^3.4", "egulias/email-validator": "^3.2.1|^4.0", "ext-ctype": "*", "ext-filter": "*", @@ -1082,38 +1082,39 @@ "ext-session": "*", "ext-tokenizer": "*", "fruitcake/php-cors": "^1.3", - "guzzlehttp/guzzle": "^7.8", + "guzzlehttp/guzzle": "^7.8.2", "guzzlehttp/uri-template": "^1.0", "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0", - "laravel/serializable-closure": "^1.3", - "league/commonmark": "^2.2.1", - "league/flysystem": "^3.8.0", + "laravel/serializable-closure": "^1.3|^2.0", + "league/commonmark": "^2.6", + "league/flysystem": "^3.25.1", + "league/flysystem-local": "^3.25.1", + "league/uri": "^7.5.1", "monolog/monolog": "^3.0", - "nesbot/carbon": "^2.72.2|^3.0", + "nesbot/carbon": "^2.72.2|^3.4", "nunomaduro/termwind": "^2.0", "php": "^8.2", "psr/container": "^1.1.1|^2.0.1", "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0", "ramsey/uuid": "^4.7", - "symfony/console": "^7.0", - "symfony/error-handler": "^7.0", - "symfony/finder": "^7.0", - "symfony/http-foundation": "^7.0", - "symfony/http-kernel": "^7.0", - "symfony/mailer": "^7.0", - "symfony/mime": "^7.0", - "symfony/polyfill-php83": "^1.28", - "symfony/process": "^7.0", - "symfony/routing": "^7.0", - "symfony/uid": "^7.0", - "symfony/var-dumper": "^7.0", + "symfony/console": "^7.0.3", + "symfony/error-handler": "^7.0.3", + "symfony/finder": "^7.0.3", + "symfony/http-foundation": "^7.2.0", + "symfony/http-kernel": "^7.0.3", + "symfony/mailer": "^7.0.3", + "symfony/mime": "^7.0.3", + "symfony/polyfill-php83": "^1.31", + "symfony/process": "^7.0.3", + "symfony/routing": "^7.0.3", + "symfony/uid": "^7.0.3", + "symfony/var-dumper": "^7.0.3", "tijsverkoyen/css-to-inline-styles": "^2.2.5", - "vlucas/phpdotenv": "^5.4.1", - "voku/portable-ascii": "^2.0" + "vlucas/phpdotenv": "^5.6.1", + "voku/portable-ascii": "^2.0.2" }, "conflict": { - "mockery/mockery": "1.6.8", "tightenco/collect": "<5.5.33" }, "provide": { @@ -1160,29 +1161,32 @@ }, "require-dev": { "ably/ably-php": "^1.0", - "aws/aws-sdk-php": "^3.235.5", + "aws/aws-sdk-php": "^3.322.9", "ext-gmp": "*", - "fakerphp/faker": "^1.23", - "league/flysystem-aws-s3-v3": "^3.0", - "league/flysystem-ftp": "^3.0", - "league/flysystem-path-prefixing": "^3.3", - "league/flysystem-read-only": "^3.3", - "league/flysystem-sftp-v3": "^3.0", - "mockery/mockery": "^1.6", - "nyholm/psr7": "^1.2", - "orchestra/testbench-core": "^9.5", - "pda/pheanstalk": "^5.0", + "fakerphp/faker": "^1.24", + "guzzlehttp/promises": "^2.0.3", + "guzzlehttp/psr7": "^2.4", + "league/flysystem-aws-s3-v3": "^3.25.1", + "league/flysystem-ftp": "^3.25.1", + "league/flysystem-path-prefixing": "^3.25.1", + "league/flysystem-read-only": "^3.25.1", + "league/flysystem-sftp-v3": "^3.25.1", + "mockery/mockery": "^1.6.10", + "orchestra/testbench-core": "^9.6", + "pda/pheanstalk": "^5.0.6", + "php-http/discovery": "^1.15", "phpstan/phpstan": "^1.11.5", - "phpunit/phpunit": "^10.5|^11.0", - "predis/predis": "^2.0.2", + "phpunit/phpunit": "^10.5.35|^11.3.6", + "predis/predis": "^2.3", "resend/resend-php": "^0.10.0", - "symfony/cache": "^7.0", - "symfony/http-client": "^7.0", - "symfony/psr-http-message-bridge": "^7.0" + "symfony/cache": "^7.0.3", + "symfony/http-client": "^7.0.3", + "symfony/psr-http-message-bridge": "^7.0.3", + "symfony/translation": "^7.0.3" }, "suggest": { "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).", "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).", "ext-apcu": "Required to use the APC cache driver.", "ext-fileinfo": "Required to use the Filesystem class.", @@ -1196,16 +1200,16 @@ "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", "filp/whoops": "Required for friendly error pages in development (^2.14.3).", "laravel/tinker": "Required to use the tinker console command (^2.0).", - "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", - "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", - "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", - "league/flysystem-read-only": "Required to use read-only disks (^3.3)", - "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", + "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", + "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).", + "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)", + "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", "mockery/mockery": "Required to use mocking (^1.6).", - "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).", + "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).", "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).", - "predis/predis": "Required to use the predis connector (^2.0.2).", + "predis/predis": "Required to use the predis connector (^2.3).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).", @@ -1224,6 +1228,7 @@ }, "autoload": { "files": [ + "src/Illuminate/Collections/functions.php", "src/Illuminate/Collections/helpers.php", "src/Illuminate/Events/functions.php", "src/Illuminate/Filesystem/functions.php", @@ -1261,20 +1266,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-10-22T14:13:31+00:00" + "time": "2025-01-02T20:10:21+00:00" }, { "name": "laravel/prompts", - "version": "v0.3.1", + "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "0f3848a445562dac376b27968f753c65e7e1036e" + "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/0f3848a445562dac376b27968f753c65e7e1036e", - "reference": "0f3848a445562dac376b27968f753c65e7e1036e", + "url": "https://api.github.com/repos/laravel/prompts/zipball/0e0535747c6b8d6d10adca8b68293cf4517abb0f", + "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f", "shasum": "" }, "require": { @@ -1290,7 +1295,7 @@ "require-dev": { "illuminate/collections": "^10.0|^11.0", "mockery/mockery": "^1.5", - "pestphp/pest": "^2.3", + "pestphp/pest": "^2.3|^3.4", "phpstan/phpstan": "^1.11", "phpstan/phpstan-mockery": "^1.1" }, @@ -1318,38 +1323,38 @@ "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.3.1" + "source": "https://github.com/laravel/prompts/tree/v0.3.2" }, - "time": "2024-10-09T19:42:26+00:00" + "time": "2024-11-12T14:59:47+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.3.5", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c" + "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c", - "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/613b2d4998f85564d40497e05e89cb6d9bd1cbe8", + "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "php": "^8.1" }, "require-dev": { - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", - "nesbot/carbon": "^2.61|^3.0", - "pestphp/pest": "^1.21.3", - "phpstan/phpstan": "^1.8.2", - "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" + "illuminate/support": "^10.0|^11.0", + "nesbot/carbon": "^2.67|^3.0", + "pestphp/pest": "^2.36", + "phpstan/phpstan": "^2.0", + "symfony/var-dumper": "^6.2.0|^7.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -1381,20 +1386,20 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2024-09-23T13:33:08+00:00" + "time": "2024-12-16T15:26:28+00:00" }, { "name": "league/commonmark", - "version": "2.5.3", + "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "b650144166dfa7703e62a22e493b853b58d874b0" + "reference": "d990688c91cedfb69753ffc2512727ec646df2ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0", - "reference": "b650144166dfa7703e62a22e493b853b58d874b0", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d990688c91cedfb69753ffc2512727ec646df2ad", + "reference": "d990688c91cedfb69753ffc2512727ec646df2ad", "shasum": "" }, "require": { @@ -1419,8 +1424,9 @@ "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", "scrutinizer/ocular": "^1.8.1", - "symfony/finder": "^5.3 | ^6.0 || ^7.0", - "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0", + "symfony/finder": "^5.3 | ^6.0 | ^7.0", + "symfony/process": "^5.4 | ^6.0 | ^7.0", + "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0", "unleashedtech/php-coding-standard": "^3.1.1", "vimeo/psalm": "^4.24.0 || ^5.0.0" }, @@ -1430,7 +1436,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.6-dev" + "dev-main": "2.7-dev" } }, "autoload": { @@ -1487,7 +1493,7 @@ "type": "tidelift" } ], - "time": "2024-08-16T11:46:16+00:00" + "time": "2024-12-29T14:10:59+00:00" }, { "name": "league/config", @@ -1759,18 +1765,192 @@ ], "time": "2024-09-21T08:32:55+00:00" }, + { + "name": "league/uri", + "version": "7.5.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "81fb5145d2644324614cc532b28efd0215bda430" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430", + "reference": "81fb5145d2644324614cc532b28efd0215bda430", + "shasum": "" + }, + "require": { + "league/uri-interfaces": "^7.5", + "php": "^8.1" + }, + "conflict": { + "league/uri-schemes": "^1.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-fileinfo": "to create Data URI from file contennts", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", + "league/uri-components": "Needed to easily manipulate URI objects components", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI manipulation library", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "middleware", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "uri-template", + "url", + "ws" + ], + "support": { + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri/tree/7.5.1" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2024-12-08T08:40:02+00:00" + }, + { + "name": "league/uri-interfaces", + "version": "7.5.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-interfaces.git", + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^8.1", + "psr/http-factory": "^1", + "psr/http-message": "^1.1 || ^2.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "Common interfaces and classes for URI representation and interaction", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "url", + "ws" + ], + "support": { + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2024-12-08T08:18:47+00:00" + }, { "name": "monolog/monolog", - "version": "3.7.0", + "version": "3.8.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8" + "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f4393b648b78a5408747de94fca38beb5f7e9ef8", - "reference": "f4393b648b78a5408747de94fca38beb5f7e9ef8", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4", + "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4", "shasum": "" }, "require": { @@ -1790,12 +1970,14 @@ "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "^10.5.17", + "php-console/php-console": "^3.1.8", + "phpstan/phpstan": "^2", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "^10.5.17 || ^11.0.7", "predis/predis": "^1.1 || ^2", - "ruflin/elastica": "^7", + "rollbar/rollbar": "^4.0", + "ruflin/elastica": "^7 || ^8", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, @@ -1846,7 +2028,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.7.0" + "source": "https://github.com/Seldaek/monolog/tree/3.8.1" }, "funding": [ { @@ -1858,24 +2040,24 @@ "type": "tidelift" } ], - "time": "2024-06-28T09:40:51+00:00" + "time": "2024-12-05T17:15:07+00:00" }, { "name": "nesbot/carbon", - "version": "3.8.0", + "version": "3.8.4", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f" + "reference": "129700ed449b1f02d70272d2ac802357c8c30c58" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbd3eef89af8ba66a3aa7952b5439168fbcc529f", - "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/129700ed449b1f02d70272d2ac802357c8c30c58", + "reference": "129700ed449b1f02d70272d2ac802357c8c30c58", "shasum": "" }, "require": { - "carbonphp/carbon-doctrine-types": "*", + "carbonphp/carbon-doctrine-types": "<100.0", "ext-json": "*", "php": "^8.1", "psr/clock": "^1.0", @@ -1903,10 +2085,6 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.x-dev", - "dev-2.x": "2.x-dev" - }, "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" @@ -1916,6 +2094,10 @@ "includes": [ "extension.neon" ] + }, + "branch-alias": { + "dev-2.x": "2.x-dev", + "dev-master": "3.x-dev" } }, "autoload": { @@ -1964,7 +2146,7 @@ "type": "tidelift" } ], - "time": "2024-08-19T06:22:39+00:00" + "time": "2024-12-27T09:25:35+00:00" }, { "name": "nette/schema", @@ -2116,31 +2298,31 @@ }, { "name": "nunomaduro/termwind", - "version": "v2.2.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "42c84e4e8090766bbd6445d06cd6e57650626ea3" + "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/42c84e4e8090766bbd6445d06cd6e57650626ea3", - "reference": "42c84e4e8090766bbd6445d06cd6e57650626ea3", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda", + "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda", "shasum": "" }, "require": { "ext-mbstring": "*", "php": "^8.2", - "symfony/console": "^7.1.5" + "symfony/console": "^7.1.8" }, "require-dev": { - "illuminate/console": "^11.28.0", - "laravel/pint": "^1.18.1", + "illuminate/console": "^11.33.2", + "laravel/pint": "^1.18.2", "mockery/mockery": "^1.6.12", "pestphp/pest": "^2.36.0", - "phpstan/phpstan": "^1.12.6", + "phpstan/phpstan": "^1.12.11", "phpstan/phpstan-strict-rules": "^1.6.1", - "symfony/var-dumper": "^7.1.5", + "symfony/var-dumper": "^7.1.8", "thecodingmachine/phpstan-strict-rules": "^1.0.0" }, "type": "library", @@ -2183,7 +2365,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v2.2.0" + "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0" }, "funding": [ { @@ -2199,7 +2381,7 @@ "type": "github" } ], - "time": "2024-10-15T16:15:16+00:00" + "time": "2024-11-21T10:39:51+00:00" }, { "name": "phpoption/phpoption", @@ -2915,16 +3097,16 @@ }, { "name": "symfony/clock", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "97bebc53548684c17ed696bc8af016880f0f098d" + "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/97bebc53548684c17ed696bc8af016880f0f098d", - "reference": "97bebc53548684c17ed696bc8af016880f0f098d", + "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", + "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", "shasum": "" }, "require": { @@ -2969,7 +3151,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v7.1.6" + "source": "https://github.com/symfony/clock/tree/v7.2.0" }, "funding": [ { @@ -2985,20 +3167,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/console", - "version": "v7.1.6", + "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57" + "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/bb5192af6edc797cbab5c8e8ecfea2fe5f421e57", - "reference": "bb5192af6edc797cbab5c8e8ecfea2fe5f421e57", + "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3", + "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3", "shasum": "" }, "require": { @@ -3062,7 +3244,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.1.6" + "source": "https://github.com/symfony/console/tree/v7.2.1" }, "funding": [ { @@ -3078,20 +3260,20 @@ "type": "tidelift" } ], - "time": "2024-10-09T08:46:59+00:00" + "time": "2024-12-11T03:49:26+00:00" }, { "name": "symfony/css-selector", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66" + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/4aa4f6b3d6749c14d3aa815eef8226632e7bbc66", - "reference": "4aa4f6b3d6749c14d3aa815eef8226632e7bbc66", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2", + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2", "shasum": "" }, "require": { @@ -3127,7 +3309,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v7.1.6" + "source": "https://github.com/symfony/css-selector/tree/v7.2.0" }, "funding": [ { @@ -3143,20 +3325,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", - "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -3164,12 +3346,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -3194,7 +3376,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -3210,20 +3392,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/error-handler", - "version": "v7.1.6", + "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "d60117093c2a9fe667baa8fedf84e8a09b9c592f" + "reference": "6150b89186573046167796fa5f3f76601d5145f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/d60117093c2a9fe667baa8fedf84e8a09b9c592f", - "reference": "d60117093c2a9fe667baa8fedf84e8a09b9c592f", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/6150b89186573046167796fa5f3f76601d5145f8", + "reference": "6150b89186573046167796fa5f3f76601d5145f8", "shasum": "" }, "require": { @@ -3269,7 +3451,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.1.6" + "source": "https://github.com/symfony/error-handler/tree/v7.2.1" }, "funding": [ { @@ -3285,20 +3467,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-12-07T08:50:44+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "87254c78dd50721cfd015b62277a8281c5589702" + "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/87254c78dd50721cfd015b62277a8281c5589702", - "reference": "87254c78dd50721cfd015b62277a8281c5589702", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", + "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", "shasum": "" }, "require": { @@ -3349,7 +3531,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v7.1.6" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0" }, "funding": [ { @@ -3365,20 +3547,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50" + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/8f93aec25d41b72493c6ddff14e916177c9efc50", - "reference": "8f93aec25d41b72493c6ddff14e916177c9efc50", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", "shasum": "" }, "require": { @@ -3387,12 +3569,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -3425,7 +3607,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" }, "funding": [ { @@ -3441,20 +3623,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/finder", - "version": "v7.1.6", + "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8" + "reference": "87a71856f2f56e4100373e92529eed3171695cfb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/2cb89664897be33f78c65d3d2845954c8d7a43b8", - "reference": "2cb89664897be33f78c65d3d2845954c8d7a43b8", + "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb", + "reference": "87a71856f2f56e4100373e92529eed3171695cfb", "shasum": "" }, "require": { @@ -3489,7 +3671,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.1.6" + "source": "https://github.com/symfony/finder/tree/v7.2.2" }, "funding": [ { @@ -3505,35 +3687,36 @@ "type": "tidelift" } ], - "time": "2024-10-01T08:31:23+00:00" + "time": "2024-12-30T19:00:17+00:00" }, { "name": "symfony/http-foundation", - "version": "v7.1.6", + "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "3d7bbf071b25f802f7d55524d408bed414ea71e2" + "reference": "62d1a43796ca3fea3f83a8470dfe63a4af3bc588" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/3d7bbf071b25f802f7d55524d408bed414ea71e2", - "reference": "3d7bbf071b25f802f7d55524d408bed414ea71e2", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/62d1a43796ca3fea3f83a8470dfe63a4af3bc588", + "reference": "62d1a43796ca3fea3f83a8470dfe63a4af3bc588", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php83": "^1.27" }, "conflict": { "doctrine/dbal": "<3.6", - "symfony/cache": "<6.4" + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.4|^7.0", + "symfony/cache": "^6.4.12|^7.1.5", "symfony/dependency-injection": "^6.4|^7.0", "symfony/expression-language": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", @@ -3566,7 +3749,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.1.6" + "source": "https://github.com/symfony/http-foundation/tree/v7.2.2" }, "funding": [ { @@ -3582,20 +3765,20 @@ "type": "tidelift" } ], - "time": "2024-10-11T19:23:14+00:00" + "time": "2024-12-30T19:00:17+00:00" }, { "name": "symfony/http-kernel", - "version": "v7.1.6", + "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "5d8315899cd76b2e7e29179bf5fea103e41bdf03" + "reference": "3c432966bd8c7ec7429663105f5a02d7e75b4306" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5d8315899cd76b2e7e29179bf5fea103e41bdf03", - "reference": "5d8315899cd76b2e7e29179bf5fea103e41bdf03", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/3c432966bd8c7ec7429663105f5a02d7e75b4306", + "reference": "3c432966bd8c7ec7429663105f5a02d7e75b4306", "shasum": "" }, "require": { @@ -3624,7 +3807,7 @@ "symfony/twig-bridge": "<6.4", "symfony/validator": "<6.4", "symfony/var-dumper": "<6.4", - "twig/twig": "<3.0.4" + "twig/twig": "<3.12" }, "provide": { "psr/log-implementation": "1.0|2.0|3.0" @@ -3652,7 +3835,7 @@ "symfony/validator": "^6.4|^7.0", "symfony/var-dumper": "^6.4|^7.0", "symfony/var-exporter": "^6.4|^7.0", - "twig/twig": "^3.0.4" + "twig/twig": "^3.12" }, "type": "library", "autoload": { @@ -3680,7 +3863,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.1.6" + "source": "https://github.com/symfony/http-kernel/tree/v7.2.2" }, "funding": [ { @@ -3696,20 +3879,20 @@ "type": "tidelift" } ], - "time": "2024-10-27T13:54:21+00:00" + "time": "2024-12-31T14:59:40+00:00" }, { "name": "symfony/mailer", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd" + "reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/69c9948451fb3a6a4d47dc8261d1794734e76cdd", - "reference": "69c9948451fb3a6a4d47dc8261d1794734e76cdd", + "url": "https://api.github.com/repos/symfony/mailer/zipball/e4d358702fb66e4c8a2af08e90e7271a62de39cc", + "reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc", "shasum": "" }, "require": { @@ -3718,7 +3901,7 @@ "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/mime": "^6.4|^7.0", + "symfony/mime": "^7.2", "symfony/service-contracts": "^2.5|^3" }, "conflict": { @@ -3760,7 +3943,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.1.6" + "source": "https://github.com/symfony/mailer/tree/v7.2.0" }, "funding": [ { @@ -3776,20 +3959,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-11-25T15:21:05+00:00" }, { "name": "symfony/mime", - "version": "v7.1.6", + "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "caa1e521edb2650b8470918dfe51708c237f0598" + "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/caa1e521edb2650b8470918dfe51708c237f0598", - "reference": "caa1e521edb2650b8470918dfe51708c237f0598", + "url": "https://api.github.com/repos/symfony/mime/zipball/7f9617fcf15cb61be30f8b252695ed5e2bfac283", + "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283", "shasum": "" }, "require": { @@ -3844,7 +4027,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.1.6" + "source": "https://github.com/symfony/mime/tree/v7.2.1" }, "funding": [ { @@ -3860,7 +4043,7 @@ "type": "tidelift" } ], - "time": "2024-10-25T15:11:02+00:00" + "time": "2024-12-07T08:50:44+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3888,8 +4071,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -3964,8 +4147,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4043,8 +4226,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4125,8 +4308,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4209,8 +4392,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4283,8 +4466,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4363,8 +4546,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4445,8 +4628,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4500,16 +4683,16 @@ }, { "name": "symfony/process", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e" + "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e", - "reference": "6aaa189ddb4ff6b5de8fa3210f2fb42c87b4d12e", + "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", + "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", "shasum": "" }, "require": { @@ -4541,7 +4724,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.1.6" + "source": "https://github.com/symfony/process/tree/v7.2.0" }, "funding": [ { @@ -4557,20 +4740,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-11-06T14:24:19+00:00" }, { "name": "symfony/routing", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "66a2c469f6c22d08603235c46a20007c0701ea0a" + "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/66a2c469f6c22d08603235c46a20007c0701ea0a", - "reference": "66a2c469f6c22d08603235c46a20007c0701ea0a", + "url": "https://api.github.com/repos/symfony/routing/zipball/e10a2450fa957af6c448b9b93c9010a4e4c0725e", + "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e", "shasum": "" }, "require": { @@ -4622,7 +4805,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v7.1.6" + "source": "https://github.com/symfony/routing/tree/v7.2.0" }, "funding": [ { @@ -4638,20 +4821,20 @@ "type": "tidelift" } ], - "time": "2024-10-01T08:31:23+00:00" + "time": "2024-11-25T11:08:51+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f" + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", - "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", "shasum": "" }, "require": { @@ -4664,12 +4847,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -4705,7 +4888,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" }, "funding": [ { @@ -4721,20 +4904,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/string", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626" + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/61b72d66bf96c360a727ae6232df5ac83c71f626", - "reference": "61b72d66bf96c360a727ae6232df5ac83c71f626", + "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", "shasum": "" }, "require": { @@ -4792,7 +4975,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.1.6" + "source": "https://github.com/symfony/string/tree/v7.2.0" }, "funding": [ { @@ -4808,24 +4991,25 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-11-13T13:31:26+00:00" }, { "name": "symfony/translation", - "version": "v7.1.6", + "version": "v7.2.2", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "b9f72ab14efdb6b772f85041fa12f820dee8d55f" + "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/b9f72ab14efdb6b772f85041fa12f820dee8d55f", - "reference": "b9f72ab14efdb6b772f85041fa12f820dee8d55f", + "url": "https://api.github.com/repos/symfony/translation/zipball/e2674a30132b7cc4d74540d6c2573aa363f05923", + "reference": "e2674a30132b7cc4d74540d6c2573aa363f05923", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^2.5|^3.0" }, @@ -4886,7 +5070,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v7.1.6" + "source": "https://github.com/symfony/translation/tree/v7.2.2" }, "funding": [ { @@ -4902,20 +5086,20 @@ "type": "tidelift" } ], - "time": "2024-09-28T12:35:13+00:00" + "time": "2024-12-07T08:18:10+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.5.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a" + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", - "reference": "b9d2189887bb6b2e0367a9fc7136c5239ab9b05a", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", "shasum": "" }, "require": { @@ -4923,12 +5107,12 @@ }, "type": "library", "extra": { + "thanks": { + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, "branch-alias": { "dev-main": "3.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" } }, "autoload": { @@ -4964,7 +5148,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.5.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" }, "funding": [ { @@ -4980,20 +5164,20 @@ "type": "tidelift" } ], - "time": "2024-04-18T09:32:20+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/uid", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "65befb3bb2d503bbffbd08c815aa38b472999917" + "reference": "2d294d0c48df244c71c105a169d0190bfb080426" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/65befb3bb2d503bbffbd08c815aa38b472999917", - "reference": "65befb3bb2d503bbffbd08c815aa38b472999917", + "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426", + "reference": "2d294d0c48df244c71c105a169d0190bfb080426", "shasum": "" }, "require": { @@ -5038,7 +5222,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v7.1.6" + "source": "https://github.com/symfony/uid/tree/v7.2.0" }, "funding": [ { @@ -5054,20 +5238,20 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "cb5bd55a6b8c2c1c7fb68b0aeae0e257948a720c" + "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cb5bd55a6b8c2c1c7fb68b0aeae0e257948a720c", - "reference": "cb5bd55a6b8c2c1c7fb68b0aeae0e257948a720c", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6a22929407dec8765d6e2b6ff85b800b245879c", + "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c", "shasum": "" }, "require": { @@ -5083,7 +5267,7 @@ "symfony/http-kernel": "^6.4|^7.0", "symfony/process": "^6.4|^7.0", "symfony/uid": "^6.4|^7.0", - "twig/twig": "^3.0.4" + "twig/twig": "^3.12" }, "bin": [ "Resources/bin/var-dump-server" @@ -5121,7 +5305,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.1.6" + "source": "https://github.com/symfony/var-dumper/tree/v7.2.0" }, "funding": [ { @@ -5137,35 +5321,37 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-11-08T15:48:14+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", - "version": "v2.2.7", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", - "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb" + "reference": "0d72ac1c00084279c1816675284073c5a337c20d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb", - "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb", + "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d", + "reference": "0d72ac1c00084279c1816675284073c5a337c20d", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", - "php": "^5.5 || ^7.0 || ^8.0", - "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" + "php": "^7.4 || ^8.0", + "symfony/css-selector": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10" + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^8.5.21 || ^9.5.10" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -5188,9 +5374,9 @@ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "support": { "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", - "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7" + "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0" }, - "time": "2023-12-08T13:03:43+00:00" + "time": "2024-12-21T16:25:41+00:00" }, { "name": "vlucas/phpdotenv", @@ -5278,16 +5464,16 @@ }, { "name": "voku/portable-ascii", - "version": "2.0.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", - "reference": "b56450eed252f6801410d810c8e1727224ae0743" + "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", - "reference": "b56450eed252f6801410d810c8e1727224ae0743", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", + "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", "shasum": "" }, "require": { @@ -5312,7 +5498,7 @@ "authors": [ { "name": "Lars Moelleken", - "homepage": "http://www.moelleken.org/" + "homepage": "https://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", @@ -5324,7 +5510,7 @@ ], "support": { "issues": "https://github.com/voku/portable-ascii/issues", - "source": "https://github.com/voku/portable-ascii/tree/2.0.1" + "source": "https://github.com/voku/portable-ascii/tree/2.0.3" }, "funding": [ { @@ -5348,7 +5534,7 @@ "type": "tidelift" } ], - "time": "2022-03-08T17:03:00+00:00" + "time": "2024-11-21T01:49:47+00:00" }, { "name": "webmozart/assert", @@ -5412,16 +5598,16 @@ "packages-dev": [ { "name": "brianium/paratest", - "version": "v7.4.8", + "version": "v7.7.0", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "cf16fcbb9b8107a7df6b97e497fc91e819774d8b" + "reference": "4fb3f73bc5a4c3146bac2850af7dc72435a32daf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/cf16fcbb9b8107a7df6b97e497fc91e819774d8b", - "reference": "cf16fcbb9b8107a7df6b97e497fc91e819774d8b", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/4fb3f73bc5a4c3146bac2850af7dc72435a32daf", + "reference": "4fb3f73bc5a4c3146bac2850af7dc72435a32daf", "shasum": "" }, "require": { @@ -5430,26 +5616,26 @@ "ext-reflection": "*", "ext-simplexml": "*", "fidry/cpu-core-counter": "^1.2.0", - "jean85/pretty-package-versions": "^2.0.6", + "jean85/pretty-package-versions": "^2.1.0", "php": "~8.2.0 || ~8.3.0 || ~8.4.0", - "phpunit/php-code-coverage": "^10.1.16", - "phpunit/php-file-iterator": "^4.1.0", - "phpunit/php-timer": "^6.0.0", - "phpunit/phpunit": "^10.5.36", - "sebastian/environment": "^6.1.0", - "symfony/console": "^6.4.7 || ^7.1.5", - "symfony/process": "^6.4.7 || ^7.1.5" + "phpunit/php-code-coverage": "^11.0.8", + "phpunit/php-file-iterator": "^5.1.0", + "phpunit/php-timer": "^7.0.1", + "phpunit/phpunit": "^11.5.1", + "sebastian/environment": "^7.2.0", + "symfony/console": "^6.4.14 || ^7.2.1", + "symfony/process": "^6.4.14 || ^7.2.0" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", "ext-pcov": "*", "ext-posix": "*", - "phpstan/phpstan": "^1.12.6", - "phpstan/phpstan-deprecation-rules": "^1.2.1", - "phpstan/phpstan-phpunit": "^1.4.0", - "phpstan/phpstan-strict-rules": "^1.6.1", - "squizlabs/php_codesniffer": "^3.10.3", - "symfony/filesystem": "^6.4.3 || ^7.1.5" + "phpstan/phpstan": "^2.0.3", + "phpstan/phpstan-deprecation-rules": "^2.0.1", + "phpstan/phpstan-phpunit": "^2.0.1", + "phpstan/phpstan-strict-rules": "^2", + "squizlabs/php_codesniffer": "^3.11.1", + "symfony/filesystem": "^6.4.13 || ^7.2.0" }, "bin": [ "bin/paratest", @@ -5489,7 +5675,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v7.4.8" + "source": "https://github.com/paratestphp/paratest/tree/v7.7.0" }, "funding": [ { @@ -5501,7 +5687,7 @@ "type": "paypal" } ], - "time": "2024-10-15T12:45:19+00:00" + "time": "2024-12-11T14:50:44+00:00" }, { "name": "composer/semver", @@ -5586,29 +5772,27 @@ }, { "name": "doctrine/deprecations", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab" + "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", - "reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9", + "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9", - "phpstan/phpstan": "1.4.10 || 1.10.15", - "phpstan/phpstan-phpunit": "^1.0", + "doctrine/coding-standard": "^9 || ^12", + "phpstan/phpstan": "1.4.10 || 2.0.3", + "phpstan/phpstan-phpunit": "^1.0 || ^2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", - "psalm/plugin-phpunit": "0.18.4", - "psr/log": "^1 || ^2 || ^3", - "vimeo/psalm": "4.30.0 || 5.12.0" + "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" @@ -5616,7 +5800,7 @@ "type": "library", "autoload": { "psr-4": { - "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" + "Doctrine\\Deprecations\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -5627,22 +5811,22 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.3" + "source": "https://github.com/doctrine/deprecations/tree/1.1.4" }, - "time": "2024-01-30T19:34:25+00:00" + "time": "2024-12-07T21:18:45+00:00" }, { "name": "fakerphp/faker", - "version": "v1.23.1", + "version": "v1.24.1", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b" + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b", - "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", "shasum": "" }, "require": { @@ -5690,9 +5874,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1" + "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1" }, - "time": "2024-01-02T13:46:09+00:00" + "time": "2024-11-21T13:46:39+00:00" }, { "name": "fidry/cpu-core-counter", @@ -5879,28 +6063,28 @@ }, { "name": "jean85/pretty-package-versions", - "version": "2.0.6", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", - "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4" + "reference": "3c4e5f62ba8d7de1734312e4fff32f67a8daaf10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/f9fdd29ad8e6d024f52678b570e5593759b550b4", - "reference": "f9fdd29ad8e6d024f52678b570e5593759b550b4", + "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/3c4e5f62ba8d7de1734312e4fff32f67a8daaf10", + "reference": "3c4e5f62ba8d7de1734312e4fff32f67a8daaf10", "shasum": "" }, "require": { - "composer-runtime-api": "^2.0.0", - "php": "^7.1|^8.0" + "composer-runtime-api": "^2.1.0", + "php": "^7.4|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", "jean85/composer-provided-replaced-stub-package": "^1.0", "phpstan/phpstan": "^1.4", - "phpunit/phpunit": "^7.5|^8.5|^9.4", - "vimeo/psalm": "^4.3" + "phpunit/phpunit": "^7.5|^8.5|^9.6", + "vimeo/psalm": "^4.3 || ^5.0" }, "type": "library", "extra": { @@ -5932,22 +6116,22 @@ ], "support": { "issues": "https://github.com/Jean85/pretty-package-versions/issues", - "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.6" + "source": "https://github.com/Jean85/pretty-package-versions/tree/2.1.0" }, - "time": "2024-03-08T09:58:59+00:00" + "time": "2024-11-18T16:19:46+00:00" }, { "name": "larastan/larastan", - "version": "v2.9.9", + "version": "v2.9.12", "source": { "type": "git", "url": "https://github.com/larastan/larastan.git", - "reference": "148faa138f0d8acb7d85f4a55693d3e13b6048d2" + "reference": "19012b39fbe4dede43dbe0c126d9681827a5e908" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/larastan/larastan/zipball/148faa138f0d8acb7d85f4a55693d3e13b6048d2", - "reference": "148faa138f0d8acb7d85f4a55693d3e13b6048d2", + "url": "https://api.github.com/repos/larastan/larastan/zipball/19012b39fbe4dede43dbe0c126d9681827a5e908", + "reference": "19012b39fbe4dede43dbe0c126d9681827a5e908", "shasum": "" }, "require": { @@ -5961,13 +6145,15 @@ "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.16", "php": "^8.0.2", "phpmyadmin/sql-parser": "^5.9.0", - "phpstan/phpstan": "^1.12.5" + "phpstan/phpstan": "^1.12.11" }, "require-dev": { "doctrine/coding-standard": "^12.0", + "laravel/framework": "^9.52.16 || ^10.28.0 || ^11.16", + "mockery/mockery": "^1.5.1", "nikic/php-parser": "^4.19.1", "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.2", - "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.3", + "orchestra/testbench-core": "^7.33.0 || ^8.13.0 || ^9.0.9", "phpstan/phpstan-deprecation-rules": "^1.2", "phpunit/phpunit": "^9.6.13 || ^10.5.16" }, @@ -5976,13 +6162,13 @@ }, "type": "phpstan-extension", "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - }, "phpstan": { "includes": [ "extension.neon" ] + }, + "branch-alias": { + "dev-master": "2.0-dev" } }, "autoload": { @@ -6004,7 +6190,7 @@ "email": "enunomaduro@gmail.com" } ], - "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel", + "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel", "keywords": [ "PHPStan", "code analyse", @@ -6017,40 +6203,28 @@ ], "support": { "issues": "https://github.com/larastan/larastan/issues", - "source": "https://github.com/larastan/larastan/tree/v2.9.9" + "source": "https://github.com/larastan/larastan/tree/v2.9.12" }, "funding": [ - { - "url": "https://www.paypal.com/paypalme/enunomaduro", - "type": "custom" - }, { "url": "https://github.com/canvural", "type": "github" - }, - { - "url": "https://github.com/nunomaduro", - "type": "github" - }, - { - "url": "https://www.patreon.com/nunomaduro", - "type": "patreon" } ], - "time": "2024-10-15T19:41:22+00:00" + "time": "2024-11-26T23:09:02+00:00" }, { "name": "laravel/pail", - "version": "v1.2.0", + "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/laravel/pail.git", - "reference": "085a2306b520c3896afa361c25704e5fa3c27bf0" + "reference": "353ac12134b98e2e7c3333d916bd3e523931e583" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pail/zipball/085a2306b520c3896afa361c25704e5fa3c27bf0", - "reference": "085a2306b520c3896afa361c25704e5fa3c27bf0", + "url": "https://api.github.com/repos/laravel/pail/zipball/353ac12134b98e2e7c3333d916bd3e523931e583", + "reference": "353ac12134b98e2e7c3333d916bd3e523931e583", "shasum": "" }, "require": { @@ -6065,8 +6239,9 @@ "symfony/console": "^6.0|^7.0" }, "require-dev": { + "laravel/framework": "^10.24|^11.0", "laravel/pint": "^1.13", - "orchestra/testbench": "^8.12|^9.0", + "orchestra/testbench-core": "^8.12|^9.0", "pestphp/pest": "^2.20", "pestphp/pest-plugin-type-coverage": "^2.3", "phpstan/phpstan": "^1.10", @@ -6074,13 +6249,13 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - }, "laravel": { "providers": [ "Laravel\\Pail\\PailServiceProvider" ] + }, + "branch-alias": { + "dev-main": "1.x-dev" } }, "autoload": { @@ -6114,20 +6289,20 @@ "issues": "https://github.com/laravel/pail/issues", "source": "https://github.com/laravel/pail" }, - "time": "2024-10-21T13:59:30+00:00" + "time": "2024-10-23T12:56:23+00:00" }, { "name": "laravel/pint", - "version": "v1.18.1", + "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9" + "reference": "8169513746e1bac70c85d6ea1524d9225d4886f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/35c00c05ec43e6b46d295efc0f4386ceb30d50d9", - "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9", + "url": "https://api.github.com/repos/laravel/pint/zipball/8169513746e1bac70c85d6ea1524d9225d4886f0", + "reference": "8169513746e1bac70c85d6ea1524d9225d4886f0", "shasum": "" }, "require": { @@ -6138,13 +6313,13 @@ "php": "^8.1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.64.0", - "illuminate/view": "^10.48.20", - "larastan/larastan": "^2.9.8", - "laravel-zero/framework": "^10.4.0", + "friendsofphp/php-cs-fixer": "^3.66.0", + "illuminate/view": "^10.48.25", + "larastan/larastan": "^2.9.12", + "laravel-zero/framework": "^10.48.25", "mockery/mockery": "^1.6.12", - "nunomaduro/termwind": "^1.15.1", - "pestphp/pest": "^2.35.1" + "nunomaduro/termwind": "^1.17.0", + "pestphp/pest": "^2.36.0" }, "bin": [ "builds/pint" @@ -6180,7 +6355,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2024-09-24T17:22:50+00:00" + "time": "2024-12-30T16:20:10+00:00" }, { "name": "laravel/tinker", @@ -6333,16 +6508,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.12.0", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", - "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", "shasum": "" }, "require": { @@ -6381,7 +6556,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.12.0" + "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" }, "funding": [ { @@ -6389,20 +6564,20 @@ "type": "tidelift" } ], - "time": "2024-06-12T14:39:25+00:00" + "time": "2024-11-08T17:47:46+00:00" }, { "name": "nikic/php-parser", - "version": "v5.3.1", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" + "reference": "447a020a1f875a434d62f2a401f53b82a396e494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", - "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494", + "reference": "447a020a1f875a434d62f2a401f53b82a396e494", "shasum": "" }, "require": { @@ -6445,9 +6620,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0" }, - "time": "2024-10-08T18:51:32+00:00" + "time": "2024-12-30T11:07:19+00:00" }, { "name": "nunomaduro/collision", @@ -6548,37 +6723,37 @@ }, { "name": "orchestra/canvas", - "version": "v9.1.3", + "version": "v9.2.0", "source": { "type": "git", "url": "https://github.com/orchestral/canvas.git", - "reference": "dbe51d918c4614f9c5ac9b7b7d3baac2360daf5d" + "reference": "b7156c011d780ee1e09a66eb73a38bfa23db759a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas/zipball/dbe51d918c4614f9c5ac9b7b7d3baac2360daf5d", - "reference": "dbe51d918c4614f9c5ac9b7b7d3baac2360daf5d", + "url": "https://api.github.com/repos/orchestral/canvas/zipball/b7156c011d780ee1e09a66eb73a38bfa23db759a", + "reference": "b7156c011d780ee1e09a66eb73a38bfa23db759a", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "composer/semver": "^3.0", - "illuminate/console": "^11.26", - "illuminate/database": "^11.26", - "illuminate/filesystem": "^11.26", - "illuminate/support": "^11.26", + "illuminate/console": "^11.35", + "illuminate/database": "^11.35", + "illuminate/filesystem": "^11.35", + "illuminate/support": "^11.35", "orchestra/canvas-core": "^9.0", - "orchestra/testbench-core": "^9.2", + "orchestra/testbench-core": "^9.7", "php": "^8.2", - "symfony/polyfill-php83": "^1.28", - "symfony/yaml": "^7.0" + "symfony/polyfill-php83": "^1.31", + "symfony/yaml": "^7.0.3" }, "require-dev": { - "laravel/framework": "^11.26", + "laravel/framework": "^11.35", "laravel/pint": "^1.17", - "mockery/mockery": "^1.6", + "mockery/mockery": "^1.6.10", "phpstan/phpstan": "^1.11", - "phpunit/phpunit": "^11.0", + "phpunit/phpunit": "^11.3.6", "spatie/laravel-ray": "^1.35" }, "bin": [ @@ -6586,9 +6761,6 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-master": "9.0-dev" - }, "laravel": { "providers": [ "Orchestra\\Canvas\\LaravelServiceProvider" @@ -6617,9 +6789,9 @@ "description": "Code Generators for Laravel Applications and Packages", "support": { "issues": "https://github.com/orchestral/canvas/issues", - "source": "https://github.com/orchestral/canvas/tree/v9.1.3" + "source": "https://github.com/orchestral/canvas/tree/v9.2.0" }, - "time": "2024-10-02T01:00:54+00:00" + "time": "2024-11-30T15:48:36+00:00" }, { "name": "orchestra/canvas-core", @@ -6654,13 +6826,13 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "9.0-dev" - }, "laravel": { "providers": [ "Orchestra\\Canvas\\Core\\LaravelServiceProvider" ] + }, + "branch-alias": { + "dev-master": "9.0-dev" } }, "autoload": { @@ -6691,30 +6863,30 @@ }, { "name": "orchestra/testbench", - "version": "v9.5.2", + "version": "v9.9.0", "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "bc404d840ffbb722bf0bbb042251ef83223482f9" + "reference": "2f3e8c687ca5c0bd4d8bc91c4448983d046ba32b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/bc404d840ffbb722bf0bbb042251ef83223482f9", - "reference": "bc404d840ffbb722bf0bbb042251ef83223482f9", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/2f3e8c687ca5c0bd4d8bc91c4448983d046ba32b", + "reference": "2f3e8c687ca5c0bd4d8bc91c4448983d046ba32b", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "fakerphp/faker": "^1.23", - "laravel/framework": "^11.11", - "mockery/mockery": "^1.6", - "orchestra/testbench-core": "^9.5.3", - "orchestra/workbench": "^9.6", + "laravel/framework": "^11.35.0", + "mockery/mockery": "^1.6.10", + "orchestra/testbench-core": "^9.9.0", + "orchestra/workbench": "^9.13.0", "php": "^8.2", - "phpunit/phpunit": "^10.5 || ^11.0.1", - "symfony/process": "^7.0", - "symfony/yaml": "^7.0", - "vlucas/phpdotenv": "^5.4.1" + "phpunit/phpunit": "^10.5.35 || ^11.3.6", + "symfony/process": "^7.0.3", + "symfony/yaml": "^7.0.3", + "vlucas/phpdotenv": "^5.6.1" }, "type": "library", "notification-url": "https://packagist.org/downloads/", @@ -6740,53 +6912,56 @@ ], "support": { "issues": "https://github.com/orchestral/testbench/issues", - "source": "https://github.com/orchestral/testbench/tree/v9.5.2" + "source": "https://github.com/orchestral/testbench/tree/v9.9.0" }, - "time": "2024-10-06T13:07:57+00:00" + "time": "2024-12-25T23:40:19+00:00" }, { "name": "orchestra/testbench-core", - "version": "v9.5.5", + "version": "v9.9.0", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "681a071a31e3b85ae080fa98614af0aec511cf6f" + "reference": "b605631fa3c779e51bc45d78013a979ddeb0d9fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/681a071a31e3b85ae080fa98614af0aec511cf6f", - "reference": "681a071a31e3b85ae080fa98614af0aec511cf6f", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/b605631fa3c779e51bc45d78013a979ddeb0d9fe", + "reference": "b605631fa3c779e51bc45d78013a979ddeb0d9fe", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "php": "^8.2", - "symfony/polyfill-php83": "^1.28" + "symfony/polyfill-php83": "^1.31", + "symfony/polyfill-php84": "^1.31" }, "conflict": { "brianium/paratest": "<7.3.0 || >=8.0.0", - "laravel/framework": "<11.11.0 || >=12.0.0", - "laravel/serializable-closure": "<1.3.0 || >=2.0.0", + "laravel/framework": "<11.35.0 || >=12.0.0", + "laravel/serializable-closure": "<1.3.0 || >=3.0.0", "nunomaduro/collision": "<8.0.0 || >=9.0.0", - "phpunit/phpunit": "<10.5.0 || 11.0.0 || >=11.5.0" + "orchestra/testbench-dusk": "<9.10.0 || >=10.0.0", + "phpunit/phpunit": "<10.5.35 || >=11.0.0 <11.3.6 || >=11.6.0" }, "require-dev": { - "fakerphp/faker": "^1.23", - "laravel/framework": "^11.11", + "fakerphp/faker": "^1.24", + "laravel/framework": "^11.35.0", "laravel/pint": "^1.17", - "mockery/mockery": "^1.6", - "phpstan/phpstan": "^1.11", - "phpunit/phpunit": "^10.5 || ^11.0.1", - "spatie/laravel-ray": "^1.35", - "symfony/process": "^7.0", - "symfony/yaml": "^7.0", - "vlucas/phpdotenv": "^5.4.1" + "laravel/serializable-closure": "^1.3 || ^2.0", + "mockery/mockery": "^1.6.10", + "phpstan/phpstan": "^2.0", + "phpunit/phpunit": "^10.5.35 || ^11.3.6", + "spatie/laravel-ray": "^1.39", + "symfony/process": "^7.0.3", + "symfony/yaml": "^7.0.3", + "vlucas/phpdotenv": "^5.6.1" }, "suggest": { - "brianium/paratest": "Allow using parallel tresting (^7.3).", + "brianium/paratest": "Allow using parallel testing (^7.3).", "ext-pcntl": "Required to use all features of the console signal trapping.", "fakerphp/faker": "Allow using Faker for testing (^1.23).", - "laravel/framework": "Required for testing (^11.11).", + "laravel/framework": "Required for testing (^11.35.0).", "mockery/mockery": "Allow using Mockery for testing (^1.6).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^8.0).", "orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^9.0).", @@ -6832,43 +7007,43 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2024-10-25T14:43:57+00:00" + "time": "2024-12-24T01:10:06+00:00" }, { "name": "orchestra/workbench", - "version": "v9.7.0", + "version": "v9.13.0", "source": { "type": "git", "url": "https://github.com/orchestral/workbench.git", - "reference": "1744d07bfeee488270039b3b21605f528c3b696d" + "reference": "9c9a42060735bfb49b1298c39dba392f936de372" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/workbench/zipball/1744d07bfeee488270039b3b21605f528c3b696d", - "reference": "1744d07bfeee488270039b3b21605f528c3b696d", + "url": "https://api.github.com/repos/orchestral/workbench/zipball/9c9a42060735bfb49b1298c39dba392f936de372", + "reference": "9c9a42060735bfb49b1298c39dba392f936de372", "shasum": "" }, "require": { "composer-runtime-api": "^2.2", "fakerphp/faker": "^1.23", - "laravel/framework": "^11.11", + "laravel/framework": "^11.35", "laravel/pail": "^1.2", "laravel/tinker": "^2.9", "nunomaduro/collision": "^8.0", "orchestra/canvas": "^9.1", - "orchestra/testbench-core": "^9.5.3", + "orchestra/testbench-core": "^9.9.0", "php": "^8.2", - "spatie/laravel-ray": "^1.35", "symfony/polyfill-php83": "^1.31", "symfony/polyfill-php84": "^1.31", + "symfony/process": "^7.0.3", "symfony/yaml": "^7.0.3" }, "require-dev": { "laravel/pint": "^1.17", "mockery/mockery": "^1.6.10", - "phpstan/phpstan": "^1.11", + "phpstan/phpstan": "^2.0", "phpunit/phpunit": "^10.5.35 || ^11.3.6", - "symfony/process": "^7.0.3" + "spatie/laravel-ray": "^1.39" }, "suggest": { "ext-pcntl": "Required to use all features of the console signal trapping." @@ -6898,43 +7073,44 @@ ], "support": { "issues": "https://github.com/orchestral/workbench/issues", - "source": "https://github.com/orchestral/workbench/tree/v9.7.0" + "source": "https://github.com/orchestral/workbench/tree/v9.13.0" }, - "time": "2024-10-24T06:22:45+00:00" + "time": "2024-12-24T11:40:02+00:00" }, { "name": "pestphp/pest", - "version": "v2.36.0", + "version": "v3.7.1", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "f8c88bd14dc1772bfaf02169afb601ecdf2724cd" + "reference": "bf3178473dcaa53b0458f21dfdb271306ea62512" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/f8c88bd14dc1772bfaf02169afb601ecdf2724cd", - "reference": "f8c88bd14dc1772bfaf02169afb601ecdf2724cd", + "url": "https://api.github.com/repos/pestphp/pest/zipball/bf3178473dcaa53b0458f21dfdb271306ea62512", + "reference": "bf3178473dcaa53b0458f21dfdb271306ea62512", "shasum": "" }, "require": { - "brianium/paratest": "^7.3.1", - "nunomaduro/collision": "^7.11.0|^8.4.0", - "nunomaduro/termwind": "^1.16.0|^2.1.0", - "pestphp/pest-plugin": "^2.1.1", - "pestphp/pest-plugin-arch": "^2.7.0", - "php": "^8.1.0", - "phpunit/phpunit": "^10.5.36" + "brianium/paratest": "^7.7.0", + "nunomaduro/collision": "^8.5.0", + "nunomaduro/termwind": "^2.3.0", + "pestphp/pest-plugin": "^3.0.0", + "pestphp/pest-plugin-arch": "^3.0.0", + "pestphp/pest-plugin-mutate": "^3.0.5", + "php": "^8.2.0", + "phpunit/phpunit": "^11.5.1" }, "conflict": { "filp/whoops": "<2.16.0", - "phpunit/phpunit": ">10.5.36", - "sebastian/exporter": "<5.1.0", + "phpunit/phpunit": ">11.5.1", + "sebastian/exporter": "<6.0.0", "webmozart/assert": "<1.11.0" }, "require-dev": { - "pestphp/pest-dev-tools": "^2.17.0", - "pestphp/pest-plugin-type-coverage": "^2.8.7", - "symfony/process": "^6.4.0|^7.1.5" + "pestphp/pest-dev-tools": "^3.3.0", + "pestphp/pest-plugin-type-coverage": "^3.2.0", + "symfony/process": "^7.2.0" }, "bin": [ "bin/pest" @@ -6943,6 +7119,8 @@ "extra": { "pest": { "plugins": [ + "Pest\\Mutate\\Plugins\\Mutate", + "Pest\\Plugins\\Configuration", "Pest\\Plugins\\Bail", "Pest\\Plugins\\Cache", "Pest\\Plugins\\Coverage", @@ -6997,7 +7175,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v2.36.0" + "source": "https://github.com/pestphp/pest/tree/v3.7.1" }, "funding": [ { @@ -7009,34 +7187,34 @@ "type": "github" } ], - "time": "2024-10-15T15:30:56+00:00" + "time": "2024-12-12T11:52:01+00:00" }, { "name": "pestphp/pest-plugin", - "version": "v2.1.1", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest-plugin.git", - "reference": "e05d2859e08c2567ee38ce8b005d044e72648c0b" + "reference": "e79b26c65bc11c41093b10150c1341cc5cdbea83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin/zipball/e05d2859e08c2567ee38ce8b005d044e72648c0b", - "reference": "e05d2859e08c2567ee38ce8b005d044e72648c0b", + "url": "https://api.github.com/repos/pestphp/pest-plugin/zipball/e79b26c65bc11c41093b10150c1341cc5cdbea83", + "reference": "e79b26c65bc11c41093b10150c1341cc5cdbea83", "shasum": "" }, "require": { "composer-plugin-api": "^2.0.0", "composer-runtime-api": "^2.2.2", - "php": "^8.1" + "php": "^8.2" }, "conflict": { - "pestphp/pest": "<2.2.3" + "pestphp/pest": "<3.0.0" }, "require-dev": { - "composer/composer": "^2.5.8", - "pestphp/pest": "^2.16.0", - "pestphp/pest-dev-tools": "^2.16.0" + "composer/composer": "^2.7.9", + "pestphp/pest": "^3.0.0", + "pestphp/pest-dev-tools": "^3.0.0" }, "type": "composer-plugin", "extra": { @@ -7063,7 +7241,7 @@ "unit" ], "support": { - "source": "https://github.com/pestphp/pest-plugin/tree/v2.1.1" + "source": "https://github.com/pestphp/pest-plugin/tree/v3.0.0" }, "funding": [ { @@ -7079,31 +7257,30 @@ "type": "patreon" } ], - "time": "2023-08-22T08:40:06+00:00" + "time": "2024-09-08T23:21:41+00:00" }, { "name": "pestphp/pest-plugin-arch", - "version": "v2.7.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest-plugin-arch.git", - "reference": "d23b2d7498475354522c3818c42ef355dca3fcda" + "reference": "0a27e55a270cfe73d8cb70551b91002ee2cb64b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/d23b2d7498475354522c3818c42ef355dca3fcda", - "reference": "d23b2d7498475354522c3818c42ef355dca3fcda", + "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/0a27e55a270cfe73d8cb70551b91002ee2cb64b0", + "reference": "0a27e55a270cfe73d8cb70551b91002ee2cb64b0", "shasum": "" }, "require": { - "nunomaduro/collision": "^7.10.0|^8.1.0", - "pestphp/pest-plugin": "^2.1.1", - "php": "^8.1", + "pestphp/pest-plugin": "^3.0.0", + "php": "^8.2", "ta-tikoma/phpunit-architecture-test": "^0.8.4" }, "require-dev": { - "pestphp/pest": "^2.33.0", - "pestphp/pest-dev-tools": "^2.16.0" + "pestphp/pest": "^3.0.0", + "pestphp/pest-dev-tools": "^3.0.0" }, "type": "library", "extra": { @@ -7138,19 +7315,91 @@ "unit" ], "support": { - "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.7.0" + "source": "https://github.com/pestphp/pest-plugin-arch/tree/v3.0.0" + }, + "funding": [ + { + "url": "https://www.paypal.com/paypalme/enunomaduro", + "type": "custom" + }, + { + "url": "https://github.com/nunomaduro", + "type": "github" + } + ], + "time": "2024-09-08T23:23:55+00:00" + }, + { + "name": "pestphp/pest-plugin-mutate", + "version": "v3.0.5", + "source": { + "type": "git", + "url": "https://github.com/pestphp/pest-plugin-mutate.git", + "reference": "e10dbdc98c9e2f3890095b4fe2144f63a5717e08" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pestphp/pest-plugin-mutate/zipball/e10dbdc98c9e2f3890095b4fe2144f63a5717e08", + "reference": "e10dbdc98c9e2f3890095b4fe2144f63a5717e08", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^5.2.0", + "pestphp/pest-plugin": "^3.0.0", + "php": "^8.2", + "psr/simple-cache": "^3.0.0" + }, + "require-dev": { + "pestphp/pest": "^3.0.8", + "pestphp/pest-dev-tools": "^3.0.0", + "pestphp/pest-plugin-type-coverage": "^3.0.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Pest\\Mutate\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Sandro Gehri", + "email": "sandrogehri@gmail.com" + } + ], + "description": "Mutates your code to find untested cases", + "keywords": [ + "framework", + "mutate", + "mutation", + "pest", + "php", + "plugin", + "test", + "testing", + "unit" + ], + "support": { + "source": "https://github.com/pestphp/pest-plugin-mutate/tree/v3.0.5" }, "funding": [ { "url": "https://www.paypal.com/paypalme/enunomaduro", "type": "custom" }, + { + "url": "https://github.com/gehrisandro", + "type": "github" + }, { "url": "https://github.com/nunomaduro", "type": "github" } ], - "time": "2024-01-26T09:46:42+00:00" + "time": "2024-09-22T07:54:40+00:00" }, { "name": "phar-io/manifest", @@ -7271,145 +7520,17 @@ "time": "2022-02-21T01:04:05+00:00" }, { - "name": "php-di/invoker", - "version": "2.3.4", + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/PHP-DI/Invoker.git", - "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/33234b32dafa8eb69202f950a1fc92055ed76a86", - "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86", - "shasum": "" - }, - "require": { - "php": ">=7.3", - "psr/container": "^1.0|^2.0" - }, - "require-dev": { - "athletic/athletic": "~0.1.8", - "mnapoli/hard-mode": "~0.3.0", - "phpunit/phpunit": "^9.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Invoker\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Generic and extensible callable invoker", - "homepage": "https://github.com/PHP-DI/Invoker", - "keywords": [ - "callable", - "dependency", - "dependency-injection", - "injection", - "invoke", - "invoker" - ], - "support": { - "issues": "https://github.com/PHP-DI/Invoker/issues", - "source": "https://github.com/PHP-DI/Invoker/tree/2.3.4" - }, - "funding": [ - { - "url": "https://github.com/mnapoli", - "type": "github" - } - ], - "time": "2023-09-08T09:24:21+00:00" - }, - { - "name": "php-di/php-di", - "version": "7.0.7", - "source": { - "type": "git", - "url": "https://github.com/PHP-DI/PHP-DI.git", - "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/e87435e3c0e8f22977adc5af0d5cdcc467e15cf1", - "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1", - "shasum": "" - }, - "require": { - "laravel/serializable-closure": "^1.0", - "php": ">=8.0", - "php-di/invoker": "^2.0", - "psr/container": "^1.1 || ^2.0" - }, - "provide": { - "psr/container-implementation": "^1.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^3", - "friendsofphp/proxy-manager-lts": "^1", - "mnapoli/phpunit-easymock": "^1.3", - "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^4.6" - }, - "suggest": { - "friendsofphp/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "DI\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "The dependency injection container for humans", - "homepage": "https://php-di.org/", - "keywords": [ - "PSR-11", - "container", - "container-interop", - "dependency injection", - "di", - "ioc", - "psr11" - ], - "support": { - "issues": "https://github.com/PHP-DI/PHP-DI/issues", - "source": "https://github.com/PHP-DI/PHP-DI/tree/7.0.7" - }, - "funding": [ - { - "url": "https://github.com/mnapoli", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/php-di/php-di", - "type": "tidelift" - } - ], - "time": "2024-07-21T15:55:45+00:00" - }, - { - "name": "phpdocumentor/reflection-common", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { @@ -7453,16 +7574,16 @@ }, { "name": "phpdocumentor/reflection-docblock", - "version": "5.4.1", + "version": "5.6.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c" + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", - "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", + "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8", "shasum": "" }, "require": { @@ -7471,17 +7592,17 @@ "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.7", - "phpstan/phpdoc-parser": "^1.7", + "phpstan/phpdoc-parser": "^1.7|^2.0", "webmozart/assert": "^1.9.1" }, "require-dev": { - "mockery/mockery": "~1.3.5", + "mockery/mockery": "~1.3.5 || ~1.6.0", "phpstan/extension-installer": "^1.1", "phpstan/phpstan": "^1.8", "phpstan/phpstan-mockery": "^1.1", "phpstan/phpstan-webmozart-assert": "^1.2", "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^5.13" + "psalm/phar": "^5.26" }, "type": "library", "extra": { @@ -7511,29 +7632,29 @@ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "support": { "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1" + "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1" }, - "time": "2024-05-21T05:55:05+00:00" + "time": "2024-12-07T09:39:29+00:00" }, { "name": "phpdocumentor/type-resolver", - "version": "1.8.2", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "153ae662783729388a584b4361f2545e4d841e3c" + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/153ae662783729388a584b4361f2545e4d841e3c", - "reference": "153ae662783729388a584b4361f2545e4d841e3c", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a", + "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a", "shasum": "" }, "require": { "doctrine/deprecations": "^1.0", "php": "^7.3 || ^8.0", "phpdocumentor/reflection-common": "^2.0", - "phpstan/phpdoc-parser": "^1.13" + "phpstan/phpdoc-parser": "^1.18|^2.0" }, "require-dev": { "ext-tokenizer": "*", @@ -7569,22 +7690,22 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.2" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0" }, - "time": "2024-02-23T11:10:43+00:00" + "time": "2024-11-09T15:12:26+00:00" }, { "name": "phpmyadmin/sql-parser", - "version": "5.10.0", + "version": "5.10.2", "source": { "type": "git", "url": "https://github.com/phpmyadmin/sql-parser.git", - "reference": "91d980ab76c3f152481e367f62b921adc38af451" + "reference": "72afbce7e4b421593b60d2eb7281e37a50734df8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/91d980ab76c3f152481e367f62b921adc38af451", - "reference": "91d980ab76c3f152481e367f62b921adc38af451", + "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/72afbce7e4b421593b60d2eb7281e37a50734df8", + "reference": "72afbce7e4b421593b60d2eb7281e37a50734df8", "shasum": "" }, "require": { @@ -7658,34 +7779,34 @@ "type": "other" } ], - "time": "2024-08-29T20:56:34+00:00" + "time": "2024-12-05T15:04:09+00:00" }, { "name": "phpstan/phpdoc-parser", - "version": "1.33.0", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140" + "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/82a311fd3690fb2bf7b64d5c98f912b3dd746140", - "reference": "82a311fd3690fb2bf7b64d5c98f912b3dd746140", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/c00d78fb6b29658347f9d37ebe104bffadf36299", + "reference": "c00d78fb6b29658347f9d37ebe104bffadf36299", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "doctrine/annotations": "^2.0", - "nikic/php-parser": "^4.15", + "nikic/php-parser": "^5.3.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.5", - "phpstan/phpstan-phpunit": "^1.1", - "phpstan/phpstan-strict-rules": "^1.0", - "phpunit/phpunit": "^9.5", + "phpstan/phpstan": "^2.0", + "phpstan/phpstan-phpunit": "^2.0", + "phpstan/phpstan-strict-rules": "^2.0", + "phpunit/phpunit": "^9.6", "symfony/process": "^5.2" }, "type": "library", @@ -7703,22 +7824,22 @@ "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/1.33.0" + "source": "https://github.com/phpstan/phpdoc-parser/tree/2.0.0" }, - "time": "2024-10-13T11:25:22+00:00" + "time": "2024-10-13T11:29:49+00:00" }, { "name": "phpstan/phpstan", - "version": "1.12.7", + "version": "1.12.14", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0" + "reference": "e73868f809e68fff33be961ad4946e2e43ec9e38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", - "reference": "dc2b9976bd8b0f84ec9b0e50cc35378551de7af0", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e73868f809e68fff33be961ad4946e2e43ec9e38", + "reference": "e73868f809e68fff33be961ad4946e2e43ec9e38", "shasum": "" }, "require": { @@ -7763,39 +7884,39 @@ "type": "github" } ], - "time": "2024-10-18T11:12:07+00:00" + "time": "2024-12-31T07:26:13+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "10.1.16", + "version": "11.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "7e308268858ed6baedc8704a304727d20bc07c77" + "reference": "418c59fd080954f8c4aa5631d9502ecda2387118" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77", - "reference": "7e308268858ed6baedc8704a304727d20bc07c77", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/418c59fd080954f8c4aa5631d9502ecda2387118", + "reference": "418c59fd080954f8c4aa5631d9502ecda2387118", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.19.1 || ^5.1.0", - "php": ">=8.1", - "phpunit/php-file-iterator": "^4.1.0", - "phpunit/php-text-template": "^3.0.1", - "sebastian/code-unit-reverse-lookup": "^3.0.0", - "sebastian/complexity": "^3.2.0", - "sebastian/environment": "^6.1.0", - "sebastian/lines-of-code": "^2.0.2", - "sebastian/version": "^4.0.1", + "nikic/php-parser": "^5.3.1", + "php": ">=8.2", + "phpunit/php-file-iterator": "^5.1.0", + "phpunit/php-text-template": "^4.0.1", + "sebastian/code-unit-reverse-lookup": "^4.0.1", + "sebastian/complexity": "^4.0.1", + "sebastian/environment": "^7.2.0", + "sebastian/lines-of-code": "^3.0.1", + "sebastian/version": "^5.0.2", "theseer/tokenizer": "^1.2.3" }, "require-dev": { - "phpunit/phpunit": "^10.1" + "phpunit/phpunit": "^11.5.0" }, "suggest": { "ext-pcov": "PHP extension that provides line coverage", @@ -7804,7 +7925,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.1.x-dev" + "dev-main": "11.0.x-dev" } }, "autoload": { @@ -7833,7 +7954,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/11.0.8" }, "funding": [ { @@ -7841,32 +7962,32 @@ "type": "github" } ], - "time": "2024-08-22T04:31:57+00:00" + "time": "2024-12-11T12:34:27+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "4.1.0", + "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" + "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", - "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/118cfaaa8bc5aef3287bf315b6060b1174754af6", + "reference": "118cfaaa8bc5aef3287bf315b6060b1174754af6", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -7894,7 +8015,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/5.1.0" }, "funding": [ { @@ -7902,28 +8023,28 @@ "type": "github" } ], - "time": "2023-08-31T06:24:48+00:00" + "time": "2024-08-27T05:02:59+00:00" }, { "name": "phpunit/php-invoker", - "version": "4.0.0", + "version": "5.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" + "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", - "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/c1ca3814734c07492b3d4c5f794f4b0995333da2", + "reference": "c1ca3814734c07492b3d4c5f794f4b0995333da2", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { "ext-pcntl": "*", - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "suggest": { "ext-pcntl": "*" @@ -7931,7 +8052,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -7957,7 +8078,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-invoker/issues", - "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" + "security": "https://github.com/sebastianbergmann/php-invoker/security/policy", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/5.0.1" }, "funding": [ { @@ -7965,32 +8087,32 @@ "type": "github" } ], - "time": "2023-02-03T06:56:09+00:00" + "time": "2024-07-03T05:07:44+00:00" }, { "name": "phpunit/php-text-template", - "version": "3.0.1", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" + "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", - "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/3e0404dc6b300e6bf56415467ebcb3fe4f33e964", + "reference": "3e0404dc6b300e6bf56415467ebcb3fe4f33e964", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8017,7 +8139,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", - "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" + "source": "https://github.com/sebastianbergmann/php-text-template/tree/4.0.1" }, "funding": [ { @@ -8025,32 +8147,32 @@ "type": "github" } ], - "time": "2023-08-31T14:07:24+00:00" + "time": "2024-07-03T05:08:43+00:00" }, { "name": "phpunit/php-timer", - "version": "6.0.0", + "version": "7.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" + "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", - "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3b415def83fbcb41f991d9ebf16ae4ad8b7837b3", + "reference": "3b415def83fbcb41f991d9ebf16ae4ad8b7837b3", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "7.0-dev" } }, "autoload": { @@ -8076,7 +8198,8 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-timer/issues", - "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" + "security": "https://github.com/sebastianbergmann/php-timer/security/policy", + "source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.1" }, "funding": [ { @@ -8084,20 +8207,20 @@ "type": "github" } ], - "time": "2023-02-03T06:57:52+00:00" + "time": "2024-07-03T05:09:35+00:00" }, { "name": "phpunit/phpunit", - "version": "10.5.36", + "version": "11.5.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870" + "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", - "reference": "aa0a8ce701ea7ee314b0dfaa8970dc94f3f8c870", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2b94d4f2450b9869fa64a46fd8a6a41997aef56a", + "reference": "2b94d4f2450b9869fa64a46fd8a6a41997aef56a", "shasum": "" }, "require": { @@ -8107,26 +8230,26 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.0", + "myclabs/deep-copy": "^1.12.1", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", - "php": ">=8.1", - "phpunit/php-code-coverage": "^10.1.16", - "phpunit/php-file-iterator": "^4.1.0", - "phpunit/php-invoker": "^4.0.0", - "phpunit/php-text-template": "^3.0.1", - "phpunit/php-timer": "^6.0.0", - "sebastian/cli-parser": "^2.0.1", - "sebastian/code-unit": "^2.0.0", - "sebastian/comparator": "^5.0.2", - "sebastian/diff": "^5.1.1", - "sebastian/environment": "^6.1.0", - "sebastian/exporter": "^5.1.2", - "sebastian/global-state": "^6.0.2", - "sebastian/object-enumerator": "^5.0.0", - "sebastian/recursion-context": "^5.0.0", - "sebastian/type": "^4.0.0", - "sebastian/version": "^4.0.1" + "php": ">=8.2", + "phpunit/php-code-coverage": "^11.0.7", + "phpunit/php-file-iterator": "^5.1.0", + "phpunit/php-invoker": "^5.0.1", + "phpunit/php-text-template": "^4.0.1", + "phpunit/php-timer": "^7.0.1", + "sebastian/cli-parser": "^3.0.2", + "sebastian/code-unit": "^3.0.1", + "sebastian/comparator": "^6.2.1", + "sebastian/diff": "^6.0.2", + "sebastian/environment": "^7.2.0", + "sebastian/exporter": "^6.3.0", + "sebastian/global-state": "^7.0.2", + "sebastian/object-enumerator": "^6.0.1", + "sebastian/type": "^5.1.0", + "sebastian/version": "^5.0.2", + "staabm/side-effects-detector": "^1.0.5" }, "suggest": { "ext-soap": "To be able to generate mocks based on WSDL files" @@ -8137,7 +8260,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.5-dev" + "dev-main": "11.5-dev" } }, "autoload": { @@ -8169,7 +8292,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.36" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.1" }, "funding": [ { @@ -8185,20 +8308,20 @@ "type": "tidelift" } ], - "time": "2024-10-08T15:36:51+00:00" + "time": "2024-12-11T10:52:48+00:00" }, { "name": "psy/psysh", - "version": "v0.12.4", + "version": "v0.12.7", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "2fd717afa05341b4f8152547f142cd2f130f6818" + "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2fd717afa05341b4f8152547f142cd2f130f6818", - "reference": "2fd717afa05341b4f8152547f142cd2f130f6818", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c", + "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c", "shasum": "" }, "require": { @@ -8225,12 +8348,12 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-main": "0.12.x-dev" - }, "bamarni-bin": { "bin-links": false, "forward-command": false + }, + "branch-alias": { + "dev-main": "0.12.x-dev" } }, "autoload": { @@ -8262,93 +8385,34 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.4" - }, - "time": "2024-06-10T01:18:23+00:00" - }, - { - "name": "rector/rector", - "version": "1.2.8", - "source": { - "type": "git", - "url": "https://github.com/rectorphp/rector.git", - "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/05755bf43617449c08ee8e50fb840c85ad3b1240", - "reference": "05755bf43617449c08ee8e50fb840c85ad3b1240", - "shasum": "" - }, - "require": { - "php": "^7.2|^8.0", - "phpstan/phpstan": "^1.12.5" - }, - "conflict": { - "rector/rector-doctrine": "*", - "rector/rector-downgrade-php": "*", - "rector/rector-phpunit": "*", - "rector/rector-symfony": "*" - }, - "suggest": { - "ext-dom": "To manipulate phpunit.xml via the custom-rule command" - }, - "bin": [ - "bin/rector" - ], - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Instant Upgrade and Automated Refactoring of any PHP code", - "keywords": [ - "automation", - "dev", - "migration", - "refactoring" - ], - "support": { - "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/1.2.8" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.7" }, - "funding": [ - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2024-10-18T11:54:27+00:00" + "time": "2024-12-10T01:58:33+00:00" }, { "name": "sebastian/cli-parser", - "version": "2.0.1", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084" + "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084", - "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/15c5dd40dc4f38794d383bb95465193f5e0ae180", + "reference": "15c5dd40dc4f38794d383bb95465193f5e0ae180", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8372,7 +8436,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/cli-parser/issues", "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", - "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1" + "source": "https://github.com/sebastianbergmann/cli-parser/tree/3.0.2" }, "funding": [ { @@ -8380,32 +8444,32 @@ "type": "github" } ], - "time": "2024-03-02T07:12:49+00:00" + "time": "2024-07-03T04:41:36+00:00" }, { "name": "sebastian/code-unit", - "version": "2.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" + "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", - "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca", + "reference": "ee88b0cdbe74cf8dd3b54940ff17643c0d6543ca", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.5" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8428,7 +8492,8 @@ "homepage": "https://github.com/sebastianbergmann/code-unit", "support": { "issues": "https://github.com/sebastianbergmann/code-unit/issues", - "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" + "security": "https://github.com/sebastianbergmann/code-unit/security/policy", + "source": "https://github.com/sebastianbergmann/code-unit/tree/3.0.2" }, "funding": [ { @@ -8436,32 +8501,32 @@ "type": "github" } ], - "time": "2023-02-03T06:58:43+00:00" + "time": "2024-12-12T09:59:06+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", - "version": "3.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" + "reference": "183a9b2632194febd219bb9246eee421dad8d45e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", - "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/183a9b2632194febd219bb9246eee421dad8d45e", + "reference": "183a9b2632194febd219bb9246eee421dad8d45e", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8483,7 +8548,8 @@ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "support": { "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", - "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" + "security": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/security/policy", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/4.0.1" }, "funding": [ { @@ -8491,36 +8557,36 @@ "type": "github" } ], - "time": "2023-02-03T06:59:15+00:00" + "time": "2024-07-03T04:45:54+00:00" }, { "name": "sebastian/comparator", - "version": "5.0.3", + "version": "6.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e" + "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", - "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/43d129d6a0f81c78bee378b46688293eb7ea3739", + "reference": "43d129d6a0f81c78bee378b46688293eb7ea3739", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", - "php": ">=8.1", - "sebastian/diff": "^5.0", - "sebastian/exporter": "^5.0" + "php": ">=8.2", + "sebastian/diff": "^6.0", + "sebastian/exporter": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^10.5" + "phpunit/phpunit": "^11.4" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.0-dev" + "dev-main": "6.2-dev" } }, "autoload": { @@ -8560,7 +8626,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3" + "source": "https://github.com/sebastianbergmann/comparator/tree/6.2.1" }, "funding": [ { @@ -8568,33 +8634,33 @@ "type": "github" } ], - "time": "2024-10-18T14:56:07+00:00" + "time": "2024-10-31T05:30:08+00:00" }, { "name": "sebastian/complexity", - "version": "3.2.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "68ff824baeae169ec9f2137158ee529584553799" + "reference": "ee41d384ab1906c68852636b6de493846e13e5a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799", - "reference": "68ff824baeae169ec9f2137158ee529584553799", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/ee41d384ab1906c68852636b6de493846e13e5a0", + "reference": "ee41d384ab1906c68852636b6de493846e13e5a0", "shasum": "" }, "require": { - "nikic/php-parser": "^4.18 || ^5.0", - "php": ">=8.1" + "nikic/php-parser": "^5.0", + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.2-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -8618,7 +8684,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/complexity/issues", "security": "https://github.com/sebastianbergmann/complexity/security/policy", - "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0" + "source": "https://github.com/sebastianbergmann/complexity/tree/4.0.1" }, "funding": [ { @@ -8626,33 +8692,33 @@ "type": "github" } ], - "time": "2023-12-21T08:37:17+00:00" + "time": "2024-07-03T04:49:50+00:00" }, { "name": "sebastian/diff", - "version": "5.1.1", + "version": "6.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" + "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", - "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/b4ccd857127db5d41a5b676f24b51371d76d8544", + "reference": "b4ccd857127db5d41a5b676f24b51371d76d8544", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0", - "symfony/process": "^6.4" + "phpunit/phpunit": "^11.0", + "symfony/process": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.1-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -8685,7 +8751,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "security": "https://github.com/sebastianbergmann/diff/security/policy", - "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" + "source": "https://github.com/sebastianbergmann/diff/tree/6.0.2" }, "funding": [ { @@ -8693,27 +8759,27 @@ "type": "github" } ], - "time": "2024-03-02T07:15:17+00:00" + "time": "2024-07-03T04:53:05+00:00" }, { "name": "sebastian/environment", - "version": "6.1.0", + "version": "7.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" + "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", - "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", + "reference": "855f3ae0ab316bbafe1ba4e16e9f3c078d24a0c5", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "suggest": { "ext-posix": "*" @@ -8721,7 +8787,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "6.1-dev" + "dev-main": "7.2-dev" } }, "autoload": { @@ -8749,7 +8815,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "security": "https://github.com/sebastianbergmann/environment/security/policy", - "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0" + "source": "https://github.com/sebastianbergmann/environment/tree/7.2.0" }, "funding": [ { @@ -8757,34 +8823,34 @@ "type": "github" } ], - "time": "2024-03-23T08:47:14+00:00" + "time": "2024-07-03T04:54:44+00:00" }, { "name": "sebastian/exporter", - "version": "5.1.2", + "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "955288482d97c19a372d3f31006ab3f37da47adf" + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/955288482d97c19a372d3f31006ab3f37da47adf", - "reference": "955288482d97c19a372d3f31006ab3f37da47adf", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3", + "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3", "shasum": "" }, "require": { "ext-mbstring": "*", - "php": ">=8.1", - "sebastian/recursion-context": "^5.0" + "php": ">=8.2", + "sebastian/recursion-context": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.1-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -8827,7 +8893,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", - "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.2" + "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0" }, "funding": [ { @@ -8835,35 +8901,35 @@ "type": "github" } ], - "time": "2024-03-02T07:17:12+00:00" + "time": "2024-12-05T09:17:50+00:00" }, { "name": "sebastian/global-state", - "version": "6.0.2", + "version": "7.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9" + "reference": "3be331570a721f9a4b5917f4209773de17f747d7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", - "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/3be331570a721f9a4b5917f4209773de17f747d7", + "reference": "3be331570a721f9a4b5917f4209773de17f747d7", "shasum": "" }, "require": { - "php": ">=8.1", - "sebastian/object-reflector": "^3.0", - "sebastian/recursion-context": "^5.0" + "php": ">=8.2", + "sebastian/object-reflector": "^4.0", + "sebastian/recursion-context": "^6.0" }, "require-dev": { "ext-dom": "*", - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "7.0-dev" } }, "autoload": { @@ -8889,7 +8955,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "security": "https://github.com/sebastianbergmann/global-state/security/policy", - "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2" + "source": "https://github.com/sebastianbergmann/global-state/tree/7.0.2" }, "funding": [ { @@ -8897,33 +8963,33 @@ "type": "github" } ], - "time": "2024-03-02T07:19:19+00:00" + "time": "2024-07-03T04:57:36+00:00" }, { "name": "sebastian/lines-of-code", - "version": "2.0.2", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0" + "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0", - "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/d36ad0d782e5756913e42ad87cb2890f4ffe467a", + "reference": "d36ad0d782e5756913e42ad87cb2890f4ffe467a", "shasum": "" }, "require": { - "nikic/php-parser": "^4.18 || ^5.0", - "php": ">=8.1" + "nikic/php-parser": "^5.0", + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "2.0-dev" + "dev-main": "3.0-dev" } }, "autoload": { @@ -8947,7 +9013,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", - "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2" + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/3.0.1" }, "funding": [ { @@ -8955,34 +9021,34 @@ "type": "github" } ], - "time": "2023-12-21T08:38:20+00:00" + "time": "2024-07-03T04:58:38+00:00" }, { "name": "sebastian/object-enumerator", - "version": "5.0.0", + "version": "6.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" + "reference": "f5b498e631a74204185071eb41f33f38d64608aa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", - "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/f5b498e631a74204185071eb41f33f38d64608aa", + "reference": "f5b498e631a74204185071eb41f33f38d64608aa", "shasum": "" }, "require": { - "php": ">=8.1", - "sebastian/object-reflector": "^3.0", - "sebastian/recursion-context": "^5.0" + "php": ">=8.2", + "sebastian/object-reflector": "^4.0", + "sebastian/recursion-context": "^6.0" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -9004,7 +9070,8 @@ "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "support": { "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", - "source": "https://github.com/sebastianbergmann/object-enumerator/tree/5.0.0" + "security": "https://github.com/sebastianbergmann/object-enumerator/security/policy", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/6.0.1" }, "funding": [ { @@ -9012,32 +9079,32 @@ "type": "github" } ], - "time": "2023-02-03T07:08:32+00:00" + "time": "2024-07-03T05:00:13+00:00" }, { "name": "sebastian/object-reflector", - "version": "3.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" + "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", - "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/6e1a43b411b2ad34146dee7524cb13a068bb35f9", + "reference": "6e1a43b411b2ad34146dee7524cb13a068bb35f9", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.0-dev" + "dev-main": "4.0-dev" } }, "autoload": { @@ -9059,7 +9126,8 @@ "homepage": "https://github.com/sebastianbergmann/object-reflector/", "support": { "issues": "https://github.com/sebastianbergmann/object-reflector/issues", - "source": "https://github.com/sebastianbergmann/object-reflector/tree/3.0.0" + "security": "https://github.com/sebastianbergmann/object-reflector/security/policy", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/4.0.1" }, "funding": [ { @@ -9067,32 +9135,32 @@ "type": "github" } ], - "time": "2023-02-03T07:06:18+00:00" + "time": "2024-07-03T05:01:32+00:00" }, { "name": "sebastian/recursion-context", - "version": "5.0.0", + "version": "6.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "05909fb5bc7df4c52992396d0116aed689f93712" + "reference": "694d156164372abbd149a4b85ccda2e4670c0e16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712", - "reference": "05909fb5bc7df4c52992396d0116aed689f93712", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/694d156164372abbd149a4b85ccda2e4670c0e16", + "reference": "694d156164372abbd149a4b85ccda2e4670c0e16", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "5.0-dev" + "dev-main": "6.0-dev" } }, "autoload": { @@ -9122,7 +9190,8 @@ "homepage": "https://github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", - "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" + "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/6.0.2" }, "funding": [ { @@ -9130,32 +9199,32 @@ "type": "github" } ], - "time": "2023-02-03T07:05:40+00:00" + "time": "2024-07-03T05:10:34+00:00" }, { "name": "sebastian/type", - "version": "4.0.0", + "version": "5.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" + "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", - "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/461b9c5da241511a2a0e8f240814fb23ce5c0aac", + "reference": "461b9c5da241511a2a0e8f240814fb23ce5c0aac", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^11.3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "4.0-dev" + "dev-main": "5.1-dev" } }, "autoload": { @@ -9178,7 +9247,8 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/4.0.0" + "security": "https://github.com/sebastianbergmann/type/security/policy", + "source": "https://github.com/sebastianbergmann/type/tree/5.1.0" }, "funding": [ { @@ -9186,29 +9256,29 @@ "type": "github" } ], - "time": "2023-02-03T07:10:45+00:00" + "time": "2024-09-17T13:12:04+00:00" }, { "name": "sebastian/version", - "version": "4.0.1", + "version": "5.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" + "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", - "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c687e3387b99f5b03b6caa64c74b63e2936ff874", + "reference": "c687e3387b99f5b03b6caa64c74b63e2936ff874", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "4.0-dev" + "dev-main": "5.0-dev" } }, "autoload": { @@ -9231,7 +9301,8 @@ "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" + "security": "https://github.com/sebastianbergmann/version/security/policy", + "source": "https://github.com/sebastianbergmann/version/tree/5.0.2" }, "funding": [ { @@ -9239,395 +9310,82 @@ "type": "github" } ], - "time": "2023-02-07T11:34:05+00:00" + "time": "2024-10-09T05:16:32+00:00" }, { - "name": "spatie/backtrace", - "version": "1.6.2", + "name": "staabm/side-effects-detector", + "version": "1.0.5", "source": { "type": "git", - "url": "https://github.com/spatie/backtrace.git", - "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9" + "url": "https://github.com/staabm/side-effects-detector.git", + "reference": "d8334211a140ce329c13726d4a715adbddd0a163" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/1a9a145b044677ae3424693f7b06479fc8c137a9", - "reference": "1a9a145b044677ae3424693f7b06479fc8c137a9", + "url": "https://api.github.com/repos/staabm/side-effects-detector/zipball/d8334211a140ce329c13726d4a715adbddd0a163", + "reference": "d8334211a140ce329c13726d4a715adbddd0a163", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "ext-tokenizer": "*", + "php": "^7.4 || ^8.0" }, "require-dev": { - "ext-json": "*", - "laravel/serializable-closure": "^1.3", - "phpunit/phpunit": "^9.3", - "spatie/phpunit-snapshot-assertions": "^4.2", - "symfony/var-dumper": "^5.1" + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan": "^1.12.6", + "phpunit/phpunit": "^9.6.21", + "symfony/var-dumper": "^5.4.43", + "tomasvotruba/type-coverage": "1.0.0", + "tomasvotruba/unused-public": "1.0.0" }, "type": "library", "autoload": { - "psr-4": { - "Spatie\\Backtrace\\": "src" - } + "classmap": [ + "lib/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Freek Van de Herten", - "email": "freek@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - } - ], - "description": "A better backtrace", - "homepage": "https://github.com/spatie/backtrace", + "description": "A static analysis tool to detect side effects in PHP code", "keywords": [ - "Backtrace", - "spatie" + "static analysis" ], "support": { - "source": "https://github.com/spatie/backtrace/tree/1.6.2" + "issues": "https://github.com/staabm/side-effects-detector/issues", + "source": "https://github.com/staabm/side-effects-detector/tree/1.0.5" }, "funding": [ { - "url": "https://github.com/sponsors/spatie", + "url": "https://github.com/staabm", "type": "github" - }, - { - "url": "https://spatie.be/open-source/support-us", - "type": "other" } ], - "time": "2024-07-22T08:21:24+00:00" + "time": "2024-10-20T05:08:20+00:00" }, { - "name": "spatie/laravel-ray", - "version": "1.37.1", + "name": "symfony/polyfill-php84", + "version": "v1.31.0", "source": { "type": "git", - "url": "https://github.com/spatie/laravel-ray.git", - "reference": "c2bedfd1172648df2c80aaceb2541d70f1d9a5b9" + "url": "https://github.com/symfony/polyfill-php84.git", + "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/c2bedfd1172648df2c80aaceb2541d70f1d9a5b9", - "reference": "c2bedfd1172648df2c80aaceb2541d70f1d9a5b9", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/e5493eb51311ab0b1cc2243416613f06ed8f18bd", + "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd", "shasum": "" }, "require": { - "ext-json": "*", - "illuminate/contracts": "^7.20|^8.19|^9.0|^10.0|^11.0", - "illuminate/database": "^7.20|^8.19|^9.0|^10.0|^11.0", - "illuminate/queue": "^7.20|^8.19|^9.0|^10.0|^11.0", - "illuminate/support": "^7.20|^8.19|^9.0|^10.0|^11.0", - "php": "^7.4|^8.0", - "rector/rector": "^0.19.2|^1.0", - "spatie/backtrace": "^1.0", - "spatie/ray": "^1.41.1", - "symfony/stopwatch": "4.2|^5.1|^6.0|^7.0", - "zbateson/mail-mime-parser": "^1.3.1|^2.0|^3.0" - }, - "require-dev": { - "guzzlehttp/guzzle": "^7.3", - "laravel/framework": "^7.20|^8.19|^9.0|^10.0|^11.0", - "orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.22|^2.0", - "phpstan/phpstan": "^1.10.57", - "phpunit/phpunit": "^9.3|^10.1", - "spatie/pest-plugin-snapshots": "^1.1|^2.0", - "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - }, - "laravel": { - "providers": [ - "Spatie\\LaravelRay\\RayServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Spatie\\LaravelRay\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - } - ], - "description": "Easily debug Laravel apps", - "homepage": "https://github.com/spatie/laravel-ray", - "keywords": [ - "laravel-ray", - "spatie" - ], - "support": { - "issues": "https://github.com/spatie/laravel-ray/issues", - "source": "https://github.com/spatie/laravel-ray/tree/1.37.1" - }, - "funding": [ - { - "url": "https://github.com/sponsors/spatie", - "type": "github" - }, - { - "url": "https://spatie.be/open-source/support-us", - "type": "other" - } - ], - "time": "2024-07-12T12:35:17+00:00" - }, - { - "name": "spatie/macroable", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/spatie/macroable.git", - "reference": "ec2c320f932e730607aff8052c44183cf3ecb072" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spatie/macroable/zipball/ec2c320f932e730607aff8052c44183cf3ecb072", - "reference": "ec2c320f932e730607aff8052c44183cf3ecb072", - "shasum": "" - }, - "require": { - "php": "^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^8.0|^9.3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Spatie\\Macroable\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - } - ], - "description": "A trait to dynamically add methods to a class", - "homepage": "https://github.com/spatie/macroable", - "keywords": [ - "macroable", - "spatie" - ], - "support": { - "issues": "https://github.com/spatie/macroable/issues", - "source": "https://github.com/spatie/macroable/tree/2.0.0" - }, - "time": "2021-03-26T22:39:02+00:00" - }, - { - "name": "spatie/ray", - "version": "1.41.2", - "source": { - "type": "git", - "url": "https://github.com/spatie/ray.git", - "reference": "c44f8cfbf82c69909b505de61d8d3f2d324e93fc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/spatie/ray/zipball/c44f8cfbf82c69909b505de61d8d3f2d324e93fc", - "reference": "c44f8cfbf82c69909b505de61d8d3f2d324e93fc", - "shasum": "" - }, - "require": { - "ext-curl": "*", - "ext-json": "*", - "php": "^7.3|^8.0", - "ramsey/uuid": "^3.0|^4.1", - "spatie/backtrace": "^1.1", - "spatie/macroable": "^1.0|^2.0", - "symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0", - "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3" - }, - "require-dev": { - "illuminate/support": "6.x|^8.18|^9.0", - "nesbot/carbon": "^2.63", - "pestphp/pest": "^1.22", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^9.5", - "rector/rector": "^0.19.2", - "spatie/phpunit-snapshot-assertions": "^4.2", - "spatie/test-time": "^1.2" - }, - "bin": [ - "bin/remove-ray.sh" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.x-dev" - } - }, - "autoload": { - "files": [ - "src/helpers.php" - ], - "psr-4": { - "Spatie\\Ray\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Freek Van der Herten", - "email": "freek@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" - } - ], - "description": "Debug with Ray to fix problems faster", - "homepage": "https://github.com/spatie/ray", - "keywords": [ - "ray", - "spatie" - ], - "support": { - "issues": "https://github.com/spatie/ray/issues", - "source": "https://github.com/spatie/ray/tree/1.41.2" - }, - "funding": [ - { - "url": "https://github.com/sponsors/spatie", - "type": "github" - }, - { - "url": "https://spatie.be/open-source/support-us", - "type": "other" - } - ], - "time": "2024-04-24T14:21:46+00:00" - }, - { - "name": "symfony/polyfill-iconv", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956", - "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956", - "shasum": "" - }, - "require": { - "php": ">=7.2" - }, - "provide": { - "ext-iconv": "*" - }, - "suggest": { - "ext-iconv": "For best performance" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill for the Iconv extension", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "iconv", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-09T11:45:10+00:00" - }, - { - "name": "symfony/polyfill-php84", - "version": "v1.31.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php84.git", - "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/e5493eb51311ab0b1cc2243416613f06ed8f18bd", - "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd", - "shasum": "" - }, - "require": { - "php": ">=7.2" + "php": ">=7.2" }, "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -9682,84 +9440,23 @@ ], "time": "2024-09-09T12:04:04+00:00" }, - { - "name": "symfony/stopwatch", - "version": "v7.1.6", - "source": { - "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "8b4a434e6e7faf6adedffb48783a5c75409a1a05" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/8b4a434e6e7faf6adedffb48783a5c75409a1a05", - "reference": "8b4a434e6e7faf6adedffb48783a5c75409a1a05", - "shasum": "" - }, - "require": { - "php": ">=8.2", - "symfony/service-contracts": "^2.5|^3" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides a way to profile code", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.1.6" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-09-25T14:20:29+00:00" - }, { "name": "symfony/yaml", - "version": "v7.1.6", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671" + "reference": "099581e99f557e9f16b43c5916c26380b54abb22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", + "url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22", + "reference": "099581e99f557e9f16b43c5916c26380b54abb22", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -9797,7 +9494,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.1.6" + "source": "https://github.com/symfony/yaml/tree/v7.2.0" }, "funding": [ { @@ -9813,7 +9510,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2024-10-23T06:56:12+00:00" }, { "name": "ta-tikoma/phpunit-architecture-test", @@ -9923,224 +9620,16 @@ } ], "time": "2024-03-03T12:36:25+00:00" - }, - { - "name": "zbateson/mail-mime-parser", - "version": "3.0.3", - "source": { - "type": "git", - "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "e0d4423fe27850c9dd301190767dbc421acc2f19" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/e0d4423fe27850c9dd301190767dbc421acc2f19", - "reference": "e0d4423fe27850c9dd301190767dbc421acc2f19", - "shasum": "" - }, - "require": { - "guzzlehttp/psr7": "^2.5", - "php": ">=8.0", - "php-di/php-di": "^6.0|^7.0", - "psr/log": "^1|^2|^3", - "zbateson/mb-wrapper": "^2.0", - "zbateson/stream-decorators": "^2.1" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "*", - "monolog/monolog": "^2|^3", - "phpstan/phpstan": "*", - "phpunit/phpunit": "^9.6" - }, - "suggest": { - "ext-iconv": "For best support/performance", - "ext-mbstring": "For best support/performance" - }, - "type": "library", - "autoload": { - "psr-4": { - "ZBateson\\MailMimeParser\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Zaahid Bateson" - }, - { - "name": "Contributors", - "homepage": "https://github.com/zbateson/mail-mime-parser/graphs/contributors" - } - ], - "description": "MIME email message parser", - "homepage": "https://mail-mime-parser.org", - "keywords": [ - "MimeMailParser", - "email", - "mail", - "mailparse", - "mime", - "mimeparse", - "parser", - "php-imap" - ], - "support": { - "docs": "https://mail-mime-parser.org/#usage-guide", - "issues": "https://github.com/zbateson/mail-mime-parser/issues", - "source": "https://github.com/zbateson/mail-mime-parser" - }, - "funding": [ - { - "url": "https://github.com/zbateson", - "type": "github" - } - ], - "time": "2024-08-10T18:44:09+00:00" - }, - { - "name": "zbateson/mb-wrapper", - "version": "2.0.0", - "source": { - "type": "git", - "url": "https://github.com/zbateson/mb-wrapper.git", - "reference": "9e4373a153585d12b6c621ac4a6bb143264d4619" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/9e4373a153585d12b6c621ac4a6bb143264d4619", - "reference": "9e4373a153585d12b6c621ac4a6bb143264d4619", - "shasum": "" - }, - "require": { - "php": ">=8.0", - "symfony/polyfill-iconv": "^1.9", - "symfony/polyfill-mbstring": "^1.9" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "*", - "phpstan/phpstan": "*", - "phpunit/phpunit": "<10.0" - }, - "suggest": { - "ext-iconv": "For best support/performance", - "ext-mbstring": "For best support/performance" - }, - "type": "library", - "autoload": { - "psr-4": { - "ZBateson\\MbWrapper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Zaahid Bateson" - } - ], - "description": "Wrapper for mbstring with fallback to iconv for encoding conversion and string manipulation", - "keywords": [ - "charset", - "encoding", - "http", - "iconv", - "mail", - "mb", - "mb_convert_encoding", - "mbstring", - "mime", - "multibyte", - "string" - ], - "support": { - "issues": "https://github.com/zbateson/mb-wrapper/issues", - "source": "https://github.com/zbateson/mb-wrapper/tree/2.0.0" - }, - "funding": [ - { - "url": "https://github.com/zbateson", - "type": "github" - } - ], - "time": "2024-03-20T01:38:07+00:00" - }, - { - "name": "zbateson/stream-decorators", - "version": "2.1.1", - "source": { - "type": "git", - "url": "https://github.com/zbateson/stream-decorators.git", - "reference": "32a2a62fb0f26313395c996ebd658d33c3f9c4e5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/32a2a62fb0f26313395c996ebd658d33c3f9c4e5", - "reference": "32a2a62fb0f26313395c996ebd658d33c3f9c4e5", - "shasum": "" - }, - "require": { - "guzzlehttp/psr7": "^2.5", - "php": ">=8.0", - "zbateson/mb-wrapper": "^2.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "*", - "phpstan/phpstan": "*", - "phpunit/phpunit": "^9.6|^10.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "ZBateson\\StreamDecorators\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Zaahid Bateson" - } - ], - "description": "PHP psr7 stream decorators for mime message part streams", - "keywords": [ - "base64", - "charset", - "decorators", - "mail", - "mime", - "psr7", - "quoted-printable", - "stream", - "uuencode" - ], - "support": { - "issues": "https://github.com/zbateson/stream-decorators/issues", - "source": "https://github.com/zbateson/stream-decorators/tree/2.1.1" - }, - "funding": [ - { - "url": "https://github.com/zbateson", - "type": "github" - } - ], - "time": "2024-04-29T21:42:39+00:00" } ], "aliases": [], "minimum-stability": "dev", - "stability-flags": [], + "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "^8.1|^8.2|^8.3|^8.4" }, - "platform-dev": [], + "platform-dev": {}, "plugin-api-version": "2.6.0" } diff --git a/generate-icons.sh b/generate-icons.sh index 082edc8..fa0dace 100755 --- a/generate-icons.sh +++ b/generate-icons.sh @@ -7,12 +7,12 @@ rm -rf .tmp rm -rf src/views/components mkdir -p src/views/components/{solid,outline} -mkdir -p src/views/components/mini/solid +mkdir -p src/views/components/{mini,micro}/solid # prepare icons git clone git@github.com:tailwindlabs/heroicons.git .tmp -for FILE in .tmp/src/{20,24}/{outline,solid}/*.svg; do +for FILE in .tmp/src/{16,20,24}/{outline,solid}/*.svg; do echo "$(xmllint --noblanks $FILE)" >| "$FILE" echo "$(tail -n +2 $FILE)" >| "$FILE" NEW_FILE="${FILE%.svg}.blade.php" @@ -25,17 +25,13 @@ for FILE in .tmp/src/24/outline/*.php; do sed -i '' 's/variant = $this->getVariant(); if ($mini || $this->variant === 'mini') { $this->variant = 'mini.solid'; } + + if ($micro || $this->variant === 'micro') { + $this->variant = 'micro.solid'; + } } public function render(): View|Factory @@ -33,6 +38,7 @@ private function getVariant(): string $this->solid => 'solid', $this->outline => 'outline', $this->mini => 'mini.solid', + $this->micro => 'micro.solid', default => $this->defaultVariant(), }; } diff --git a/src/config.php b/src/config.php index 2bc778a..a56de23 100644 --- a/src/config.php +++ b/src/config.php @@ -6,7 +6,7 @@ | Icons Variants |-------------------------------------------------------------------------- | - | The icon variant can be 'solid' or 'outline' + | The icon variant can be 'solid', 'outline', 'mini.solid', 'micro.solid' | | | diff --git a/src/views/components/micro/solid/academic-cap.blade.php b/src/views/components/micro/solid/academic-cap.blade.php new file mode 100644 index 0000000..64123e3 --- /dev/null +++ b/src/views/components/micro/solid/academic-cap.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/adjustments-horizontal.blade.php b/src/views/components/micro/solid/adjustments-horizontal.blade.php new file mode 100644 index 0000000..e010ecb --- /dev/null +++ b/src/views/components/micro/solid/adjustments-horizontal.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/adjustments-vertical.blade.php b/src/views/components/micro/solid/adjustments-vertical.blade.php new file mode 100644 index 0000000..85a95de --- /dev/null +++ b/src/views/components/micro/solid/adjustments-vertical.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/archive-box-arrow-down.blade.php b/src/views/components/micro/solid/archive-box-arrow-down.blade.php new file mode 100644 index 0000000..aeb3bb4 --- /dev/null +++ b/src/views/components/micro/solid/archive-box-arrow-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/archive-box-x-mark.blade.php b/src/views/components/micro/solid/archive-box-x-mark.blade.php new file mode 100644 index 0000000..36a7b48 --- /dev/null +++ b/src/views/components/micro/solid/archive-box-x-mark.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/archive-box.blade.php b/src/views/components/micro/solid/archive-box.blade.php new file mode 100644 index 0000000..aabaa03 --- /dev/null +++ b/src/views/components/micro/solid/archive-box.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-down-circle.blade.php b/src/views/components/micro/solid/arrow-down-circle.blade.php new file mode 100644 index 0000000..1ee377c --- /dev/null +++ b/src/views/components/micro/solid/arrow-down-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-down-left.blade.php b/src/views/components/micro/solid/arrow-down-left.blade.php new file mode 100644 index 0000000..cfb3c1a --- /dev/null +++ b/src/views/components/micro/solid/arrow-down-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-down-on-square-stack.blade.php b/src/views/components/micro/solid/arrow-down-on-square-stack.blade.php new file mode 100644 index 0000000..0014c0b --- /dev/null +++ b/src/views/components/micro/solid/arrow-down-on-square-stack.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-down-on-square.blade.php b/src/views/components/micro/solid/arrow-down-on-square.blade.php new file mode 100644 index 0000000..22858ac --- /dev/null +++ b/src/views/components/micro/solid/arrow-down-on-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-down-right.blade.php b/src/views/components/micro/solid/arrow-down-right.blade.php new file mode 100644 index 0000000..aa3d4af --- /dev/null +++ b/src/views/components/micro/solid/arrow-down-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-down-tray.blade.php b/src/views/components/micro/solid/arrow-down-tray.blade.php new file mode 100644 index 0000000..1996027 --- /dev/null +++ b/src/views/components/micro/solid/arrow-down-tray.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-down.blade.php b/src/views/components/micro/solid/arrow-down.blade.php new file mode 100644 index 0000000..ca3dc95 --- /dev/null +++ b/src/views/components/micro/solid/arrow-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-left-circle.blade.php b/src/views/components/micro/solid/arrow-left-circle.blade.php new file mode 100644 index 0000000..f893e2d --- /dev/null +++ b/src/views/components/micro/solid/arrow-left-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-left-end-on-rectangle.blade.php b/src/views/components/micro/solid/arrow-left-end-on-rectangle.blade.php new file mode 100644 index 0000000..3742034 --- /dev/null +++ b/src/views/components/micro/solid/arrow-left-end-on-rectangle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-left-start-on-rectangle.blade.php b/src/views/components/micro/solid/arrow-left-start-on-rectangle.blade.php new file mode 100644 index 0000000..98d91a7 --- /dev/null +++ b/src/views/components/micro/solid/arrow-left-start-on-rectangle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-left.blade.php b/src/views/components/micro/solid/arrow-left.blade.php new file mode 100644 index 0000000..08c10ec --- /dev/null +++ b/src/views/components/micro/solid/arrow-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-long-down.blade.php b/src/views/components/micro/solid/arrow-long-down.blade.php new file mode 100644 index 0000000..9809dfe --- /dev/null +++ b/src/views/components/micro/solid/arrow-long-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-long-left.blade.php b/src/views/components/micro/solid/arrow-long-left.blade.php new file mode 100644 index 0000000..32e5339 --- /dev/null +++ b/src/views/components/micro/solid/arrow-long-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-long-right.blade.php b/src/views/components/micro/solid/arrow-long-right.blade.php new file mode 100644 index 0000000..68207fd --- /dev/null +++ b/src/views/components/micro/solid/arrow-long-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-long-up.blade.php b/src/views/components/micro/solid/arrow-long-up.blade.php new file mode 100644 index 0000000..af067a5 --- /dev/null +++ b/src/views/components/micro/solid/arrow-long-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-path-rounded-square.blade.php b/src/views/components/micro/solid/arrow-path-rounded-square.blade.php new file mode 100644 index 0000000..1229937 --- /dev/null +++ b/src/views/components/micro/solid/arrow-path-rounded-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-path.blade.php b/src/views/components/micro/solid/arrow-path.blade.php new file mode 100644 index 0000000..a3b87ea --- /dev/null +++ b/src/views/components/micro/solid/arrow-path.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-right-circle.blade.php b/src/views/components/micro/solid/arrow-right-circle.blade.php new file mode 100644 index 0000000..5e4b124 --- /dev/null +++ b/src/views/components/micro/solid/arrow-right-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-right-end-on-rectangle.blade.php b/src/views/components/micro/solid/arrow-right-end-on-rectangle.blade.php new file mode 100644 index 0000000..28bd2ae --- /dev/null +++ b/src/views/components/micro/solid/arrow-right-end-on-rectangle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-right-start-on-rectangle.blade.php b/src/views/components/micro/solid/arrow-right-start-on-rectangle.blade.php new file mode 100644 index 0000000..438d1d5 --- /dev/null +++ b/src/views/components/micro/solid/arrow-right-start-on-rectangle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-right.blade.php b/src/views/components/micro/solid/arrow-right.blade.php new file mode 100644 index 0000000..a4e25f5 --- /dev/null +++ b/src/views/components/micro/solid/arrow-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-top-right-on-square.blade.php b/src/views/components/micro/solid/arrow-top-right-on-square.blade.php new file mode 100644 index 0000000..c7ba4db --- /dev/null +++ b/src/views/components/micro/solid/arrow-top-right-on-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-trending-down.blade.php b/src/views/components/micro/solid/arrow-trending-down.blade.php new file mode 100644 index 0000000..36ef6dc --- /dev/null +++ b/src/views/components/micro/solid/arrow-trending-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-trending-up.blade.php b/src/views/components/micro/solid/arrow-trending-up.blade.php new file mode 100644 index 0000000..72bf270 --- /dev/null +++ b/src/views/components/micro/solid/arrow-trending-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-down-left.blade.php b/src/views/components/micro/solid/arrow-turn-down-left.blade.php new file mode 100644 index 0000000..5cb9b38 --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-down-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-down-right.blade.php b/src/views/components/micro/solid/arrow-turn-down-right.blade.php new file mode 100644 index 0000000..d3d2b60 --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-down-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-left-down.blade.php b/src/views/components/micro/solid/arrow-turn-left-down.blade.php new file mode 100644 index 0000000..cc38f3d --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-left-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-left-up.blade.php b/src/views/components/micro/solid/arrow-turn-left-up.blade.php new file mode 100644 index 0000000..184afdb --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-left-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-right-down.blade.php b/src/views/components/micro/solid/arrow-turn-right-down.blade.php new file mode 100644 index 0000000..f4a4b6e --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-right-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-right-up.blade.php b/src/views/components/micro/solid/arrow-turn-right-up.blade.php new file mode 100644 index 0000000..b9d7c0f --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-right-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-up-left.blade.php b/src/views/components/micro/solid/arrow-turn-up-left.blade.php new file mode 100644 index 0000000..f25f7e8 --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-up-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-turn-up-right.blade.php b/src/views/components/micro/solid/arrow-turn-up-right.blade.php new file mode 100644 index 0000000..cc8a109 --- /dev/null +++ b/src/views/components/micro/solid/arrow-turn-up-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-up-circle.blade.php b/src/views/components/micro/solid/arrow-up-circle.blade.php new file mode 100644 index 0000000..3aa8a13 --- /dev/null +++ b/src/views/components/micro/solid/arrow-up-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-up-left.blade.php b/src/views/components/micro/solid/arrow-up-left.blade.php new file mode 100644 index 0000000..16f8068 --- /dev/null +++ b/src/views/components/micro/solid/arrow-up-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-up-on-square-stack.blade.php b/src/views/components/micro/solid/arrow-up-on-square-stack.blade.php new file mode 100644 index 0000000..0a3b86b --- /dev/null +++ b/src/views/components/micro/solid/arrow-up-on-square-stack.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-up-on-square.blade.php b/src/views/components/micro/solid/arrow-up-on-square.blade.php new file mode 100644 index 0000000..71e8e26 --- /dev/null +++ b/src/views/components/micro/solid/arrow-up-on-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-up-right.blade.php b/src/views/components/micro/solid/arrow-up-right.blade.php new file mode 100644 index 0000000..37cc531 --- /dev/null +++ b/src/views/components/micro/solid/arrow-up-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-up-tray.blade.php b/src/views/components/micro/solid/arrow-up-tray.blade.php new file mode 100644 index 0000000..72b154b --- /dev/null +++ b/src/views/components/micro/solid/arrow-up-tray.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-up.blade.php b/src/views/components/micro/solid/arrow-up.blade.php new file mode 100644 index 0000000..6ac11bb --- /dev/null +++ b/src/views/components/micro/solid/arrow-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-uturn-down.blade.php b/src/views/components/micro/solid/arrow-uturn-down.blade.php new file mode 100644 index 0000000..84638ea --- /dev/null +++ b/src/views/components/micro/solid/arrow-uturn-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-uturn-left.blade.php b/src/views/components/micro/solid/arrow-uturn-left.blade.php new file mode 100644 index 0000000..5c8e032 --- /dev/null +++ b/src/views/components/micro/solid/arrow-uturn-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-uturn-right.blade.php b/src/views/components/micro/solid/arrow-uturn-right.blade.php new file mode 100644 index 0000000..d3353f9 --- /dev/null +++ b/src/views/components/micro/solid/arrow-uturn-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrow-uturn-up.blade.php b/src/views/components/micro/solid/arrow-uturn-up.blade.php new file mode 100644 index 0000000..3b7810f --- /dev/null +++ b/src/views/components/micro/solid/arrow-uturn-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrows-pointing-in.blade.php b/src/views/components/micro/solid/arrows-pointing-in.blade.php new file mode 100644 index 0000000..4207679 --- /dev/null +++ b/src/views/components/micro/solid/arrows-pointing-in.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrows-pointing-out.blade.php b/src/views/components/micro/solid/arrows-pointing-out.blade.php new file mode 100644 index 0000000..16b3528 --- /dev/null +++ b/src/views/components/micro/solid/arrows-pointing-out.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrows-right-left.blade.php b/src/views/components/micro/solid/arrows-right-left.blade.php new file mode 100644 index 0000000..67e040e --- /dev/null +++ b/src/views/components/micro/solid/arrows-right-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/arrows-up-down.blade.php b/src/views/components/micro/solid/arrows-up-down.blade.php new file mode 100644 index 0000000..46d17f6 --- /dev/null +++ b/src/views/components/micro/solid/arrows-up-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/at-symbol.blade.php b/src/views/components/micro/solid/at-symbol.blade.php new file mode 100644 index 0000000..50c3eed --- /dev/null +++ b/src/views/components/micro/solid/at-symbol.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/backspace.blade.php b/src/views/components/micro/solid/backspace.blade.php new file mode 100644 index 0000000..7572987 --- /dev/null +++ b/src/views/components/micro/solid/backspace.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/backward.blade.php b/src/views/components/micro/solid/backward.blade.php new file mode 100644 index 0000000..140cee8 --- /dev/null +++ b/src/views/components/micro/solid/backward.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/banknotes.blade.php b/src/views/components/micro/solid/banknotes.blade.php new file mode 100644 index 0000000..4da243a --- /dev/null +++ b/src/views/components/micro/solid/banknotes.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-2.blade.php b/src/views/components/micro/solid/bars-2.blade.php new file mode 100644 index 0000000..e5c957d --- /dev/null +++ b/src/views/components/micro/solid/bars-2.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-3-bottom-left.blade.php b/src/views/components/micro/solid/bars-3-bottom-left.blade.php new file mode 100644 index 0000000..fe193e9 --- /dev/null +++ b/src/views/components/micro/solid/bars-3-bottom-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-3-bottom-right.blade.php b/src/views/components/micro/solid/bars-3-bottom-right.blade.php new file mode 100644 index 0000000..2c83933 --- /dev/null +++ b/src/views/components/micro/solid/bars-3-bottom-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-3-center-left.blade.php b/src/views/components/micro/solid/bars-3-center-left.blade.php new file mode 100644 index 0000000..4c3b2be --- /dev/null +++ b/src/views/components/micro/solid/bars-3-center-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-3.blade.php b/src/views/components/micro/solid/bars-3.blade.php new file mode 100644 index 0000000..47c8f76 --- /dev/null +++ b/src/views/components/micro/solid/bars-3.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-4.blade.php b/src/views/components/micro/solid/bars-4.blade.php new file mode 100644 index 0000000..1235a3c --- /dev/null +++ b/src/views/components/micro/solid/bars-4.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-arrow-down.blade.php b/src/views/components/micro/solid/bars-arrow-down.blade.php new file mode 100644 index 0000000..c94f95b --- /dev/null +++ b/src/views/components/micro/solid/bars-arrow-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bars-arrow-up.blade.php b/src/views/components/micro/solid/bars-arrow-up.blade.php new file mode 100644 index 0000000..ba1d6ae --- /dev/null +++ b/src/views/components/micro/solid/bars-arrow-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/battery-0.blade.php b/src/views/components/micro/solid/battery-0.blade.php new file mode 100644 index 0000000..bfbec1a --- /dev/null +++ b/src/views/components/micro/solid/battery-0.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/battery-100.blade.php b/src/views/components/micro/solid/battery-100.blade.php new file mode 100644 index 0000000..4aa09ae --- /dev/null +++ b/src/views/components/micro/solid/battery-100.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/battery-50.blade.php b/src/views/components/micro/solid/battery-50.blade.php new file mode 100644 index 0000000..709206e --- /dev/null +++ b/src/views/components/micro/solid/battery-50.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/beaker.blade.php b/src/views/components/micro/solid/beaker.blade.php new file mode 100644 index 0000000..c9e1861 --- /dev/null +++ b/src/views/components/micro/solid/beaker.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bell-alert.blade.php b/src/views/components/micro/solid/bell-alert.blade.php new file mode 100644 index 0000000..529cc8e --- /dev/null +++ b/src/views/components/micro/solid/bell-alert.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bell-slash.blade.php b/src/views/components/micro/solid/bell-slash.blade.php new file mode 100644 index 0000000..93093ed --- /dev/null +++ b/src/views/components/micro/solid/bell-slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bell-snooze.blade.php b/src/views/components/micro/solid/bell-snooze.blade.php new file mode 100644 index 0000000..72d96d1 --- /dev/null +++ b/src/views/components/micro/solid/bell-snooze.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bell.blade.php b/src/views/components/micro/solid/bell.blade.php new file mode 100644 index 0000000..9409d13 --- /dev/null +++ b/src/views/components/micro/solid/bell.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bold.blade.php b/src/views/components/micro/solid/bold.blade.php new file mode 100644 index 0000000..113ae68 --- /dev/null +++ b/src/views/components/micro/solid/bold.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bolt-slash.blade.php b/src/views/components/micro/solid/bolt-slash.blade.php new file mode 100644 index 0000000..0000a69 --- /dev/null +++ b/src/views/components/micro/solid/bolt-slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bolt.blade.php b/src/views/components/micro/solid/bolt.blade.php new file mode 100644 index 0000000..1881c59 --- /dev/null +++ b/src/views/components/micro/solid/bolt.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/book-open.blade.php b/src/views/components/micro/solid/book-open.blade.php new file mode 100644 index 0000000..d5350e8 --- /dev/null +++ b/src/views/components/micro/solid/book-open.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bookmark-slash.blade.php b/src/views/components/micro/solid/bookmark-slash.blade.php new file mode 100644 index 0000000..3c72f5e --- /dev/null +++ b/src/views/components/micro/solid/bookmark-slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bookmark-square.blade.php b/src/views/components/micro/solid/bookmark-square.blade.php new file mode 100644 index 0000000..25171c1 --- /dev/null +++ b/src/views/components/micro/solid/bookmark-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bookmark.blade.php b/src/views/components/micro/solid/bookmark.blade.php new file mode 100644 index 0000000..bac06cf --- /dev/null +++ b/src/views/components/micro/solid/bookmark.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/briefcase.blade.php b/src/views/components/micro/solid/briefcase.blade.php new file mode 100644 index 0000000..9d1c4c7 --- /dev/null +++ b/src/views/components/micro/solid/briefcase.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/bug-ant.blade.php b/src/views/components/micro/solid/bug-ant.blade.php new file mode 100644 index 0000000..22baf19 --- /dev/null +++ b/src/views/components/micro/solid/bug-ant.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/building-library.blade.php b/src/views/components/micro/solid/building-library.blade.php new file mode 100644 index 0000000..561db85 --- /dev/null +++ b/src/views/components/micro/solid/building-library.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/building-office-2.blade.php b/src/views/components/micro/solid/building-office-2.blade.php new file mode 100644 index 0000000..405140b --- /dev/null +++ b/src/views/components/micro/solid/building-office-2.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/building-office.blade.php b/src/views/components/micro/solid/building-office.blade.php new file mode 100644 index 0000000..c7628d0 --- /dev/null +++ b/src/views/components/micro/solid/building-office.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/building-storefront.blade.php b/src/views/components/micro/solid/building-storefront.blade.php new file mode 100644 index 0000000..861ebc8 --- /dev/null +++ b/src/views/components/micro/solid/building-storefront.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cake.blade.php b/src/views/components/micro/solid/cake.blade.php new file mode 100644 index 0000000..443e253 --- /dev/null +++ b/src/views/components/micro/solid/cake.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/calculator.blade.php b/src/views/components/micro/solid/calculator.blade.php new file mode 100644 index 0000000..c06b45d --- /dev/null +++ b/src/views/components/micro/solid/calculator.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/calendar-date-range.blade.php b/src/views/components/micro/solid/calendar-date-range.blade.php new file mode 100644 index 0000000..40dfc20 --- /dev/null +++ b/src/views/components/micro/solid/calendar-date-range.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/calendar-days.blade.php b/src/views/components/micro/solid/calendar-days.blade.php new file mode 100644 index 0000000..b05ed45 --- /dev/null +++ b/src/views/components/micro/solid/calendar-days.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/calendar.blade.php b/src/views/components/micro/solid/calendar.blade.php new file mode 100644 index 0000000..98d0006 --- /dev/null +++ b/src/views/components/micro/solid/calendar.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/camera.blade.php b/src/views/components/micro/solid/camera.blade.php new file mode 100644 index 0000000..422fad1 --- /dev/null +++ b/src/views/components/micro/solid/camera.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chart-bar-square.blade.php b/src/views/components/micro/solid/chart-bar-square.blade.php new file mode 100644 index 0000000..6fdc970 --- /dev/null +++ b/src/views/components/micro/solid/chart-bar-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chart-bar.blade.php b/src/views/components/micro/solid/chart-bar.blade.php new file mode 100644 index 0000000..63fa6b7 --- /dev/null +++ b/src/views/components/micro/solid/chart-bar.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chart-pie.blade.php b/src/views/components/micro/solid/chart-pie.blade.php new file mode 100644 index 0000000..ae81d72 --- /dev/null +++ b/src/views/components/micro/solid/chart-pie.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chat-bubble-bottom-center-text.blade.php b/src/views/components/micro/solid/chat-bubble-bottom-center-text.blade.php new file mode 100644 index 0000000..dea2ecd --- /dev/null +++ b/src/views/components/micro/solid/chat-bubble-bottom-center-text.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chat-bubble-bottom-center.blade.php b/src/views/components/micro/solid/chat-bubble-bottom-center.blade.php new file mode 100644 index 0000000..4e38402 --- /dev/null +++ b/src/views/components/micro/solid/chat-bubble-bottom-center.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chat-bubble-left-ellipsis.blade.php b/src/views/components/micro/solid/chat-bubble-left-ellipsis.blade.php new file mode 100644 index 0000000..27d8f66 --- /dev/null +++ b/src/views/components/micro/solid/chat-bubble-left-ellipsis.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chat-bubble-left-right.blade.php b/src/views/components/micro/solid/chat-bubble-left-right.blade.php new file mode 100644 index 0000000..10a2a98 --- /dev/null +++ b/src/views/components/micro/solid/chat-bubble-left-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chat-bubble-left.blade.php b/src/views/components/micro/solid/chat-bubble-left.blade.php new file mode 100644 index 0000000..3521528 --- /dev/null +++ b/src/views/components/micro/solid/chat-bubble-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chat-bubble-oval-left-ellipsis.blade.php b/src/views/components/micro/solid/chat-bubble-oval-left-ellipsis.blade.php new file mode 100644 index 0000000..10523ed --- /dev/null +++ b/src/views/components/micro/solid/chat-bubble-oval-left-ellipsis.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chat-bubble-oval-left.blade.php b/src/views/components/micro/solid/chat-bubble-oval-left.blade.php new file mode 100644 index 0000000..794cd87 --- /dev/null +++ b/src/views/components/micro/solid/chat-bubble-oval-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/check-badge.blade.php b/src/views/components/micro/solid/check-badge.blade.php new file mode 100644 index 0000000..19856bc --- /dev/null +++ b/src/views/components/micro/solid/check-badge.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/check-circle.blade.php b/src/views/components/micro/solid/check-circle.blade.php new file mode 100644 index 0000000..bbad15e --- /dev/null +++ b/src/views/components/micro/solid/check-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/check.blade.php b/src/views/components/micro/solid/check.blade.php new file mode 100644 index 0000000..c4c2eab --- /dev/null +++ b/src/views/components/micro/solid/check.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-double-down.blade.php b/src/views/components/micro/solid/chevron-double-down.blade.php new file mode 100644 index 0000000..dc1179e --- /dev/null +++ b/src/views/components/micro/solid/chevron-double-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-double-left.blade.php b/src/views/components/micro/solid/chevron-double-left.blade.php new file mode 100644 index 0000000..a588300 --- /dev/null +++ b/src/views/components/micro/solid/chevron-double-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-double-right.blade.php b/src/views/components/micro/solid/chevron-double-right.blade.php new file mode 100644 index 0000000..cda4e63 --- /dev/null +++ b/src/views/components/micro/solid/chevron-double-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-double-up.blade.php b/src/views/components/micro/solid/chevron-double-up.blade.php new file mode 100644 index 0000000..f9b19a0 --- /dev/null +++ b/src/views/components/micro/solid/chevron-double-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-down.blade.php b/src/views/components/micro/solid/chevron-down.blade.php new file mode 100644 index 0000000..1e4ad73 --- /dev/null +++ b/src/views/components/micro/solid/chevron-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-left.blade.php b/src/views/components/micro/solid/chevron-left.blade.php new file mode 100644 index 0000000..d8c4a8a --- /dev/null +++ b/src/views/components/micro/solid/chevron-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-right.blade.php b/src/views/components/micro/solid/chevron-right.blade.php new file mode 100644 index 0000000..0059682 --- /dev/null +++ b/src/views/components/micro/solid/chevron-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-up-down.blade.php b/src/views/components/micro/solid/chevron-up-down.blade.php new file mode 100644 index 0000000..09c0507 --- /dev/null +++ b/src/views/components/micro/solid/chevron-up-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/chevron-up.blade.php b/src/views/components/micro/solid/chevron-up.blade.php new file mode 100644 index 0000000..ce3fad5 --- /dev/null +++ b/src/views/components/micro/solid/chevron-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/circle-stack.blade.php b/src/views/components/micro/solid/circle-stack.blade.php new file mode 100644 index 0000000..f662f6b --- /dev/null +++ b/src/views/components/micro/solid/circle-stack.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/clipboard-document-check.blade.php b/src/views/components/micro/solid/clipboard-document-check.blade.php new file mode 100644 index 0000000..f60be5f --- /dev/null +++ b/src/views/components/micro/solid/clipboard-document-check.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/clipboard-document-list.blade.php b/src/views/components/micro/solid/clipboard-document-list.blade.php new file mode 100644 index 0000000..44aca00 --- /dev/null +++ b/src/views/components/micro/solid/clipboard-document-list.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/clipboard-document.blade.php b/src/views/components/micro/solid/clipboard-document.blade.php new file mode 100644 index 0000000..c7bea50 --- /dev/null +++ b/src/views/components/micro/solid/clipboard-document.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/clipboard.blade.php b/src/views/components/micro/solid/clipboard.blade.php new file mode 100644 index 0000000..af0879d --- /dev/null +++ b/src/views/components/micro/solid/clipboard.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/clock.blade.php b/src/views/components/micro/solid/clock.blade.php new file mode 100644 index 0000000..cd5725d --- /dev/null +++ b/src/views/components/micro/solid/clock.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cloud-arrow-down.blade.php b/src/views/components/micro/solid/cloud-arrow-down.blade.php new file mode 100644 index 0000000..2d3599a --- /dev/null +++ b/src/views/components/micro/solid/cloud-arrow-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cloud-arrow-up.blade.php b/src/views/components/micro/solid/cloud-arrow-up.blade.php new file mode 100644 index 0000000..0075fa8 --- /dev/null +++ b/src/views/components/micro/solid/cloud-arrow-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cloud.blade.php b/src/views/components/micro/solid/cloud.blade.php new file mode 100644 index 0000000..3f13457 --- /dev/null +++ b/src/views/components/micro/solid/cloud.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/code-bracket-square.blade.php b/src/views/components/micro/solid/code-bracket-square.blade.php new file mode 100644 index 0000000..9a1d7bf --- /dev/null +++ b/src/views/components/micro/solid/code-bracket-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/code-bracket.blade.php b/src/views/components/micro/solid/code-bracket.blade.php new file mode 100644 index 0000000..dc837c1 --- /dev/null +++ b/src/views/components/micro/solid/code-bracket.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cog-6-tooth.blade.php b/src/views/components/micro/solid/cog-6-tooth.blade.php new file mode 100644 index 0000000..19d2db4 --- /dev/null +++ b/src/views/components/micro/solid/cog-6-tooth.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cog-8-tooth.blade.php b/src/views/components/micro/solid/cog-8-tooth.blade.php new file mode 100644 index 0000000..e2ccb32 --- /dev/null +++ b/src/views/components/micro/solid/cog-8-tooth.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cog.blade.php b/src/views/components/micro/solid/cog.blade.php new file mode 100644 index 0000000..3ec32e3 --- /dev/null +++ b/src/views/components/micro/solid/cog.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/command-line.blade.php b/src/views/components/micro/solid/command-line.blade.php new file mode 100644 index 0000000..5f93940 --- /dev/null +++ b/src/views/components/micro/solid/command-line.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/computer-desktop.blade.php b/src/views/components/micro/solid/computer-desktop.blade.php new file mode 100644 index 0000000..60733f8 --- /dev/null +++ b/src/views/components/micro/solid/computer-desktop.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cpu-chip.blade.php b/src/views/components/micro/solid/cpu-chip.blade.php new file mode 100644 index 0000000..f0fa980 --- /dev/null +++ b/src/views/components/micro/solid/cpu-chip.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/credit-card.blade.php b/src/views/components/micro/solid/credit-card.blade.php new file mode 100644 index 0000000..11e822f --- /dev/null +++ b/src/views/components/micro/solid/credit-card.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cube-transparent.blade.php b/src/views/components/micro/solid/cube-transparent.blade.php new file mode 100644 index 0000000..92f4a30 --- /dev/null +++ b/src/views/components/micro/solid/cube-transparent.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cube.blade.php b/src/views/components/micro/solid/cube.blade.php new file mode 100644 index 0000000..d1d4710 --- /dev/null +++ b/src/views/components/micro/solid/cube.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/currency-bangladeshi.blade.php b/src/views/components/micro/solid/currency-bangladeshi.blade.php new file mode 100644 index 0000000..adc560e --- /dev/null +++ b/src/views/components/micro/solid/currency-bangladeshi.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/currency-dollar.blade.php b/src/views/components/micro/solid/currency-dollar.blade.php new file mode 100644 index 0000000..be76c2c --- /dev/null +++ b/src/views/components/micro/solid/currency-dollar.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/currency-euro.blade.php b/src/views/components/micro/solid/currency-euro.blade.php new file mode 100644 index 0000000..b91d4fb --- /dev/null +++ b/src/views/components/micro/solid/currency-euro.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/currency-pound.blade.php b/src/views/components/micro/solid/currency-pound.blade.php new file mode 100644 index 0000000..04fe71b --- /dev/null +++ b/src/views/components/micro/solid/currency-pound.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/currency-rupee.blade.php b/src/views/components/micro/solid/currency-rupee.blade.php new file mode 100644 index 0000000..0f226a6 --- /dev/null +++ b/src/views/components/micro/solid/currency-rupee.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/currency-yen.blade.php b/src/views/components/micro/solid/currency-yen.blade.php new file mode 100644 index 0000000..24533ed --- /dev/null +++ b/src/views/components/micro/solid/currency-yen.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cursor-arrow-rays.blade.php b/src/views/components/micro/solid/cursor-arrow-rays.blade.php new file mode 100644 index 0000000..1ad1134 --- /dev/null +++ b/src/views/components/micro/solid/cursor-arrow-rays.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/cursor-arrow-ripple.blade.php b/src/views/components/micro/solid/cursor-arrow-ripple.blade.php new file mode 100644 index 0000000..d6e741d --- /dev/null +++ b/src/views/components/micro/solid/cursor-arrow-ripple.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/device-phone-mobile.blade.php b/src/views/components/micro/solid/device-phone-mobile.blade.php new file mode 100644 index 0000000..091333e --- /dev/null +++ b/src/views/components/micro/solid/device-phone-mobile.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/device-tablet.blade.php b/src/views/components/micro/solid/device-tablet.blade.php new file mode 100644 index 0000000..5a30e2e --- /dev/null +++ b/src/views/components/micro/solid/device-tablet.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/divide.blade.php b/src/views/components/micro/solid/divide.blade.php new file mode 100644 index 0000000..1307280 --- /dev/null +++ b/src/views/components/micro/solid/divide.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-arrow-down.blade.php b/src/views/components/micro/solid/document-arrow-down.blade.php new file mode 100644 index 0000000..9b4fc71 --- /dev/null +++ b/src/views/components/micro/solid/document-arrow-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-arrow-up.blade.php b/src/views/components/micro/solid/document-arrow-up.blade.php new file mode 100644 index 0000000..9f6c8e3 --- /dev/null +++ b/src/views/components/micro/solid/document-arrow-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-chart-bar.blade.php b/src/views/components/micro/solid/document-chart-bar.blade.php new file mode 100644 index 0000000..20bfaed --- /dev/null +++ b/src/views/components/micro/solid/document-chart-bar.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-check.blade.php b/src/views/components/micro/solid/document-check.blade.php new file mode 100644 index 0000000..a52ccb3 --- /dev/null +++ b/src/views/components/micro/solid/document-check.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-currency-bangladeshi.blade.php b/src/views/components/micro/solid/document-currency-bangladeshi.blade.php new file mode 100644 index 0000000..7787be0 --- /dev/null +++ b/src/views/components/micro/solid/document-currency-bangladeshi.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-currency-dollar.blade.php b/src/views/components/micro/solid/document-currency-dollar.blade.php new file mode 100644 index 0000000..daff6cc --- /dev/null +++ b/src/views/components/micro/solid/document-currency-dollar.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-currency-euro.blade.php b/src/views/components/micro/solid/document-currency-euro.blade.php new file mode 100644 index 0000000..afce412 --- /dev/null +++ b/src/views/components/micro/solid/document-currency-euro.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-currency-pound.blade.php b/src/views/components/micro/solid/document-currency-pound.blade.php new file mode 100644 index 0000000..b89554b --- /dev/null +++ b/src/views/components/micro/solid/document-currency-pound.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-currency-rupee.blade.php b/src/views/components/micro/solid/document-currency-rupee.blade.php new file mode 100644 index 0000000..c7bbaf2 --- /dev/null +++ b/src/views/components/micro/solid/document-currency-rupee.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-currency-yen.blade.php b/src/views/components/micro/solid/document-currency-yen.blade.php new file mode 100644 index 0000000..68299ed --- /dev/null +++ b/src/views/components/micro/solid/document-currency-yen.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-duplicate.blade.php b/src/views/components/micro/solid/document-duplicate.blade.php new file mode 100644 index 0000000..0317d15 --- /dev/null +++ b/src/views/components/micro/solid/document-duplicate.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-magnifying-glass.blade.php b/src/views/components/micro/solid/document-magnifying-glass.blade.php new file mode 100644 index 0000000..5e894d0 --- /dev/null +++ b/src/views/components/micro/solid/document-magnifying-glass.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-minus.blade.php b/src/views/components/micro/solid/document-minus.blade.php new file mode 100644 index 0000000..a042426 --- /dev/null +++ b/src/views/components/micro/solid/document-minus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-plus.blade.php b/src/views/components/micro/solid/document-plus.blade.php new file mode 100644 index 0000000..f53e78a --- /dev/null +++ b/src/views/components/micro/solid/document-plus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document-text.blade.php b/src/views/components/micro/solid/document-text.blade.php new file mode 100644 index 0000000..58c681f --- /dev/null +++ b/src/views/components/micro/solid/document-text.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/document.blade.php b/src/views/components/micro/solid/document.blade.php new file mode 100644 index 0000000..b003566 --- /dev/null +++ b/src/views/components/micro/solid/document.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/ellipsis-horizontal-circle.blade.php b/src/views/components/micro/solid/ellipsis-horizontal-circle.blade.php new file mode 100644 index 0000000..5a13457 --- /dev/null +++ b/src/views/components/micro/solid/ellipsis-horizontal-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/ellipsis-horizontal.blade.php b/src/views/components/micro/solid/ellipsis-horizontal.blade.php new file mode 100644 index 0000000..8278a08 --- /dev/null +++ b/src/views/components/micro/solid/ellipsis-horizontal.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/ellipsis-vertical.blade.php b/src/views/components/micro/solid/ellipsis-vertical.blade.php new file mode 100644 index 0000000..729bf57 --- /dev/null +++ b/src/views/components/micro/solid/ellipsis-vertical.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/envelope-open.blade.php b/src/views/components/micro/solid/envelope-open.blade.php new file mode 100644 index 0000000..14d423a --- /dev/null +++ b/src/views/components/micro/solid/envelope-open.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/envelope.blade.php b/src/views/components/micro/solid/envelope.blade.php new file mode 100644 index 0000000..0f9f95d --- /dev/null +++ b/src/views/components/micro/solid/envelope.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/equals.blade.php b/src/views/components/micro/solid/equals.blade.php new file mode 100644 index 0000000..777543d --- /dev/null +++ b/src/views/components/micro/solid/equals.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/exclamation-circle.blade.php b/src/views/components/micro/solid/exclamation-circle.blade.php new file mode 100644 index 0000000..66209f7 --- /dev/null +++ b/src/views/components/micro/solid/exclamation-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/exclamation-triangle.blade.php b/src/views/components/micro/solid/exclamation-triangle.blade.php new file mode 100644 index 0000000..8d669a7 --- /dev/null +++ b/src/views/components/micro/solid/exclamation-triangle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/eye-dropper.blade.php b/src/views/components/micro/solid/eye-dropper.blade.php new file mode 100644 index 0000000..c7b125a --- /dev/null +++ b/src/views/components/micro/solid/eye-dropper.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/eye-slash.blade.php b/src/views/components/micro/solid/eye-slash.blade.php new file mode 100644 index 0000000..bca1c67 --- /dev/null +++ b/src/views/components/micro/solid/eye-slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/eye.blade.php b/src/views/components/micro/solid/eye.blade.php new file mode 100644 index 0000000..c518161 --- /dev/null +++ b/src/views/components/micro/solid/eye.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/face-frown.blade.php b/src/views/components/micro/solid/face-frown.blade.php new file mode 100644 index 0000000..8bf3813 --- /dev/null +++ b/src/views/components/micro/solid/face-frown.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/face-smile.blade.php b/src/views/components/micro/solid/face-smile.blade.php new file mode 100644 index 0000000..0fff375 --- /dev/null +++ b/src/views/components/micro/solid/face-smile.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/film.blade.php b/src/views/components/micro/solid/film.blade.php new file mode 100644 index 0000000..fdde9b8 --- /dev/null +++ b/src/views/components/micro/solid/film.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/finger-print.blade.php b/src/views/components/micro/solid/finger-print.blade.php new file mode 100644 index 0000000..d20706f --- /dev/null +++ b/src/views/components/micro/solid/finger-print.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/fire.blade.php b/src/views/components/micro/solid/fire.blade.php new file mode 100644 index 0000000..8903a93 --- /dev/null +++ b/src/views/components/micro/solid/fire.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/flag.blade.php b/src/views/components/micro/solid/flag.blade.php new file mode 100644 index 0000000..22122e3 --- /dev/null +++ b/src/views/components/micro/solid/flag.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/folder-arrow-down.blade.php b/src/views/components/micro/solid/folder-arrow-down.blade.php new file mode 100644 index 0000000..fed41f0 --- /dev/null +++ b/src/views/components/micro/solid/folder-arrow-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/folder-minus.blade.php b/src/views/components/micro/solid/folder-minus.blade.php new file mode 100644 index 0000000..d129a7f --- /dev/null +++ b/src/views/components/micro/solid/folder-minus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/folder-open.blade.php b/src/views/components/micro/solid/folder-open.blade.php new file mode 100644 index 0000000..1131ab0 --- /dev/null +++ b/src/views/components/micro/solid/folder-open.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/folder-plus.blade.php b/src/views/components/micro/solid/folder-plus.blade.php new file mode 100644 index 0000000..3b3f419 --- /dev/null +++ b/src/views/components/micro/solid/folder-plus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/folder.blade.php b/src/views/components/micro/solid/folder.blade.php new file mode 100644 index 0000000..2adb200 --- /dev/null +++ b/src/views/components/micro/solid/folder.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/forward.blade.php b/src/views/components/micro/solid/forward.blade.php new file mode 100644 index 0000000..3f847cc --- /dev/null +++ b/src/views/components/micro/solid/forward.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/funnel.blade.php b/src/views/components/micro/solid/funnel.blade.php new file mode 100644 index 0000000..a99d8fe --- /dev/null +++ b/src/views/components/micro/solid/funnel.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/gif.blade.php b/src/views/components/micro/solid/gif.blade.php new file mode 100644 index 0000000..54ea925 --- /dev/null +++ b/src/views/components/micro/solid/gif.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/gift-top.blade.php b/src/views/components/micro/solid/gift-top.blade.php new file mode 100644 index 0000000..528abd5 --- /dev/null +++ b/src/views/components/micro/solid/gift-top.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/gift.blade.php b/src/views/components/micro/solid/gift.blade.php new file mode 100644 index 0000000..c79b820 --- /dev/null +++ b/src/views/components/micro/solid/gift.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/globe-alt.blade.php b/src/views/components/micro/solid/globe-alt.blade.php new file mode 100644 index 0000000..c77fe96 --- /dev/null +++ b/src/views/components/micro/solid/globe-alt.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/globe-americas.blade.php b/src/views/components/micro/solid/globe-americas.blade.php new file mode 100644 index 0000000..0cde48a --- /dev/null +++ b/src/views/components/micro/solid/globe-americas.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/globe-asia-australia.blade.php b/src/views/components/micro/solid/globe-asia-australia.blade.php new file mode 100644 index 0000000..c8d7727 --- /dev/null +++ b/src/views/components/micro/solid/globe-asia-australia.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/globe-europe-africa.blade.php b/src/views/components/micro/solid/globe-europe-africa.blade.php new file mode 100644 index 0000000..51a2f60 --- /dev/null +++ b/src/views/components/micro/solid/globe-europe-africa.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/h1.blade.php b/src/views/components/micro/solid/h1.blade.php new file mode 100644 index 0000000..01ab192 --- /dev/null +++ b/src/views/components/micro/solid/h1.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/h2.blade.php b/src/views/components/micro/solid/h2.blade.php new file mode 100644 index 0000000..d1f53c9 --- /dev/null +++ b/src/views/components/micro/solid/h2.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/h3.blade.php b/src/views/components/micro/solid/h3.blade.php new file mode 100644 index 0000000..a1f403a --- /dev/null +++ b/src/views/components/micro/solid/h3.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/hand-raised.blade.php b/src/views/components/micro/solid/hand-raised.blade.php new file mode 100644 index 0000000..d3cf6bf --- /dev/null +++ b/src/views/components/micro/solid/hand-raised.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/hand-thumb-down.blade.php b/src/views/components/micro/solid/hand-thumb-down.blade.php new file mode 100644 index 0000000..4769fc8 --- /dev/null +++ b/src/views/components/micro/solid/hand-thumb-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/hand-thumb-up.blade.php b/src/views/components/micro/solid/hand-thumb-up.blade.php new file mode 100644 index 0000000..8388b17 --- /dev/null +++ b/src/views/components/micro/solid/hand-thumb-up.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/hashtag.blade.php b/src/views/components/micro/solid/hashtag.blade.php new file mode 100644 index 0000000..853d7a9 --- /dev/null +++ b/src/views/components/micro/solid/hashtag.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/heart.blade.php b/src/views/components/micro/solid/heart.blade.php new file mode 100644 index 0000000..77e9b31 --- /dev/null +++ b/src/views/components/micro/solid/heart.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/home-modern.blade.php b/src/views/components/micro/solid/home-modern.blade.php new file mode 100644 index 0000000..7b30eac --- /dev/null +++ b/src/views/components/micro/solid/home-modern.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/home.blade.php b/src/views/components/micro/solid/home.blade.php new file mode 100644 index 0000000..c122c91 --- /dev/null +++ b/src/views/components/micro/solid/home.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/identification.blade.php b/src/views/components/micro/solid/identification.blade.php new file mode 100644 index 0000000..5096835 --- /dev/null +++ b/src/views/components/micro/solid/identification.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/inbox-arrow-down.blade.php b/src/views/components/micro/solid/inbox-arrow-down.blade.php new file mode 100644 index 0000000..c8eb209 --- /dev/null +++ b/src/views/components/micro/solid/inbox-arrow-down.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/inbox-stack.blade.php b/src/views/components/micro/solid/inbox-stack.blade.php new file mode 100644 index 0000000..efb5d54 --- /dev/null +++ b/src/views/components/micro/solid/inbox-stack.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/inbox.blade.php b/src/views/components/micro/solid/inbox.blade.php new file mode 100644 index 0000000..f0955b5 --- /dev/null +++ b/src/views/components/micro/solid/inbox.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/information-circle.blade.php b/src/views/components/micro/solid/information-circle.blade.php new file mode 100644 index 0000000..c89e5c5 --- /dev/null +++ b/src/views/components/micro/solid/information-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/italic.blade.php b/src/views/components/micro/solid/italic.blade.php new file mode 100644 index 0000000..5dd9cd9 --- /dev/null +++ b/src/views/components/micro/solid/italic.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/key.blade.php b/src/views/components/micro/solid/key.blade.php new file mode 100644 index 0000000..0e81b05 --- /dev/null +++ b/src/views/components/micro/solid/key.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/language.blade.php b/src/views/components/micro/solid/language.blade.php new file mode 100644 index 0000000..a5e925b --- /dev/null +++ b/src/views/components/micro/solid/language.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/lifebuoy.blade.php b/src/views/components/micro/solid/lifebuoy.blade.php new file mode 100644 index 0000000..4b6b486 --- /dev/null +++ b/src/views/components/micro/solid/lifebuoy.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/light-bulb.blade.php b/src/views/components/micro/solid/light-bulb.blade.php new file mode 100644 index 0000000..b9cbd71 --- /dev/null +++ b/src/views/components/micro/solid/light-bulb.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/link-slash.blade.php b/src/views/components/micro/solid/link-slash.blade.php new file mode 100644 index 0000000..ff49b19 --- /dev/null +++ b/src/views/components/micro/solid/link-slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/link.blade.php b/src/views/components/micro/solid/link.blade.php new file mode 100644 index 0000000..8e92e83 --- /dev/null +++ b/src/views/components/micro/solid/link.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/list-bullet.blade.php b/src/views/components/micro/solid/list-bullet.blade.php new file mode 100644 index 0000000..dd174bc --- /dev/null +++ b/src/views/components/micro/solid/list-bullet.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/lock-closed.blade.php b/src/views/components/micro/solid/lock-closed.blade.php new file mode 100644 index 0000000..21820ce --- /dev/null +++ b/src/views/components/micro/solid/lock-closed.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/lock-open.blade.php b/src/views/components/micro/solid/lock-open.blade.php new file mode 100644 index 0000000..08d7a6c --- /dev/null +++ b/src/views/components/micro/solid/lock-open.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/magnifying-glass-circle.blade.php b/src/views/components/micro/solid/magnifying-glass-circle.blade.php new file mode 100644 index 0000000..6b888a3 --- /dev/null +++ b/src/views/components/micro/solid/magnifying-glass-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/magnifying-glass-minus.blade.php b/src/views/components/micro/solid/magnifying-glass-minus.blade.php new file mode 100644 index 0000000..2bdc819 --- /dev/null +++ b/src/views/components/micro/solid/magnifying-glass-minus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/magnifying-glass-plus.blade.php b/src/views/components/micro/solid/magnifying-glass-plus.blade.php new file mode 100644 index 0000000..64fbea4 --- /dev/null +++ b/src/views/components/micro/solid/magnifying-glass-plus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/magnifying-glass.blade.php b/src/views/components/micro/solid/magnifying-glass.blade.php new file mode 100644 index 0000000..531d5fd --- /dev/null +++ b/src/views/components/micro/solid/magnifying-glass.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/map-pin.blade.php b/src/views/components/micro/solid/map-pin.blade.php new file mode 100644 index 0000000..fdea1ba --- /dev/null +++ b/src/views/components/micro/solid/map-pin.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/map.blade.php b/src/views/components/micro/solid/map.blade.php new file mode 100644 index 0000000..d5cd297 --- /dev/null +++ b/src/views/components/micro/solid/map.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/megaphone.blade.php b/src/views/components/micro/solid/megaphone.blade.php new file mode 100644 index 0000000..c59e817 --- /dev/null +++ b/src/views/components/micro/solid/megaphone.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/microphone.blade.php b/src/views/components/micro/solid/microphone.blade.php new file mode 100644 index 0000000..3c51a86 --- /dev/null +++ b/src/views/components/micro/solid/microphone.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/minus-circle.blade.php b/src/views/components/micro/solid/minus-circle.blade.php new file mode 100644 index 0000000..a0a5927 --- /dev/null +++ b/src/views/components/micro/solid/minus-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/minus.blade.php b/src/views/components/micro/solid/minus.blade.php new file mode 100644 index 0000000..c62129c --- /dev/null +++ b/src/views/components/micro/solid/minus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/moon.blade.php b/src/views/components/micro/solid/moon.blade.php new file mode 100644 index 0000000..7d69aaf --- /dev/null +++ b/src/views/components/micro/solid/moon.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/musical-note.blade.php b/src/views/components/micro/solid/musical-note.blade.php new file mode 100644 index 0000000..0da9417 --- /dev/null +++ b/src/views/components/micro/solid/musical-note.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/newspaper.blade.php b/src/views/components/micro/solid/newspaper.blade.php new file mode 100644 index 0000000..cc297f3 --- /dev/null +++ b/src/views/components/micro/solid/newspaper.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/no-symbol.blade.php b/src/views/components/micro/solid/no-symbol.blade.php new file mode 100644 index 0000000..8f31933 --- /dev/null +++ b/src/views/components/micro/solid/no-symbol.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/numbered-list.blade.php b/src/views/components/micro/solid/numbered-list.blade.php new file mode 100644 index 0000000..ab55712 --- /dev/null +++ b/src/views/components/micro/solid/numbered-list.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/paint-brush.blade.php b/src/views/components/micro/solid/paint-brush.blade.php new file mode 100644 index 0000000..88f4151 --- /dev/null +++ b/src/views/components/micro/solid/paint-brush.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/paper-airplane.blade.php b/src/views/components/micro/solid/paper-airplane.blade.php new file mode 100644 index 0000000..4a1e272 --- /dev/null +++ b/src/views/components/micro/solid/paper-airplane.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/paper-clip.blade.php b/src/views/components/micro/solid/paper-clip.blade.php new file mode 100644 index 0000000..d79f717 --- /dev/null +++ b/src/views/components/micro/solid/paper-clip.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/pause-circle.blade.php b/src/views/components/micro/solid/pause-circle.blade.php new file mode 100644 index 0000000..e075079 --- /dev/null +++ b/src/views/components/micro/solid/pause-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/pause.blade.php b/src/views/components/micro/solid/pause.blade.php new file mode 100644 index 0000000..96768af --- /dev/null +++ b/src/views/components/micro/solid/pause.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/pencil-square.blade.php b/src/views/components/micro/solid/pencil-square.blade.php new file mode 100644 index 0000000..585cba2 --- /dev/null +++ b/src/views/components/micro/solid/pencil-square.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/pencil.blade.php b/src/views/components/micro/solid/pencil.blade.php new file mode 100644 index 0000000..43101e6 --- /dev/null +++ b/src/views/components/micro/solid/pencil.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/percent-badge.blade.php b/src/views/components/micro/solid/percent-badge.blade.php new file mode 100644 index 0000000..7eb05b2 --- /dev/null +++ b/src/views/components/micro/solid/percent-badge.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/phone-arrow-down-left.blade.php b/src/views/components/micro/solid/phone-arrow-down-left.blade.php new file mode 100644 index 0000000..54766ca --- /dev/null +++ b/src/views/components/micro/solid/phone-arrow-down-left.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/phone-arrow-up-right.blade.php b/src/views/components/micro/solid/phone-arrow-up-right.blade.php new file mode 100644 index 0000000..104eed5 --- /dev/null +++ b/src/views/components/micro/solid/phone-arrow-up-right.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/phone-x-mark.blade.php b/src/views/components/micro/solid/phone-x-mark.blade.php new file mode 100644 index 0000000..347ab53 --- /dev/null +++ b/src/views/components/micro/solid/phone-x-mark.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/phone.blade.php b/src/views/components/micro/solid/phone.blade.php new file mode 100644 index 0000000..6af8d3f --- /dev/null +++ b/src/views/components/micro/solid/phone.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/photo.blade.php b/src/views/components/micro/solid/photo.blade.php new file mode 100644 index 0000000..310ab89 --- /dev/null +++ b/src/views/components/micro/solid/photo.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/play-circle.blade.php b/src/views/components/micro/solid/play-circle.blade.php new file mode 100644 index 0000000..6a2e22e --- /dev/null +++ b/src/views/components/micro/solid/play-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/play-pause.blade.php b/src/views/components/micro/solid/play-pause.blade.php new file mode 100644 index 0000000..c7b52b5 --- /dev/null +++ b/src/views/components/micro/solid/play-pause.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/play.blade.php b/src/views/components/micro/solid/play.blade.php new file mode 100644 index 0000000..1bc7f1a --- /dev/null +++ b/src/views/components/micro/solid/play.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/plus-circle.blade.php b/src/views/components/micro/solid/plus-circle.blade.php new file mode 100644 index 0000000..c466030 --- /dev/null +++ b/src/views/components/micro/solid/plus-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/plus.blade.php b/src/views/components/micro/solid/plus.blade.php new file mode 100644 index 0000000..cb6983c --- /dev/null +++ b/src/views/components/micro/solid/plus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/power.blade.php b/src/views/components/micro/solid/power.blade.php new file mode 100644 index 0000000..de63fb2 --- /dev/null +++ b/src/views/components/micro/solid/power.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/presentation-chart-bar.blade.php b/src/views/components/micro/solid/presentation-chart-bar.blade.php new file mode 100644 index 0000000..e3c11c3 --- /dev/null +++ b/src/views/components/micro/solid/presentation-chart-bar.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/presentation-chart-line.blade.php b/src/views/components/micro/solid/presentation-chart-line.blade.php new file mode 100644 index 0000000..6fc340c --- /dev/null +++ b/src/views/components/micro/solid/presentation-chart-line.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/printer.blade.php b/src/views/components/micro/solid/printer.blade.php new file mode 100644 index 0000000..44aab4b --- /dev/null +++ b/src/views/components/micro/solid/printer.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/puzzle-piece.blade.php b/src/views/components/micro/solid/puzzle-piece.blade.php new file mode 100644 index 0000000..f8aa94d --- /dev/null +++ b/src/views/components/micro/solid/puzzle-piece.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/qr-code.blade.php b/src/views/components/micro/solid/qr-code.blade.php new file mode 100644 index 0000000..0b9fbe0 --- /dev/null +++ b/src/views/components/micro/solid/qr-code.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/question-mark-circle.blade.php b/src/views/components/micro/solid/question-mark-circle.blade.php new file mode 100644 index 0000000..57dcd9e --- /dev/null +++ b/src/views/components/micro/solid/question-mark-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/queue-list.blade.php b/src/views/components/micro/solid/queue-list.blade.php new file mode 100644 index 0000000..cf7cc21 --- /dev/null +++ b/src/views/components/micro/solid/queue-list.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/radio.blade.php b/src/views/components/micro/solid/radio.blade.php new file mode 100644 index 0000000..089daca --- /dev/null +++ b/src/views/components/micro/solid/radio.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/receipt-percent.blade.php b/src/views/components/micro/solid/receipt-percent.blade.php new file mode 100644 index 0000000..07178ab --- /dev/null +++ b/src/views/components/micro/solid/receipt-percent.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/receipt-refund.blade.php b/src/views/components/micro/solid/receipt-refund.blade.php new file mode 100644 index 0000000..0061c06 --- /dev/null +++ b/src/views/components/micro/solid/receipt-refund.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/rectangle-group.blade.php b/src/views/components/micro/solid/rectangle-group.blade.php new file mode 100644 index 0000000..8ca1756 --- /dev/null +++ b/src/views/components/micro/solid/rectangle-group.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/rectangle-stack.blade.php b/src/views/components/micro/solid/rectangle-stack.blade.php new file mode 100644 index 0000000..1dbb334 --- /dev/null +++ b/src/views/components/micro/solid/rectangle-stack.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/rocket-launch.blade.php b/src/views/components/micro/solid/rocket-launch.blade.php new file mode 100644 index 0000000..a6d32d8 --- /dev/null +++ b/src/views/components/micro/solid/rocket-launch.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/rss.blade.php b/src/views/components/micro/solid/rss.blade.php new file mode 100644 index 0000000..524aca9 --- /dev/null +++ b/src/views/components/micro/solid/rss.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/scale.blade.php b/src/views/components/micro/solid/scale.blade.php new file mode 100644 index 0000000..b678524 --- /dev/null +++ b/src/views/components/micro/solid/scale.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/scissors.blade.php b/src/views/components/micro/solid/scissors.blade.php new file mode 100644 index 0000000..7036437 --- /dev/null +++ b/src/views/components/micro/solid/scissors.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/server-stack.blade.php b/src/views/components/micro/solid/server-stack.blade.php new file mode 100644 index 0000000..759d2e1 --- /dev/null +++ b/src/views/components/micro/solid/server-stack.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/server.blade.php b/src/views/components/micro/solid/server.blade.php new file mode 100644 index 0000000..f71e1cb --- /dev/null +++ b/src/views/components/micro/solid/server.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/share.blade.php b/src/views/components/micro/solid/share.blade.php new file mode 100644 index 0000000..7f27e38 --- /dev/null +++ b/src/views/components/micro/solid/share.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/shield-check.blade.php b/src/views/components/micro/solid/shield-check.blade.php new file mode 100644 index 0000000..9f29b4d --- /dev/null +++ b/src/views/components/micro/solid/shield-check.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/shield-exclamation.blade.php b/src/views/components/micro/solid/shield-exclamation.blade.php new file mode 100644 index 0000000..2e60fb2 --- /dev/null +++ b/src/views/components/micro/solid/shield-exclamation.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/shopping-bag.blade.php b/src/views/components/micro/solid/shopping-bag.blade.php new file mode 100644 index 0000000..4022d66 --- /dev/null +++ b/src/views/components/micro/solid/shopping-bag.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/shopping-cart.blade.php b/src/views/components/micro/solid/shopping-cart.blade.php new file mode 100644 index 0000000..fb2f0b9 --- /dev/null +++ b/src/views/components/micro/solid/shopping-cart.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/signal-slash.blade.php b/src/views/components/micro/solid/signal-slash.blade.php new file mode 100644 index 0000000..79ace9a --- /dev/null +++ b/src/views/components/micro/solid/signal-slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/signal.blade.php b/src/views/components/micro/solid/signal.blade.php new file mode 100644 index 0000000..cfdd6d6 --- /dev/null +++ b/src/views/components/micro/solid/signal.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/slash.blade.php b/src/views/components/micro/solid/slash.blade.php new file mode 100644 index 0000000..3b43d64 --- /dev/null +++ b/src/views/components/micro/solid/slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/sparkles.blade.php b/src/views/components/micro/solid/sparkles.blade.php new file mode 100644 index 0000000..a544dae --- /dev/null +++ b/src/views/components/micro/solid/sparkles.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/speaker-wave.blade.php b/src/views/components/micro/solid/speaker-wave.blade.php new file mode 100644 index 0000000..8f70eec --- /dev/null +++ b/src/views/components/micro/solid/speaker-wave.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/speaker-x-mark.blade.php b/src/views/components/micro/solid/speaker-x-mark.blade.php new file mode 100644 index 0000000..4a26a41 --- /dev/null +++ b/src/views/components/micro/solid/speaker-x-mark.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/square-2-stack.blade.php b/src/views/components/micro/solid/square-2-stack.blade.php new file mode 100644 index 0000000..df680fe --- /dev/null +++ b/src/views/components/micro/solid/square-2-stack.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/square-3-stack-3d.blade.php b/src/views/components/micro/solid/square-3-stack-3d.blade.php new file mode 100644 index 0000000..bdae08c --- /dev/null +++ b/src/views/components/micro/solid/square-3-stack-3d.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/squares-2x2.blade.php b/src/views/components/micro/solid/squares-2x2.blade.php new file mode 100644 index 0000000..d8d173a --- /dev/null +++ b/src/views/components/micro/solid/squares-2x2.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/squares-plus.blade.php b/src/views/components/micro/solid/squares-plus.blade.php new file mode 100644 index 0000000..d9f57ad --- /dev/null +++ b/src/views/components/micro/solid/squares-plus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/star.blade.php b/src/views/components/micro/solid/star.blade.php new file mode 100644 index 0000000..f9b847e --- /dev/null +++ b/src/views/components/micro/solid/star.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/stop-circle.blade.php b/src/views/components/micro/solid/stop-circle.blade.php new file mode 100644 index 0000000..cb7eda1 --- /dev/null +++ b/src/views/components/micro/solid/stop-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/stop.blade.php b/src/views/components/micro/solid/stop.blade.php new file mode 100644 index 0000000..5a061c8 --- /dev/null +++ b/src/views/components/micro/solid/stop.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/strikethrough.blade.php b/src/views/components/micro/solid/strikethrough.blade.php new file mode 100644 index 0000000..4c4b42f --- /dev/null +++ b/src/views/components/micro/solid/strikethrough.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/sun.blade.php b/src/views/components/micro/solid/sun.blade.php new file mode 100644 index 0000000..ebff649 --- /dev/null +++ b/src/views/components/micro/solid/sun.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/swatch.blade.php b/src/views/components/micro/solid/swatch.blade.php new file mode 100644 index 0000000..b03cbb5 --- /dev/null +++ b/src/views/components/micro/solid/swatch.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/table-cells.blade.php b/src/views/components/micro/solid/table-cells.blade.php new file mode 100644 index 0000000..9e087b5 --- /dev/null +++ b/src/views/components/micro/solid/table-cells.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/tag.blade.php b/src/views/components/micro/solid/tag.blade.php new file mode 100644 index 0000000..30a974f --- /dev/null +++ b/src/views/components/micro/solid/tag.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/ticket.blade.php b/src/views/components/micro/solid/ticket.blade.php new file mode 100644 index 0000000..712c96e --- /dev/null +++ b/src/views/components/micro/solid/ticket.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/trash.blade.php b/src/views/components/micro/solid/trash.blade.php new file mode 100644 index 0000000..f4b73c1 --- /dev/null +++ b/src/views/components/micro/solid/trash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/trophy.blade.php b/src/views/components/micro/solid/trophy.blade.php new file mode 100644 index 0000000..cb45a10 --- /dev/null +++ b/src/views/components/micro/solid/trophy.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/truck.blade.php b/src/views/components/micro/solid/truck.blade.php new file mode 100644 index 0000000..33f4ef2 --- /dev/null +++ b/src/views/components/micro/solid/truck.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/tv.blade.php b/src/views/components/micro/solid/tv.blade.php new file mode 100644 index 0000000..031a637 --- /dev/null +++ b/src/views/components/micro/solid/tv.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/underline.blade.php b/src/views/components/micro/solid/underline.blade.php new file mode 100644 index 0000000..9912819 --- /dev/null +++ b/src/views/components/micro/solid/underline.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/user-circle.blade.php b/src/views/components/micro/solid/user-circle.blade.php new file mode 100644 index 0000000..e2e0398 --- /dev/null +++ b/src/views/components/micro/solid/user-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/user-group.blade.php b/src/views/components/micro/solid/user-group.blade.php new file mode 100644 index 0000000..413412e --- /dev/null +++ b/src/views/components/micro/solid/user-group.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/user-minus.blade.php b/src/views/components/micro/solid/user-minus.blade.php new file mode 100644 index 0000000..0e0e4b0 --- /dev/null +++ b/src/views/components/micro/solid/user-minus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/user-plus.blade.php b/src/views/components/micro/solid/user-plus.blade.php new file mode 100644 index 0000000..046dc9c --- /dev/null +++ b/src/views/components/micro/solid/user-plus.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/user.blade.php b/src/views/components/micro/solid/user.blade.php new file mode 100644 index 0000000..52327a3 --- /dev/null +++ b/src/views/components/micro/solid/user.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/users.blade.php b/src/views/components/micro/solid/users.blade.php new file mode 100644 index 0000000..28891f6 --- /dev/null +++ b/src/views/components/micro/solid/users.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/variable.blade.php b/src/views/components/micro/solid/variable.blade.php new file mode 100644 index 0000000..c4fbb6a --- /dev/null +++ b/src/views/components/micro/solid/variable.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/video-camera-slash.blade.php b/src/views/components/micro/solid/video-camera-slash.blade.php new file mode 100644 index 0000000..88fbac4 --- /dev/null +++ b/src/views/components/micro/solid/video-camera-slash.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/video-camera.blade.php b/src/views/components/micro/solid/video-camera.blade.php new file mode 100644 index 0000000..4873804 --- /dev/null +++ b/src/views/components/micro/solid/video-camera.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/view-columns.blade.php b/src/views/components/micro/solid/view-columns.blade.php new file mode 100644 index 0000000..6c502c8 --- /dev/null +++ b/src/views/components/micro/solid/view-columns.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/viewfinder-circle.blade.php b/src/views/components/micro/solid/viewfinder-circle.blade.php new file mode 100644 index 0000000..6d99a4d --- /dev/null +++ b/src/views/components/micro/solid/viewfinder-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/wallet.blade.php b/src/views/components/micro/solid/wallet.blade.php new file mode 100644 index 0000000..5cabf9e --- /dev/null +++ b/src/views/components/micro/solid/wallet.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/wifi.blade.php b/src/views/components/micro/solid/wifi.blade.php new file mode 100644 index 0000000..3159b05 --- /dev/null +++ b/src/views/components/micro/solid/wifi.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/window.blade.php b/src/views/components/micro/solid/window.blade.php new file mode 100644 index 0000000..f43120a --- /dev/null +++ b/src/views/components/micro/solid/window.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/wrench-screwdriver.blade.php b/src/views/components/micro/solid/wrench-screwdriver.blade.php new file mode 100644 index 0000000..cd15a8d --- /dev/null +++ b/src/views/components/micro/solid/wrench-screwdriver.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/wrench.blade.php b/src/views/components/micro/solid/wrench.blade.php new file mode 100644 index 0000000..15afab7 --- /dev/null +++ b/src/views/components/micro/solid/wrench.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/x-circle.blade.php b/src/views/components/micro/solid/x-circle.blade.php new file mode 100644 index 0000000..efa160b --- /dev/null +++ b/src/views/components/micro/solid/x-circle.blade.php @@ -0,0 +1 @@ + diff --git a/src/views/components/micro/solid/x-mark.blade.php b/src/views/components/micro/solid/x-mark.blade.php new file mode 100644 index 0000000..cc86765 --- /dev/null +++ b/src/views/components/micro/solid/x-mark.blade.php @@ -0,0 +1 @@ + diff --git a/tests/Unit/IconComponentTest.php b/tests/Unit/IconComponentTest.php index 7476afc..32aafc8 100644 --- a/tests/Unit/IconComponentTest.php +++ b/tests/Unit/IconComponentTest.php @@ -7,7 +7,9 @@ function getIcons(string $variant): Collection { - $files = (new Finder())->files()->in(__DIR__ . "/../../src/views/components/{$variant}"); + $iconsPath = str_replace('.', '/', $variant); + + $files = (new Finder())->files()->in(__DIR__ . "/../../src/views/components/{$iconsPath}"); return collect($files)->map(fn (SplFileInfo $file) => [ 'icon' => Str::before($file->getFilename(), '.blade.php'), @@ -56,9 +58,11 @@ function getIcons(string $variant): Collection })->with([ ['outline', new Icon(name: 'home', variant: 'outline')], ['outline', new Icon(name: 'home', outline: true)], - ['solid', new Icon(name: 'home', solid: true)], + ['solid', new Icon(name: 'home', solid: true)], ['mini.solid', new Icon(name: 'home', variant: 'mini', mini: true)], ['mini.solid', new Icon(name: 'home', mini: true)], + ['micro.solid', new Icon(name: 'home', variant: 'micro', micro: true)], + ['micro.solid', new Icon(name: 'home', micro: true)], ]); it('should render all components with attributes', function (string $icon, string $variant) { @@ -73,9 +77,8 @@ function getIcons(string $variant): Collection $expected = Str::replace('/', '.', "heroicons::components.{$variant}.{$icon}"); - expect($view->name())->toBe($expected); - - expect($html) + expect($view->name())->toBe($expected) + ->and($html) ->toContain('toContain('') ->toContain('class="w-5 h-5"') @@ -83,14 +86,12 @@ function getIcons(string $variant): Collection ->toContain('class="w-10 h-10"') ->not->toContain('not->toContain('with( - collect() - ->push(getIcons('outline')) - ->push(getIcons('solid')) - ->push(getIcons('mini/solid')) - ->collapse() - ->toArray(), -); +})->with([ + ...getIcons('outline'), + ...getIcons('solid'), + ...getIcons('mini.solid'), + ...getIcons('micro.solid'), +]); it('should inject the mini variant when it is given', function () { $icon = new Icon(name: 'home', solid: true, mini: true); @@ -99,3 +100,11 @@ function getIcons(string $variant): Collection expect($variant)->toEndWith('mini.solid'); }); + +it('should inject the micro variant when it is given', function () { + $icon = new Icon(name: 'home', solid: true, micro: true); + + $variant = $this->invokeMethod($icon, 'getVariant'); + + expect($variant)->toEndWith('micro.solid'); +});