diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 0f50219..23301e2 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -16,8 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
- php: [8.1, 8.2]
+ php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
+ exclude:
+ - php: 8.3
+ laravel: 9.*
name: PHP:${{ matrix.php }} / Laravel:${{ matrix.laravel }}
diff --git a/composer.json b/composer.json
index d7c96b4..b649f1f 100644
--- a/composer.json
+++ b/composer.json
@@ -20,7 +20,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
- "php": "^8.1|^8.2",
+ "php": "^8.1|^8.2|^8.3",
"laravel/framework": "^9.16|^10.0"
},
"require-dev": {
diff --git a/composer.lock b/composer.lock
index bf677f9..ebc5de2 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": "0e1200c5f80ff6698feb9723b7529bb8",
+ "content-hash": "0fb597b4ba210a3b83e4f4d2dd183cae",
"packages": [
{
"name": "brick/math",
@@ -61,6 +61,75 @@
],
"time": "2023-01-15T23:15:59+00:00"
},
+ {
+ "name": "carbonphp/carbon-doctrine-types",
+ "version": "2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
+ "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
+ "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "conflict": {
+ "doctrine/dbal": "<3.7.0 || >=4.0.0"
+ },
+ "require-dev": {
+ "doctrine/dbal": "^3.7.0",
+ "nesbot/carbon": "^2.71.0 || ^3.0.0",
+ "phpunit/phpunit": "^10.3"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "KyleKatarn",
+ "email": "kylekatarnls@gmail.com"
+ }
+ ],
+ "description": "Types to use Carbon in Doctrine",
+ "keywords": [
+ "carbon",
+ "date",
+ "datetime",
+ "doctrine",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
+ "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/kylekatarnls",
+ "type": "github"
+ },
+ {
+ "url": "https://opencollective.com/Carbon",
+ "type": "open_collective"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-11T17:09:12+00:00"
+ },
{
"name": "dflydev/dot-access-data",
"version": "v3.0.2",
@@ -138,28 +207,28 @@
},
{
"name": "doctrine/inflector",
- "version": "2.0.6",
+ "version": "2.0.10",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
- "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024"
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
- "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024",
+ "url": "https://api.github.com/repos/doctrine/inflector/zipball/5817d0659c5b50c9b950feb9af7b9668e2c436bc",
+ "reference": "5817d0659c5b50c9b950feb9af7b9668e2c436bc",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
- "doctrine/coding-standard": "^10",
+ "doctrine/coding-standard": "^11.0",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^8.5 || ^9.5",
- "vimeo/psalm": "^4.25"
+ "vimeo/psalm": "^4.25 || ^5.4"
},
"type": "library",
"autoload": {
@@ -209,7 +278,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
- "source": "https://github.com/doctrine/inflector/tree/2.0.6"
+ "source": "https://github.com/doctrine/inflector/tree/2.0.10"
},
"funding": [
{
@@ -225,31 +294,31 @@
"type": "tidelift"
}
],
- "time": "2022-10-20T09:10:12+00:00"
+ "time": "2024-02-18T20:23:39+00:00"
},
{
"name": "doctrine/lexer",
- "version": "3.0.0",
+ "version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
- "reference": "84a527db05647743d50373e0ec53a152f2cde568"
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
- "reference": "84a527db05647743d50373e0ec53a152f2cde568",
+ "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
+ "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd",
"shasum": ""
},
"require": {
"php": "^8.1"
},
"require-dev": {
- "doctrine/coding-standard": "^10",
- "phpstan/phpstan": "^1.9",
- "phpunit/phpunit": "^9.5",
+ "doctrine/coding-standard": "^12",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^10.5",
"psalm/plugin-phpunit": "^0.18.3",
- "vimeo/psalm": "^5.0"
+ "vimeo/psalm": "^5.21"
},
"type": "library",
"autoload": {
@@ -286,7 +355,7 @@
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
- "source": "https://github.com/doctrine/lexer/tree/3.0.0"
+ "source": "https://github.com/doctrine/lexer/tree/3.0.1"
},
"funding": [
{
@@ -302,20 +371,20 @@
"type": "tidelift"
}
],
- "time": "2022-12-15T16:57:16+00:00"
+ "time": "2024-02-05T11:56:58+00:00"
},
{
"name": "dragonmantank/cron-expression",
- "version": "v3.3.2",
+ "version": "v3.3.3",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
- "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8"
+ "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8",
- "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8",
+ "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
+ "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
"shasum": ""
},
"require": {
@@ -355,7 +424,7 @@
],
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
- "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2"
+ "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
},
"funding": [
{
@@ -363,20 +432,20 @@
"type": "github"
}
],
- "time": "2022-09-10T18:51:20+00:00"
+ "time": "2023-08-10T19:36:49+00:00"
},
{
"name": "egulias/email-validator",
- "version": "4.0.1",
+ "version": "4.0.2",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
- "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
- "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
+ "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
+ "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
"shasum": ""
},
"require": {
@@ -385,8 +454,8 @@
"symfony/polyfill-intl-idn": "^1.26"
},
"require-dev": {
- "phpunit/phpunit": "^9.5.27",
- "vimeo/psalm": "^4.30"
+ "phpunit/phpunit": "^10.2",
+ "vimeo/psalm": "^5.12"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
@@ -422,7 +491,7 @@
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
- "source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
+ "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
},
"funding": [
{
@@ -430,25 +499,25 @@
"type": "github"
}
],
- "time": "2023-01-14T14:17:03+00:00"
+ "time": "2023-10-06T06:47:41+00:00"
},
{
"name": "fruitcake/php-cors",
- "version": "v1.2.0",
+ "version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/fruitcake/php-cors.git",
- "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e"
+ "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e",
- "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e",
+ "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/3d158f36e7875e2f040f37bc0573956240a5a38b",
+ "reference": "3d158f36e7875e2f040f37bc0573956240a5a38b",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
- "symfony/http-foundation": "^4.4|^5.4|^6"
+ "symfony/http-foundation": "^4.4|^5.4|^6|^7"
},
"require-dev": {
"phpstan/phpstan": "^1.4",
@@ -458,7 +527,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.1-dev"
+ "dev-master": "1.2-dev"
}
},
"autoload": {
@@ -489,7 +558,7 @@
],
"support": {
"issues": "https://github.com/fruitcake/php-cors/issues",
- "source": "https://github.com/fruitcake/php-cors/tree/v1.2.0"
+ "source": "https://github.com/fruitcake/php-cors/tree/v1.3.0"
},
"funding": [
{
@@ -501,28 +570,28 @@
"type": "github"
}
],
- "time": "2022-02-20T15:07:15+00:00"
+ "time": "2023-10-12T05:21:21+00:00"
},
{
"name": "graham-campbell/result-type",
- "version": "v1.1.1",
+ "version": "v1.1.2",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
- "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
- "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
+ "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
+ "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
- "phpoption/phpoption": "^1.9.1"
+ "phpoption/phpoption": "^1.9.2"
},
"require-dev": {
- "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
},
"type": "library",
"autoload": {
@@ -551,7 +620,7 @@
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
- "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
+ "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
},
"funding": [
{
@@ -563,34 +632,36 @@
"type": "tidelift"
}
],
- "time": "2023-02-25T20:23:15+00:00"
+ "time": "2023-11-12T22:16:48+00:00"
},
{
"name": "guzzlehttp/uri-template",
- "version": "v1.0.1",
+ "version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/uri-template.git",
- "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2"
+ "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/uri-template/zipball/b945d74a55a25a949158444f09ec0d3c120d69e2",
- "reference": "b945d74a55a25a949158444f09ec0d3c120d69e2",
+ "url": "https://api.github.com/repos/guzzle/uri-template/zipball/ecea8feef63bd4fef1f037ecb288386999ecc11c",
+ "reference": "ecea8feef63bd4fef1f037ecb288386999ecc11c",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
- "symfony/polyfill-php80": "^1.17"
+ "symfony/polyfill-php80": "^1.24"
},
"require-dev": {
- "phpunit/phpunit": "^8.5.19 || ^9.5.8",
+ "bamarni/composer-bin-plugin": "^1.8.2",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15",
"uri-template/tests": "1.0.0"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-master": "1.0-dev"
+ "bamarni-bin": {
+ "bin-links": true,
+ "forward-command": false
}
},
"autoload": {
@@ -631,7 +702,7 @@
],
"support": {
"issues": "https://github.com/guzzle/uri-template/issues",
- "source": "https://github.com/guzzle/uri-template/tree/v1.0.1"
+ "source": "https://github.com/guzzle/uri-template/tree/v1.0.3"
},
"funding": [
{
@@ -647,24 +718,24 @@
"type": "tidelift"
}
],
- "time": "2021-10-07T12:57:01+00:00"
+ "time": "2023-12-03T19:50:20+00:00"
},
{
"name": "laravel/framework",
- "version": "v10.3.3",
+ "version": "v10.44.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
- "reference": "90f24d9e2860ecf6b5492e966956270ceb98c03d"
+ "reference": "1199dbe361787bbe9648131a79f53921b4148cf6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/framework/zipball/90f24d9e2860ecf6b5492e966956270ceb98c03d",
- "reference": "90f24d9e2860ecf6b5492e966956270ceb98c03d",
+ "url": "https://api.github.com/repos/laravel/framework/zipball/1199dbe361787bbe9648131a79f53921b4148cf6",
+ "reference": "1199dbe361787bbe9648131a79f53921b4148cf6",
"shasum": ""
},
"require": {
- "brick/math": "^0.9.3|^0.10.2|^0.11",
+ "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",
@@ -678,11 +749,12 @@
"ext-tokenizer": "*",
"fruitcake/php-cors": "^1.2",
"guzzlehttp/uri-template": "^1.0",
+ "laravel/prompts": "^0.1.9",
"laravel/serializable-closure": "^1.3",
"league/commonmark": "^2.2.1",
"league/flysystem": "^3.8.0",
"monolog/monolog": "^3.0",
- "nesbot/carbon": "^2.62.1",
+ "nesbot/carbon": "^2.67",
"nunomaduro/termwind": "^1.13",
"php": "^8.1",
"psr/container": "^1.1.1|^2.0.1",
@@ -692,7 +764,7 @@
"symfony/console": "^6.2",
"symfony/error-handler": "^6.2",
"symfony/finder": "^6.2",
- "symfony/http-foundation": "^6.2",
+ "symfony/http-foundation": "^6.4",
"symfony/http-kernel": "^6.2",
"symfony/mailer": "^6.2",
"symfony/mime": "^6.2",
@@ -705,6 +777,9 @@
"voku/portable-ascii": "^2.0"
},
"conflict": {
+ "carbonphp/carbon-doctrine-types": ">=3.0",
+ "doctrine/dbal": ">=4.0",
+ "phpunit/phpunit": ">=11.0.0",
"tightenco/collect": "<5.5.33"
},
"provide": {
@@ -759,14 +834,15 @@
"league/flysystem-read-only": "^3.3",
"league/flysystem-sftp-v3": "^3.0",
"mockery/mockery": "^1.5.1",
- "orchestra/testbench-core": "^8.0",
+ "nyholm/psr7": "^1.2",
+ "orchestra/testbench-core": "^8.18",
"pda/pheanstalk": "^4.0",
- "phpstan/phpdoc-parser": "^1.15",
"phpstan/phpstan": "^1.4.7",
"phpunit/phpunit": "^10.0.7",
"predis/predis": "^2.0.2",
"symfony/cache": "^6.2",
- "symfony/http-client": "^6.2.4"
+ "symfony/http-client": "^6.2.4",
+ "symfony/psr-http-message-bridge": "^2.0"
},
"suggest": {
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
@@ -815,6 +891,7 @@
"files": [
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
+ "src/Illuminate/Filesystem/functions.php",
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
@@ -847,20 +924,77 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
- "time": "2023-03-09T14:00:53+00:00"
+ "time": "2024-02-13T16:01:16+00:00"
+ },
+ {
+ "name": "laravel/prompts",
+ "version": "v0.1.15",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/prompts.git",
+ "reference": "d814a27514d99b03c85aa42b22cfd946568636c1"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/prompts/zipball/d814a27514d99b03c85aa42b22cfd946568636c1",
+ "reference": "d814a27514d99b03c85aa42b22cfd946568636c1",
+ "shasum": ""
+ },
+ "require": {
+ "ext-mbstring": "*",
+ "illuminate/collections": "^10.0|^11.0",
+ "php": "^8.1",
+ "symfony/console": "^6.2|^7.0"
+ },
+ "conflict": {
+ "illuminate/console": ">=10.17.0 <10.25.0",
+ "laravel/framework": ">=10.17.0 <10.25.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "^1.5",
+ "pestphp/pest": "^2.3",
+ "phpstan/phpstan": "^1.11",
+ "phpstan/phpstan-mockery": "^1.1"
+ },
+ "suggest": {
+ "ext-pcntl": "Required for the spinner to be animated."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.1.x-dev"
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/helpers.php"
+ ],
+ "psr-4": {
+ "Laravel\\Prompts\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/prompts/issues",
+ "source": "https://github.com/laravel/prompts/tree/v0.1.15"
+ },
+ "time": "2023-12-29T22:37:42+00:00"
},
{
"name": "laravel/serializable-closure",
- "version": "v1.3.0",
+ "version": "v1.3.3",
"source": {
"type": "git",
"url": "https://github.com/laravel/serializable-closure.git",
- "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37"
+ "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
- "reference": "f23fe9d4e95255dacee1bf3525e0810d1a1b0f37",
+ "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754",
+ "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
"shasum": ""
},
"require": {
@@ -907,20 +1041,20 @@
"issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure"
},
- "time": "2023-01-30T18:31:20+00:00"
+ "time": "2023-11-08T14:08:06+00:00"
},
{
"name": "league/commonmark",
- "version": "2.3.9",
+ "version": "2.4.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
- "reference": "c1e114f74e518daca2729ea8c4bf1167038fa4b5"
+ "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c1e114f74e518daca2729ea8c4bf1167038fa4b5",
- "reference": "c1e114f74e518daca2729ea8c4bf1167038fa4b5",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf",
+ "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf",
"shasum": ""
},
"require": {
@@ -933,7 +1067,7 @@
},
"require-dev": {
"cebe/markdown": "^1.0",
- "commonmark/cmark": "0.30.0",
+ "commonmark/cmark": "0.30.3",
"commonmark/commonmark.js": "0.30.0",
"composer/package-versions-deprecated": "^1.8",
"embed/embed": "^4.4",
@@ -943,10 +1077,10 @@
"michelf/php-markdown": "^1.4 || ^2.0",
"nyholm/psr7": "^1.5",
"phpstan/phpstan": "^1.8.2",
- "phpunit/phpunit": "^9.5.21",
+ "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0",
"scrutinizer/ocular": "^1.8.1",
- "symfony/finder": "^5.3 | ^6.0",
- "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
+ "symfony/finder": "^5.3 | ^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"
},
@@ -956,7 +1090,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "2.4-dev"
+ "dev-main": "2.5-dev"
}
},
"autoload": {
@@ -1013,7 +1147,7 @@
"type": "tidelift"
}
],
- "time": "2023-02-15T14:07:24+00:00"
+ "time": "2024-02-02T11:59:32+00:00"
},
{
"name": "league/config",
@@ -1099,23 +1233,26 @@
},
{
"name": "league/flysystem",
- "version": "3.12.3",
+ "version": "3.24.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
- "reference": "81e87e74dd5213795c7846d65089712d2dda90ce"
+ "reference": "b25a361508c407563b34fac6f64a8a17a8819675"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/81e87e74dd5213795c7846d65089712d2dda90ce",
- "reference": "81e87e74dd5213795c7846d65089712d2dda90ce",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b25a361508c407563b34fac6f64a8a17a8819675",
+ "reference": "b25a361508c407563b34fac6f64a8a17a8819675",
"shasum": ""
},
"require": {
+ "league/flysystem-local": "^3.0.0",
"league/mime-type-detection": "^1.0.0",
"php": "^8.0.2"
},
"conflict": {
+ "async-aws/core": "<1.19.0",
+ "async-aws/s3": "<1.14.0",
"aws/aws-sdk-php": "3.209.31 || 3.210.0",
"guzzlehttp/guzzle": "<7.0",
"guzzlehttp/ringphp": "<1.1.1",
@@ -1123,9 +1260,9 @@
"symfony/http-client": "<5.2"
},
"require-dev": {
- "async-aws/s3": "^1.5",
- "async-aws/simple-s3": "^1.1",
- "aws/aws-sdk-php": "^3.220.0",
+ "async-aws/s3": "^1.5 || ^2.0",
+ "async-aws/simple-s3": "^1.1 || ^2.0",
+ "aws/aws-sdk-php": "^3.295.10",
"composer/semver": "^3.0",
"ext-fileinfo": "*",
"ext-ftp": "*",
@@ -1133,10 +1270,10 @@
"friendsofphp/php-cs-fixer": "^3.5",
"google/cloud-storage": "^1.23",
"microsoft/azure-storage-blob": "^1.1",
- "phpseclib/phpseclib": "^3.0.14",
- "phpstan/phpstan": "^0.12.26",
- "phpunit/phpunit": "^9.5.11",
- "sabre/dav": "^4.3.1"
+ "phpseclib/phpseclib": "^3.0.34",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^9.5.11|^10.0",
+ "sabre/dav": "^4.6.0"
},
"type": "library",
"autoload": {
@@ -1170,7 +1307,7 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/3.12.3"
+ "source": "https://github.com/thephpleague/flysystem/tree/3.24.0"
},
"funding": [
{
@@ -1180,36 +1317,92 @@
{
"url": "https://github.com/frankdejonge",
"type": "github"
+ }
+ ],
+ "time": "2024-02-04T12:10:17+00:00"
+ },
+ {
+ "name": "league/flysystem-local",
+ "version": "3.23.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/thephpleague/flysystem-local.git",
+ "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/b884d2bf9b53bb4804a56d2df4902bb51e253f00",
+ "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00",
+ "shasum": ""
+ },
+ "require": {
+ "ext-fileinfo": "*",
+ "league/flysystem": "^3.0.0",
+ "league/mime-type-detection": "^1.0.0",
+ "php": "^8.0.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "League\\Flysystem\\Local\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Frank de Jonge",
+ "email": "info@frankdejonge.nl"
+ }
+ ],
+ "description": "Local filesystem adapter for Flysystem.",
+ "keywords": [
+ "Flysystem",
+ "file",
+ "files",
+ "filesystem",
+ "local"
+ ],
+ "support": {
+ "issues": "https://github.com/thephpleague/flysystem-local/issues",
+ "source": "https://github.com/thephpleague/flysystem-local/tree/3.23.1"
+ },
+ "funding": [
+ {
+ "url": "https://ecologi.com/frankdejonge",
+ "type": "custom"
},
{
- "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
- "type": "tidelift"
+ "url": "https://github.com/frankdejonge",
+ "type": "github"
}
],
- "time": "2023-02-18T15:32:41+00:00"
+ "time": "2024-01-26T18:25:23+00:00"
},
{
"name": "league/mime-type-detection",
- "version": "1.11.0",
+ "version": "1.15.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
- "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
+ "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
- "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
+ "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
+ "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
- "php": "^7.2 || ^8.0"
+ "php": "^7.4 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.68",
- "phpunit/phpunit": "^8.5.8 || ^9.3"
+ "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
},
"type": "library",
"autoload": {
@@ -1230,7 +1423,7 @@
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
- "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
+ "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0"
},
"funding": [
{
@@ -1242,20 +1435,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-17T13:12:02+00:00"
+ "time": "2024-01-28T23:22:08+00:00"
},
{
"name": "monolog/monolog",
- "version": "3.3.1",
+ "version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
- "reference": "9b5daeaffce5b926cac47923798bba91059e60e2"
+ "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Seldaek/monolog/zipball/9b5daeaffce5b926cac47923798bba91059e60e2",
- "reference": "9b5daeaffce5b926cac47923798bba91059e60e2",
+ "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
+ "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
"shasum": ""
},
"require": {
@@ -1270,7 +1463,7 @@
"doctrine/couchdb": "~1.0@dev",
"elasticsearch/elasticsearch": "^7 || ^8",
"ext-json": "*",
- "graylog2/gelf-php": "^1.4.2 || ^2@dev",
+ "graylog2/gelf-php": "^1.4.2 || ^2.0",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.2",
"mongodb/mongodb": "^1.8",
@@ -1278,7 +1471,7 @@
"phpstan/phpstan": "^1.9",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-strict-rules": "^1.4",
- "phpunit/phpunit": "^9.5.26",
+ "phpunit/phpunit": "^10.1",
"predis/predis": "^1.1 || ^2",
"ruflin/elastica": "^7",
"symfony/mailer": "^5.4 || ^6",
@@ -1331,7 +1524,7 @@
],
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
- "source": "https://github.com/Seldaek/monolog/tree/3.3.1"
+ "source": "https://github.com/Seldaek/monolog/tree/3.5.0"
},
"funding": [
{
@@ -1343,32 +1536,37 @@
"type": "tidelift"
}
],
- "time": "2023-02-06T13:46:10+00:00"
+ "time": "2023-10-27T15:32:31+00:00"
},
{
"name": "nesbot/carbon",
- "version": "2.66.0",
+ "version": "2.72.3",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
- "reference": "496712849902241f04902033b0441b269effe001"
+ "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/496712849902241f04902033b0441b269effe001",
- "reference": "496712849902241f04902033b0441b269effe001",
+ "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/0c6fd108360c562f6e4fd1dedb8233b423e91c83",
+ "reference": "0c6fd108360c562f6e4fd1dedb8233b423e91c83",
"shasum": ""
},
"require": {
+ "carbonphp/carbon-doctrine-types": "*",
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
+ "psr/clock": "^1.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.16",
"symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
},
+ "provide": {
+ "psr/clock-implementation": "1.0"
+ },
"require-dev": {
- "doctrine/dbal": "^2.0 || ^3.1.4",
- "doctrine/orm": "^2.7",
+ "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",
+ "doctrine/orm": "^2.7 || ^3.0",
"friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0",
"ondrejmirtes/better-reflection": "*",
@@ -1445,35 +1643,35 @@
"type": "tidelift"
}
],
- "time": "2023-01-29T18:53:47+00:00"
+ "time": "2024-01-25T10:35:09+00:00"
},
{
"name": "nette/schema",
- "version": "v1.2.3",
+ "version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nette/schema.git",
- "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f"
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/schema/zipball/abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
- "reference": "abbdbb70e0245d5f3bf77874cea1dfb0c930d06f",
+ "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
+ "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188",
"shasum": ""
},
"require": {
- "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0",
- "php": ">=7.1 <8.3"
+ "nette/utils": "^4.0",
+ "php": "8.1 - 8.3"
},
"require-dev": {
- "nette/tester": "^2.3 || ^2.4",
+ "nette/tester": "^2.4",
"phpstan/phpstan-nette": "^1.0",
- "tracy/tracy": "^2.7"
+ "tracy/tracy": "^2.8"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.2-dev"
+ "dev-master": "1.3-dev"
}
},
"autoload": {
@@ -1505,26 +1703,26 @@
],
"support": {
"issues": "https://github.com/nette/schema/issues",
- "source": "https://github.com/nette/schema/tree/v1.2.3"
+ "source": "https://github.com/nette/schema/tree/v1.3.0"
},
- "time": "2022-10-13T01:24:26+00:00"
+ "time": "2023-12-11T11:54:22+00:00"
},
{
"name": "nette/utils",
- "version": "v4.0.0",
+ "version": "v4.0.4",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
- "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e"
+ "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e",
- "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e",
+ "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
+ "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218",
"shasum": ""
},
"require": {
- "php": ">=8.0 <8.3"
+ "php": ">=8.0 <8.4"
},
"conflict": {
"nette/finder": "<3",
@@ -1532,7 +1730,7 @@
},
"require-dev": {
"jetbrains/phpstorm-attributes": "dev-master",
- "nette/tester": "^2.4",
+ "nette/tester": "^2.5",
"phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.9"
},
@@ -1542,8 +1740,7 @@
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
- "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
- "ext-xml": "to use Strings::length() etc. when mbstring is not available"
+ "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
},
"type": "library",
"extra": {
@@ -1592,9 +1789,9 @@
],
"support": {
"issues": "https://github.com/nette/utils/issues",
- "source": "https://github.com/nette/utils/tree/v4.0.0"
+ "source": "https://github.com/nette/utils/tree/v4.0.4"
},
- "time": "2023-02-02T10:41:53+00:00"
+ "time": "2024-01-17T16:50:36+00:00"
},
{
"name": "nunomaduro/termwind",
@@ -1684,16 +1881,16 @@
},
{
"name": "phpoption/phpoption",
- "version": "1.9.1",
+ "version": "1.9.2",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
- "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
- "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
+ "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
+ "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
"shasum": ""
},
"require": {
@@ -1701,7 +1898,7 @@
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
- "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
},
"type": "library",
"extra": {
@@ -1743,7 +1940,7 @@
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
- "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
+ "source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
},
"funding": [
{
@@ -1755,7 +1952,55 @@
"type": "tidelift"
}
],
- "time": "2023-02-25T19:38:58+00:00"
+ "time": "2023-11-12T21:59:55+00:00"
+ },
+ {
+ "name": "psr/clock",
+ "version": "1.0.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/php-fig/clock.git",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.0 || ^8.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Psr\\Clock\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "PHP-FIG",
+ "homepage": "https://www.php-fig.org/"
+ }
+ ],
+ "description": "Common interface for reading the clock.",
+ "homepage": "https://github.com/php-fig/clock",
+ "keywords": [
+ "clock",
+ "now",
+ "psr",
+ "psr-20",
+ "time"
+ ],
+ "support": {
+ "issues": "https://github.com/php-fig/clock/issues",
+ "source": "https://github.com/php-fig/clock/tree/1.0.0"
+ },
+ "time": "2022-11-25T14:36:26+00:00"
},
{
"name": "psr/container",
@@ -2052,16 +2297,16 @@
},
{
"name": "ramsey/uuid",
- "version": "4.x-dev",
+ "version": "4.7.5",
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
- "reference": "bf2bee216a4379eaf62162307d62bb7850405fec"
+ "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ramsey/uuid/zipball/bf2bee216a4379eaf62162307d62bb7850405fec",
- "reference": "bf2bee216a4379eaf62162307d62bb7850405fec",
+ "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
+ "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e",
"shasum": ""
},
"require": {
@@ -2102,7 +2347,6 @@
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
- "default-branch": true,
"type": "library",
"extra": {
"captainhook": {
@@ -2129,7 +2373,7 @@
],
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
- "source": "https://github.com/ramsey/uuid/tree/4.x"
+ "source": "https://github.com/ramsey/uuid/tree/4.7.5"
},
"funding": [
{
@@ -2141,28 +2385,28 @@
"type": "tidelift"
}
],
- "time": "2023-02-07T16:14:23+00:00"
+ "time": "2023-11-08T05:53:05+00:00"
},
{
"name": "symfony/console",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d45"
+ "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/cbad09eb8925b6ad4fb721c7a179344dc4a19d45",
- "reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d45",
+ "url": "https://api.github.com/repos/symfony/console/zipball/2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e",
+ "reference": "2aaf83b4de5b9d43b93e4aec6f2f8b676f7c567e",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/deprecation-contracts": "^2.1|^3",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/service-contracts": "^1.1|^2|^3",
- "symfony/string": "^5.4|^6.0"
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/string": "^5.4|^6.0|^7.0"
},
"conflict": {
"symfony/dependency-injection": "<5.4",
@@ -2176,18 +2420,16 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/event-dispatcher": "^5.4|^6.0",
- "symfony/lock": "^5.4|^6.0",
- "symfony/process": "^5.4|^6.0",
- "symfony/var-dumper": "^5.4|^6.0"
- },
- "suggest": {
- "psr/log": "For using the console logger",
- "symfony/event-dispatcher": "",
- "symfony/lock": "",
- "symfony/process": ""
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/lock": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -2216,12 +2458,12 @@
"homepage": "https://symfony.com",
"keywords": [
"cli",
- "command line",
+ "command-line",
"console",
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.2.7"
+ "source": "https://github.com/symfony/console/tree/v6.4.3"
},
"funding": [
{
@@ -2237,24 +2479,24 @@
"type": "tidelift"
}
],
- "time": "2023-02-25T17:00:03+00:00"
+ "time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/css-selector",
- "version": "v6.2.7",
+ "version": "v7.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
- "reference": "aedf3cb0f5b929ec255d96bbb4909e9932c769e0"
+ "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/css-selector/zipball/aedf3cb0f5b929ec255d96bbb4909e9932c769e0",
- "reference": "aedf3cb0f5b929ec255d96bbb4909e9932c769e0",
+ "url": "https://api.github.com/repos/symfony/css-selector/zipball/ec60a4edf94e63b0556b6a0888548bb400a3a3be",
+ "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be",
"shasum": ""
},
"require": {
- "php": ">=8.1"
+ "php": ">=8.2"
},
"type": "library",
"autoload": {
@@ -2286,7 +2528,7 @@
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/css-selector/tree/v6.2.7"
+ "source": "https://github.com/symfony/css-selector/tree/v7.0.3"
},
"funding": [
{
@@ -2302,20 +2544,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2024-01-23T15:02:46+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.2.1",
+ "version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
- "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e"
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
- "reference": "e2d1534420bd723d0ef5aec58a22c5fe60ce6f5e",
+ "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
+ "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
"shasum": ""
},
"require": {
@@ -2324,7 +2566,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -2353,7 +2595,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.2.1"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
},
"funding": [
{
@@ -2369,31 +2611,35 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:25:55+00:00"
+ "time": "2023-05-23T14:45:45+00:00"
},
{
"name": "symfony/error-handler",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "61e90f94eb014054000bc902257d2763fac09166"
+ "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/61e90f94eb014054000bc902257d2763fac09166",
- "reference": "61e90f94eb014054000bc902257d2763fac09166",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/6dc3c76a278b77f01d864a6005d640822c6f26a6",
+ "reference": "6dc3c76a278b77f01d864a6005d640822c6f26a6",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
- "symfony/var-dumper": "^5.4|^6.0"
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
+ },
+ "conflict": {
+ "symfony/deprecation-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4"
},
"require-dev": {
- "symfony/deprecation-contracts": "^2.1|^3",
- "symfony/http-kernel": "^5.4|^6.0",
- "symfony/serializer": "^5.4|^6.0"
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/serializer": "^5.4|^6.0|^7.0"
},
"bin": [
"Resources/bin/patch-type-declarations"
@@ -2424,7 +2670,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/v6.2.7"
+ "source": "https://github.com/symfony/error-handler/tree/v6.4.3"
},
"funding": [
{
@@ -2440,28 +2686,29 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2024-01-29T15:40:36+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.2.7",
+ "version": "v7.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "404b307de426c1c488e5afad64403e5f145e82a5"
+ "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/404b307de426c1c488e5afad64403e5f145e82a5",
- "reference": "404b307de426c1c488e5afad64403e5f145e82a5",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e",
+ "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e",
"shasum": ""
},
"require": {
- "php": ">=8.1",
- "symfony/event-dispatcher-contracts": "^2|^3"
+ "php": ">=8.2",
+ "symfony/event-dispatcher-contracts": "^2.5|^3"
},
"conflict": {
- "symfony/dependency-injection": "<5.4"
+ "symfony/dependency-injection": "<6.4",
+ "symfony/service-contracts": "<2.5"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
@@ -2469,17 +2716,13 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/error-handler": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4|^6.0",
- "symfony/service-contracts": "^1.1|^2|^3",
- "symfony/stopwatch": "^5.4|^6.0"
- },
- "suggest": {
- "symfony/dependency-injection": "",
- "symfony/http-kernel": ""
+ "symfony/config": "^6.4|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/expression-language": "^6.4|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/stopwatch": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@@ -2507,7 +2750,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/v6.2.7"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3"
},
"funding": [
{
@@ -2523,33 +2766,30 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2024-01-23T15:02:46+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.2.1",
+ "version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
- "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd"
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
- "reference": "0ad3b6f1e4e2da5690fefe075cd53a238646d8dd",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
+ "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/event-dispatcher": "^1"
},
- "suggest": {
- "symfony/event-dispatcher-implementation": ""
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -2586,7 +2826,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.2.1"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
},
"funding": [
{
@@ -2602,27 +2842,27 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:32:47+00:00"
+ "time": "2023-05-23T14:45:45+00:00"
},
{
"name": "symfony/finder",
- "version": "v6.2.7",
+ "version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
- "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb"
+ "reference": "11d736e97f116ac375a81f96e662911a34cd50ce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/finder/zipball/20808dc6631aecafbe67c186af5dcb370be3a0eb",
- "reference": "20808dc6631aecafbe67c186af5dcb370be3a0eb",
+ "url": "https://api.github.com/repos/symfony/finder/zipball/11d736e97f116ac375a81f96e662911a34cd50ce",
+ "reference": "11d736e97f116ac375a81f96e662911a34cd50ce",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
"require-dev": {
- "symfony/filesystem": "^6.0"
+ "symfony/filesystem": "^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -2650,7 +2890,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/finder/tree/v6.2.7"
+ "source": "https://github.com/symfony/finder/tree/v6.4.0"
},
"funding": [
{
@@ -2666,41 +2906,40 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T09:57:23+00:00"
+ "time": "2023-10-31T17:30:12+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "5fc3038d4a594223f9ea42e4e985548f3fcc9a3b"
+ "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5fc3038d4a594223f9ea42e4e985548f3fcc9a3b",
- "reference": "5fc3038d4a594223f9ea42e4e985548f3fcc9a3b",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
+ "reference": "5677bdf7cade4619cb17fc9e1e7b31ec392244a9",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/deprecation-contracts": "^2.1|^3",
- "symfony/polyfill-mbstring": "~1.1"
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/polyfill-mbstring": "~1.1",
+ "symfony/polyfill-php83": "^1.27"
},
"conflict": {
- "symfony/cache": "<6.2"
+ "symfony/cache": "<6.3"
},
"require-dev": {
- "predis/predis": "~1.0",
- "symfony/cache": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
- "symfony/mime": "^5.4|^6.0",
- "symfony/rate-limiter": "^5.2|^6.0"
- },
- "suggest": {
- "symfony/mime": "To use the file extension guesser"
+ "doctrine/dbal": "^2.13.1|^3|^4",
+ "predis/predis": "^1.1|^2.0",
+ "symfony/cache": "^6.3|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
+ "symfony/mime": "^5.4|^6.0|^7.0",
+ "symfony/rate-limiter": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -2728,7 +2967,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v6.2.7"
+ "source": "https://github.com/symfony/http-foundation/tree/v6.4.3"
},
"funding": [
{
@@ -2744,29 +2983,29 @@
"type": "tidelift"
}
],
- "time": "2023-02-21T10:54:55+00:00"
+ "time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "ca0680ad1e2d678536cc20e0ae33f9e4e5d2becd"
+ "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ca0680ad1e2d678536cc20e0ae33f9e4e5d2becd",
- "reference": "ca0680ad1e2d678536cc20e0ae33f9e4e5d2becd",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9c6ec4e543044f7568a53a76ab1484ecd30637a2",
+ "reference": "9c6ec4e543044f7568a53a76ab1484ecd30637a2",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
- "symfony/deprecation-contracts": "^2.1|^3",
- "symfony/error-handler": "^6.1",
- "symfony/event-dispatcher": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4.21|^6.2.7",
+ "symfony/deprecation-contracts": "^2.5|^3",
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
@@ -2774,15 +3013,18 @@
"symfony/cache": "<5.4",
"symfony/config": "<6.1",
"symfony/console": "<5.4",
- "symfony/dependency-injection": "<6.2",
+ "symfony/dependency-injection": "<6.4",
"symfony/doctrine-bridge": "<5.4",
"symfony/form": "<5.4",
"symfony/http-client": "<5.4",
+ "symfony/http-client-contracts": "<2.5",
"symfony/mailer": "<5.4",
"symfony/messenger": "<5.4",
"symfony/translation": "<5.4",
+ "symfony/translation-contracts": "<2.5",
"symfony/twig-bridge": "<5.4",
- "symfony/validator": "<5.4",
+ "symfony/validator": "<6.4",
+ "symfony/var-dumper": "<6.3",
"twig/twig": "<2.13"
},
"provide": {
@@ -2790,29 +3032,28 @@
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
- "symfony/browser-kit": "^5.4|^6.0",
- "symfony/config": "^6.1",
- "symfony/console": "^5.4|^6.0",
- "symfony/css-selector": "^5.4|^6.0",
- "symfony/dependency-injection": "^6.2",
- "symfony/dom-crawler": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/finder": "^5.4|^6.0",
- "symfony/http-client-contracts": "^1.1|^2|^3",
- "symfony/process": "^5.4|^6.0",
- "symfony/routing": "^5.4|^6.0",
- "symfony/stopwatch": "^5.4|^6.0",
- "symfony/translation": "^5.4|^6.0",
- "symfony/translation-contracts": "^1.1|^2|^3",
- "symfony/uid": "^5.4|^6.0",
+ "symfony/browser-kit": "^5.4|^6.0|^7.0",
+ "symfony/clock": "^6.2|^7.0",
+ "symfony/config": "^6.1|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/css-selector": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/dom-crawler": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
+ "symfony/http-client-contracts": "^2.5|^3",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
+ "symfony/routing": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.3|^7.0",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0",
+ "symfony/translation": "^5.4|^6.0|^7.0",
+ "symfony/translation-contracts": "^2.5|^3",
+ "symfony/uid": "^5.4|^6.0|^7.0",
+ "symfony/validator": "^6.4|^7.0",
+ "symfony/var-exporter": "^6.2|^7.0",
"twig/twig": "^2.13|^3.0.4"
},
- "suggest": {
- "symfony/browser-kit": "",
- "symfony/config": "",
- "symfony/console": "",
- "symfony/dependency-injection": ""
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -2839,7 +3080,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v6.2.7"
+ "source": "https://github.com/symfony/http-kernel/tree/v6.4.3"
},
"funding": [
{
@@ -2855,20 +3096,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-28T13:26:41+00:00"
+ "time": "2024-01-31T07:21:29+00:00"
},
{
"name": "symfony/mailer",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/mailer.git",
- "reference": "e4f84c633b72ec70efc50b8016871c3bc43e691e"
+ "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mailer/zipball/e4f84c633b72ec70efc50b8016871c3bc43e691e",
- "reference": "e4f84c633b72ec70efc50b8016871c3bc43e691e",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/74412c62f88a85a41b61f0b71ab0afcaad6f03ee",
+ "reference": "74412c62f88a85a41b61f0b71ab0afcaad6f03ee",
"shasum": ""
},
"require": {
@@ -2876,21 +3117,22 @@
"php": ">=8.1",
"psr/event-dispatcher": "^1",
"psr/log": "^1|^2|^3",
- "symfony/event-dispatcher": "^5.4|^6.0",
- "symfony/mime": "^6.2",
- "symfony/service-contracts": "^1.1|^2|^3"
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/mime": "^6.2|^7.0",
+ "symfony/service-contracts": "^2.5|^3"
},
"conflict": {
+ "symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<5.4",
"symfony/messenger": "<6.2",
"symfony/mime": "<6.2",
"symfony/twig-bridge": "<6.2.1"
},
"require-dev": {
- "symfony/console": "^5.4|^6.0",
- "symfony/http-client": "^5.4|^6.0",
- "symfony/messenger": "^6.2",
- "symfony/twig-bridge": "^6.2"
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/http-client": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^6.2|^7.0",
+ "symfony/twig-bridge": "^6.2|^7.0"
},
"type": "library",
"autoload": {
@@ -2918,7 +3160,7 @@
"description": "Helps sending emails",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/mailer/tree/v6.2.7"
+ "source": "https://github.com/symfony/mailer/tree/v6.4.3"
},
"funding": [
{
@@ -2934,24 +3176,25 @@
"type": "tidelift"
}
],
- "time": "2023-02-21T10:35:38+00:00"
+ "time": "2024-01-29T15:01:07+00:00"
},
{
"name": "symfony/mime",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "62e341f80699badb0ad70b31149c8df89a2d778e"
+ "reference": "5017e0a9398c77090b7694be46f20eb796262a34"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/62e341f80699badb0ad70b31149c8df89a2d778e",
- "reference": "62e341f80699badb0ad70b31149c8df89a2d778e",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34",
+ "reference": "5017e0a9398c77090b7694be46f20eb796262a34",
"shasum": ""
},
"require": {
"php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
@@ -2960,16 +3203,16 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<5.4",
- "symfony/serializer": "<6.2"
+ "symfony/serializer": "<6.3.2"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4",
"league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/property-access": "^5.4|^6.0",
- "symfony/property-info": "^5.4|^6.0",
- "symfony/serializer": "^6.2"
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/property-access": "^5.4|^6.0|^7.0",
+ "symfony/property-info": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.3.2|^7.0"
},
"type": "library",
"autoload": {
@@ -3001,7 +3244,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.2.7"
+ "source": "https://github.com/symfony/mime/tree/v6.4.3"
},
"funding": [
{
@@ -3017,20 +3260,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2024-01-30T08:32:12+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
+ "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
"shasum": ""
},
"require": {
@@ -3044,9 +3287,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3083,7 +3323,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
},
"funding": [
{
@@ -3099,20 +3339,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
- "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
+ "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
"shasum": ""
},
"require": {
@@ -3123,9 +3363,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3164,7 +3401,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
},
"funding": [
{
@@ -3180,20 +3417,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
+ "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
"shasum": ""
},
"require": {
@@ -3206,9 +3443,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3251,7 +3485,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
},
"funding": [
{
@@ -3267,20 +3501,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
+ "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
"shasum": ""
},
"require": {
@@ -3291,9 +3525,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3335,7 +3566,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
},
"funding": [
{
@@ -3351,20 +3582,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
+ "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
"shasum": ""
},
"require": {
@@ -3378,9 +3609,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3418,7 +3646,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
},
"funding": [
{
@@ -3434,20 +3662,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-php72",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
- "reference": "869329b1e9894268a8a61dabb69153029b7a8c97"
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97",
- "reference": "869329b1e9894268a8a61dabb69153029b7a8c97",
+ "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
+ "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
"shasum": ""
},
"require": {
@@ -3455,9 +3683,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3494,7 +3719,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
},
"funding": [
{
@@ -3510,20 +3735,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/polyfill-php80",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
- "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
+ "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
"shasum": ""
},
"require": {
@@ -3531,9 +3756,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3577,7 +3799,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0"
},
"funding": [
{
@@ -3593,36 +3815,28 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
- "name": "symfony/polyfill-uuid",
- "version": "v1.27.0",
+ "name": "symfony/polyfill-php83",
+ "version": "v1.29.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/polyfill-uuid.git",
- "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166"
+ "url": "https://github.com/symfony/polyfill-php83.git",
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/f3cf1a645c2734236ed1e2e671e273eeb3586166",
- "reference": "f3cf1a645c2734236ed1e2e671e273eeb3586166",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff",
+ "reference": "86fcae159633351e5fd145d1c47de6c528f8caff",
"shasum": ""
},
"require": {
- "php": ">=7.1"
- },
- "provide": {
- "ext-uuid": "*"
- },
- "suggest": {
- "ext-uuid": "For best performance"
+ "php": ">=7.1",
+ "symfony/polyfill-php80": "^1.14"
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -3633,8 +3847,11 @@
"bootstrap.php"
],
"psr-4": {
- "Symfony\\Polyfill\\Uuid\\": ""
- }
+ "Symfony\\Polyfill\\Php83\\": ""
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -3642,24 +3859,24 @@
],
"authors": [
{
- "name": "Grégoire Pineau",
- "email": "lyrixx@lyrixx.info"
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
- "description": "Symfony polyfill for uuid functions",
+ "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
- "uuid"
+ "shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-uuid/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0"
},
"funding": [
{
@@ -3675,29 +3892,108 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
- "name": "symfony/process",
- "version": "v6.2.7",
+ "name": "symfony/polyfill-uuid",
+ "version": "v1.29.0",
"source": {
"type": "git",
- "url": "https://github.com/symfony/process.git",
- "reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902"
+ "url": "https://github.com/symfony/polyfill-uuid.git",
+ "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/680e8a2ea6b3f87aecc07a6a65a203ae573d1902",
- "reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902",
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853",
+ "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853",
"shasum": ""
},
"require": {
- "php": ">=8.1"
+ "php": ">=7.1"
},
- "type": "library",
- "autoload": {
- "psr-4": {
- "Symfony\\Component\\Process\\": ""
+ "provide": {
+ "ext-uuid": "*"
+ },
+ "suggest": {
+ "ext-uuid": "For best performance"
+ },
+ "type": "library",
+ "extra": {
+ "thanks": {
+ "name": "symfony/polyfill",
+ "url": "https://github.com/symfony/polyfill"
+ }
+ },
+ "autoload": {
+ "files": [
+ "bootstrap.php"
+ ],
+ "psr-4": {
+ "Symfony\\Polyfill\\Uuid\\": ""
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Grégoire Pineau",
+ "email": "lyrixx@lyrixx.info"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "description": "Symfony polyfill for uuid functions",
+ "homepage": "https://symfony.com",
+ "keywords": [
+ "compatibility",
+ "polyfill",
+ "portable",
+ "uuid"
+ ],
+ "support": {
+ "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.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-01-29T20:11:03+00:00"
+ },
+ {
+ "name": "symfony/process",
+ "version": "v6.4.3",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/process.git",
+ "reference": "31642b0818bfcff85930344ef93193f8c607e0a3"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/process/zipball/31642b0818bfcff85930344ef93193f8c607e0a3",
+ "reference": "31642b0818bfcff85930344ef93193f8c607e0a3",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=8.1"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
@@ -3720,7 +4016,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v6.2.7"
+ "source": "https://github.com/symfony/process/tree/v6.4.3"
},
"funding": [
{
@@ -3736,24 +4032,25 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/routing",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "fa643fa4c56de161f8bc8c0492a76a60140b50e4"
+ "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/fa643fa4c56de161f8bc8c0492a76a60140b50e4",
- "reference": "fa643fa4c56de161f8bc8c0492a76a60140b50e4",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/3b2957ad54902f0f544df83e3d58b38d7e8e5842",
+ "reference": "3b2957ad54902f0f544df83e3d58b38d7e8e5842",
"shasum": ""
},
"require": {
- "php": ">=8.1"
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3"
},
"conflict": {
"doctrine/annotations": "<1.12",
@@ -3764,17 +4061,11 @@
"require-dev": {
"doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
- "symfony/config": "^6.2",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4|^6.0",
- "symfony/yaml": "^5.4|^6.0"
- },
- "suggest": {
- "symfony/config": "For using the all-in-one router or any loader",
- "symfony/expression-language": "For using expression matching",
- "symfony/http-foundation": "For using a Symfony Request object",
- "symfony/yaml": "For using the YAML loader"
+ "symfony/config": "^6.2|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -3808,7 +4099,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v6.2.7"
+ "source": "https://github.com/symfony/routing/tree/v6.4.3"
},
"funding": [
{
@@ -3824,36 +4115,33 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:53:37+00:00"
+ "time": "2024-01-30T13:55:02+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v3.2.1",
+ "version": "v3.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "a8c9cedf55f314f3a186041d19537303766df09a"
+ "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a8c9cedf55f314f3a186041d19537303766df09a",
- "reference": "a8c9cedf55f314f3a186041d19537303766df09a",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
+ "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "psr/container": "^2.0"
+ "psr/container": "^1.1|^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
},
- "suggest": {
- "symfony/service-implementation": ""
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -3893,7 +4181,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.2.1"
+ "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
},
"funding": [
{
@@ -3909,38 +4197,38 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:32:47+00:00"
+ "time": "2023-12-26T14:02:43+00:00"
},
{
"name": "symfony/string",
- "version": "v6.2.7",
+ "version": "v7.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "67b8c1eec78296b85dc1c7d9743830160218993d"
+ "reference": "524aac4a280b90a4420d8d6a040718d0586505ac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/67b8c1eec78296b85dc1c7d9743830160218993d",
- "reference": "67b8c1eec78296b85dc1c7d9743830160218993d",
+ "url": "https://api.github.com/repos/symfony/string/zipball/524aac4a280b90a4420d8d6a040718d0586505ac",
+ "reference": "524aac4a280b90a4420d8d6a040718d0586505ac",
"shasum": ""
},
"require": {
- "php": ">=8.1",
+ "php": ">=8.2",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
- "symfony/translation-contracts": "<2.0"
+ "symfony/translation-contracts": "<2.5"
},
"require-dev": {
- "symfony/error-handler": "^5.4|^6.0",
- "symfony/http-client": "^5.4|^6.0",
- "symfony/intl": "^6.2",
- "symfony/translation-contracts": "^2.0|^3.0",
- "symfony/var-exporter": "^5.4|^6.0"
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/http-client": "^6.4|^7.0",
+ "symfony/intl": "^6.4|^7.0",
+ "symfony/translation-contracts": "^2.5|^3.0",
+ "symfony/var-exporter": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@@ -3979,7 +4267,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.2.7"
+ "source": "https://github.com/symfony/string/tree/v7.0.3"
},
"funding": [
{
@@ -3995,32 +4283,35 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2024-01-29T15:41:16+00:00"
},
{
"name": "symfony/translation",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
- "reference": "90db1c6138c90527917671cd9ffa9e8b359e3a73"
+ "reference": "637c51191b6b184184bbf98937702bcf554f7d04"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation/zipball/90db1c6138c90527917671cd9ffa9e8b359e3a73",
- "reference": "90db1c6138c90527917671cd9ffa9e8b359e3a73",
+ "url": "https://api.github.com/repos/symfony/translation/zipball/637c51191b6b184184bbf98937702bcf554f7d04",
+ "reference": "637c51191b6b184184bbf98937702bcf554f7d04",
"shasum": ""
},
"require": {
"php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/translation-contracts": "^2.3|^3.0"
+ "symfony/translation-contracts": "^2.5|^3.0"
},
"conflict": {
"symfony/config": "<5.4",
"symfony/console": "<5.4",
"symfony/dependency-injection": "<5.4",
+ "symfony/http-client-contracts": "<2.5",
"symfony/http-kernel": "<5.4",
+ "symfony/service-contracts": "<2.5",
"symfony/twig-bundle": "<5.4",
"symfony/yaml": "<5.4"
},
@@ -4028,25 +4319,19 @@
"symfony/translation-implementation": "2.3|3.0"
},
"require-dev": {
- "nikic/php-parser": "^4.13",
+ "nikic/php-parser": "^4.18|^5.0",
"psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0",
- "symfony/console": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/finder": "^5.4|^6.0",
- "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
- "symfony/http-kernel": "^5.4|^6.0",
- "symfony/intl": "^5.4|^6.0",
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
+ "symfony/http-client-contracts": "^2.5|^3.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/intl": "^5.4|^6.0|^7.0",
"symfony/polyfill-intl-icu": "^1.21",
- "symfony/routing": "^5.4|^6.0",
- "symfony/service-contracts": "^1.1.2|^2|^3",
- "symfony/yaml": "^5.4|^6.0"
- },
- "suggest": {
- "nikic/php-parser": "To use PhpAstExtractor",
- "psr/log-implementation": "To use logging capability in translator",
- "symfony/config": "",
- "symfony/yaml": ""
+ "symfony/routing": "^5.4|^6.0|^7.0",
+ "symfony/service-contracts": "^2.5|^3",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -4077,7 +4362,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/translation/tree/v6.2.7"
+ "source": "https://github.com/symfony/translation/tree/v6.4.3"
},
"funding": [
{
@@ -4093,32 +4378,29 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2024-01-29T13:11:52+00:00"
},
{
"name": "symfony/translation-contracts",
- "version": "v3.2.1",
+ "version": "v3.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
- "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8"
+ "reference": "06450585bf65e978026bda220cdebca3f867fde7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/dfec258b9dd17a6b24420d464c43bffe347441c8",
- "reference": "dfec258b9dd17a6b24420d464c43bffe347441c8",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
+ "reference": "06450585bf65e978026bda220cdebca3f867fde7",
"shasum": ""
},
"require": {
"php": ">=8.1"
},
- "suggest": {
- "symfony/translation-implementation": ""
- },
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "3.3-dev"
+ "dev-main": "3.4-dev"
},
"thanks": {
"name": "symfony/contracts",
@@ -4158,7 +4440,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v3.2.1"
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
},
"funding": [
{
@@ -4174,20 +4456,20 @@
"type": "tidelift"
}
],
- "time": "2023-03-01T10:32:47+00:00"
+ "time": "2023-12-26T14:02:43+00:00"
},
{
"name": "symfony/uid",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/uid.git",
- "reference": "d30c72a63897cfa043e1de4d4dd2ffa9ecefcdc0"
+ "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/uid/zipball/d30c72a63897cfa043e1de4d4dd2ffa9ecefcdc0",
- "reference": "d30c72a63897cfa043e1de4d4dd2ffa9ecefcdc0",
+ "url": "https://api.github.com/repos/symfony/uid/zipball/1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
+ "reference": "1d31267211cc3a2fff32bcfc7c1818dac41b6fc0",
"shasum": ""
},
"require": {
@@ -4195,7 +4477,7 @@
"symfony/polyfill-uuid": "^1.15"
},
"require-dev": {
- "symfony/console": "^5.4|^6.0"
+ "symfony/console": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -4232,7 +4514,7 @@
"uuid"
],
"support": {
- "source": "https://github.com/symfony/uid/tree/v6.2.7"
+ "source": "https://github.com/symfony/uid/tree/v6.4.3"
},
"funding": [
{
@@ -4248,42 +4530,39 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2024-01-23T14:51:35+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "cf8d4ca1ddc1e3cc242375deb8fc23e54f5e2a1e"
+ "reference": "0435a08f69125535336177c29d56af3abc1f69da"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cf8d4ca1ddc1e3cc242375deb8fc23e54f5e2a1e",
- "reference": "cf8d4ca1ddc1e3cc242375deb8fc23e54f5e2a1e",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0435a08f69125535336177c29d56af3abc1f69da",
+ "reference": "0435a08f69125535336177c29d56af3abc1f69da",
"shasum": ""
},
"require": {
"php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
- "phpunit/phpunit": "<5.4.3",
"symfony/console": "<5.4"
},
"require-dev": {
"ext-iconv": "*",
- "symfony/console": "^5.4|^6.0",
- "symfony/process": "^5.4|^6.0",
- "symfony/uid": "^5.4|^6.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/error-handler": "^6.3|^7.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/uid": "^5.4|^6.0|^7.0",
"twig/twig": "^2.13|^3.0.4"
},
- "suggest": {
- "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
- "ext-intl": "To show region name in time zone dump",
- "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
- },
"bin": [
"Resources/bin/var-dump-server"
],
@@ -4320,7 +4599,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.2.7"
+ "source": "https://github.com/symfony/var-dumper/tree/v6.4.3"
},
"funding": [
{
@@ -4336,27 +4615,27 @@
"type": "tidelift"
}
],
- "time": "2023-02-24T10:42:00+00:00"
+ "time": "2024-01-23T14:53:30+00:00"
},
{
"name": "tijsverkoyen/css-to-inline-styles",
- "version": "2.2.6",
+ "version": "v2.2.7",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
- "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
+ "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
- "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
+ "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
"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"
+ "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
@@ -4387,37 +4666,37 @@
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
- "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.2.7"
},
- "time": "2023-01-03T09:29:04+00:00"
+ "time": "2023-12-08T13:03:43+00:00"
},
{
"name": "vlucas/phpdotenv",
- "version": "v5.5.0",
+ "version": "v5.6.0",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
- "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
+ "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
- "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
+ "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
+ "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
"shasum": ""
},
"require": {
"ext-pcre": "*",
- "graham-campbell/result-type": "^1.0.2",
- "php": "^7.1.3 || ^8.0",
- "phpoption/phpoption": "^1.8",
- "symfony/polyfill-ctype": "^1.23",
- "symfony/polyfill-mbstring": "^1.23.1",
- "symfony/polyfill-php80": "^1.23.1"
+ "graham-campbell/result-type": "^1.1.2",
+ "php": "^7.2.5 || ^8.0",
+ "phpoption/phpoption": "^1.9.2",
+ "symfony/polyfill-ctype": "^1.24",
+ "symfony/polyfill-mbstring": "^1.24",
+ "symfony/polyfill-php80": "^1.24"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.4.1",
+ "bamarni/composer-bin-plugin": "^1.8.2",
"ext-filter": "*",
- "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
+ "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
@@ -4429,7 +4708,7 @@
"forward-command": true
},
"branch-alias": {
- "dev-master": "5.5-dev"
+ "dev-master": "5.6-dev"
}
},
"autoload": {
@@ -4461,7 +4740,7 @@
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
- "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
+ "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
},
"funding": [
{
@@ -4473,7 +4752,7 @@
"type": "tidelift"
}
],
- "time": "2022-10-16T01:01:54+00:00"
+ "time": "2023-11-12T22:43:29+00:00"
},
{
"name": "voku/portable-ascii",
@@ -4609,6 +4888,87 @@
}
],
"packages-dev": [
+ {
+ "name": "composer/semver",
+ "version": "3.4.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/composer/semver.git",
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^5.3.2 || ^7.0 || ^8.0"
+ },
+ "require-dev": {
+ "phpstan/phpstan": "^1.4",
+ "symfony/phpunit-bridge": "^4.2 || ^5"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Composer\\Semver\\": "src"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Nils Adermann",
+ "email": "naderman@naderman.de",
+ "homepage": "http://www.naderman.de"
+ },
+ {
+ "name": "Jordi Boggiano",
+ "email": "j.boggiano@seld.be",
+ "homepage": "http://seld.be"
+ },
+ {
+ "name": "Rob Bast",
+ "email": "rob.bast@gmail.com",
+ "homepage": "http://robbast.nl"
+ }
+ ],
+ "description": "Semver library that offers utilities, version constraint parsing and validation.",
+ "keywords": [
+ "semantic",
+ "semver",
+ "validation",
+ "versioning"
+ ],
+ "support": {
+ "irc": "ircs://irc.libera.chat:6697/composer",
+ "issues": "https://github.com/composer/semver/issues",
+ "source": "https://github.com/composer/semver/tree/3.4.0"
+ },
+ "funding": [
+ {
+ "url": "https://packagist.com",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/composer",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-08-31T09:50:34+00:00"
+ },
{
"name": "doctrine/instantiator",
"version": "2.0.0",
@@ -4681,16 +5041,16 @@
},
{
"name": "fakerphp/faker",
- "version": "v1.21.0",
+ "version": "v1.23.1",
"source": {
"type": "git",
"url": "https://github.com/FakerPHP/Faker.git",
- "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d"
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d",
- "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d",
+ "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b",
+ "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b",
"shasum": ""
},
"require": {
@@ -4716,11 +5076,6 @@
"ext-mbstring": "Required for multibyte Unicode string functionality."
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-main": "v1.21-dev"
- }
- },
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
@@ -4743,22 +5098,22 @@
],
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
- "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0"
+ "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1"
},
- "time": "2022-12-13T13:54:32+00:00"
+ "time": "2024-01-02T13:46:09+00:00"
},
{
"name": "filp/whoops",
- "version": "2.15.1",
+ "version": "2.15.4",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
- "reference": "e864ac957acd66e1565f25efda61e37791a5db0b"
+ "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/filp/whoops/zipball/e864ac957acd66e1565f25efda61e37791a5db0b",
- "reference": "e864ac957acd66e1565f25efda61e37791a5db0b",
+ "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
+ "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
"shasum": ""
},
"require": {
@@ -4808,7 +5163,7 @@
],
"support": {
"issues": "https://github.com/filp/whoops/issues",
- "source": "https://github.com/filp/whoops/tree/2.15.1"
+ "source": "https://github.com/filp/whoops/tree/2.15.4"
},
"funding": [
{
@@ -4816,26 +5171,26 @@
"type": "github"
}
],
- "time": "2023-03-06T18:09:13+00:00"
+ "time": "2023-11-03T12:00:00+00:00"
},
{
"name": "guzzlehttp/psr7",
- "version": "2.4.4",
+ "version": "2.6.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf"
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
- "reference": "3cf1b6d4f0c820a2cf8bcaec39fc698f3443b5cf",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"psr/http-factory": "^1.0",
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.1 || ^2.0",
"ralouphie/getallheaders": "^3.0"
},
"provide": {
@@ -4843,9 +5198,9 @@
"psr/http-message-implementation": "1.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.1",
+ "bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5.29 || ^9.5.23"
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -4855,9 +5210,6 @@
"bamarni-bin": {
"bin-links": true,
"forward-command": false
- },
- "branch-alias": {
- "dev-master": "2.4-dev"
}
},
"autoload": {
@@ -4919,7 +5271,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.4.4"
+ "source": "https://github.com/guzzle/psr7/tree/2.6.2"
},
"funding": [
{
@@ -4935,7 +5287,7 @@
"type": "tidelift"
}
],
- "time": "2023-03-09T13:19:02+00:00"
+ "time": "2023-12-03T20:05:35+00:00"
},
{
"name": "hamcrest/hamcrest-php",
@@ -4990,16 +5342,16 @@
},
{
"name": "laravel/pint",
- "version": "v1.6.0",
+ "version": "v1.13.11",
"source": {
"type": "git",
"url": "https://github.com/laravel/pint.git",
- "reference": "e48e3fadd7863d6b7d03464f5c4f211a828b890f"
+ "reference": "60a163c3e7e3346a1dec96d3e6f02e6465452552"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/laravel/pint/zipball/e48e3fadd7863d6b7d03464f5c4f211a828b890f",
- "reference": "e48e3fadd7863d6b7d03464f5c4f211a828b890f",
+ "url": "https://api.github.com/repos/laravel/pint/zipball/60a163c3e7e3346a1dec96d3e6f02e6465452552",
+ "reference": "60a163c3e7e3346a1dec96d3e6f02e6465452552",
"shasum": ""
},
"require": {
@@ -5010,13 +5362,13 @@
"php": "^8.1.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^3.14.4",
- "illuminate/view": "^10.0.0",
- "laravel-zero/framework": "^10.0.0",
- "mockery/mockery": "^1.5.1",
- "nunomaduro/larastan": "^2.4.0",
+ "friendsofphp/php-cs-fixer": "^3.49.0",
+ "illuminate/view": "^10.43.0",
+ "larastan/larastan": "^2.8.1",
+ "laravel-zero/framework": "^10.3.0",
+ "mockery/mockery": "^1.6.7",
"nunomaduro/termwind": "^1.15.1",
- "pestphp/pest": "^1.22.4"
+ "pestphp/pest": "^2.33.6"
},
"bin": [
"builds/pint"
@@ -5052,42 +5404,108 @@
"issues": "https://github.com/laravel/pint/issues",
"source": "https://github.com/laravel/pint"
},
- "time": "2023-02-21T15:44:57+00:00"
+ "time": "2024-02-13T17:20:13+00:00"
+ },
+ {
+ "name": "laravel/tinker",
+ "version": "v2.9.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/laravel/tinker.git",
+ "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
+ "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
+ "shasum": ""
+ },
+ "require": {
+ "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
+ "php": "^7.2.5|^8.0",
+ "psy/psysh": "^0.11.1|^0.12.0",
+ "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
+ },
+ "require-dev": {
+ "mockery/mockery": "~1.3.3|^1.4.2",
+ "phpstan/phpstan": "^1.10",
+ "phpunit/phpunit": "^8.5.8|^9.3.3"
+ },
+ "suggest": {
+ "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
+ },
+ "type": "library",
+ "extra": {
+ "laravel": {
+ "providers": [
+ "Laravel\\Tinker\\TinkerServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Laravel\\Tinker\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ }
+ ],
+ "description": "Powerful REPL for the Laravel framework.",
+ "keywords": [
+ "REPL",
+ "Tinker",
+ "laravel",
+ "psysh"
+ ],
+ "support": {
+ "issues": "https://github.com/laravel/tinker/issues",
+ "source": "https://github.com/laravel/tinker/tree/v2.9.0"
+ },
+ "time": "2024-01-04T16:10:04+00:00"
},
{
"name": "mockery/mockery",
- "version": "1.5.1",
+ "version": "1.6.7",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
- "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
+ "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
- "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
+ "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
+ "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06",
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "^2.0.1",
"lib-pcre": ">=7.0",
- "php": "^7.3 || ^8.0"
+ "php": ">=7.3"
},
"conflict": {
"phpunit/phpunit": "<8.0"
},
"require-dev": {
- "phpunit/phpunit": "^8.5 || ^9.3"
+ "phpunit/phpunit": "^8.5 || ^9.6.10",
+ "symplify/easy-coding-standard": "^12.0.8"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "1.4.x-dev"
- }
- },
"autoload": {
- "psr-0": {
- "Mockery": "library/"
+ "files": [
+ "library/helpers.php",
+ "library/Mockery.php"
+ ],
+ "psr-4": {
+ "Mockery\\": "library/Mockery"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -5098,12 +5516,20 @@
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
- "homepage": "http://blog.astrumfutura.com"
+ "homepage": "https://github.com/padraic",
+ "role": "Author"
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
- "homepage": "http://davedevelopment.co.uk"
+ "homepage": "https://davedevelopment.co.uk",
+ "role": "Developer"
+ },
+ {
+ "name": "Nathanael Esayeas",
+ "email": "nathanael.esayeas@protonmail.com",
+ "homepage": "https://github.com/ghostwriter",
+ "role": "Lead Developer"
}
],
"description": "Mockery is a simple yet flexible PHP mock object framework",
@@ -5121,10 +5547,13 @@
"testing"
],
"support": {
+ "docs": "https://docs.mockery.io/",
"issues": "https://github.com/mockery/mockery/issues",
- "source": "https://github.com/mockery/mockery/tree/1.5.1"
+ "rss": "https://github.com/mockery/mockery/releases.atom",
+ "security": "https://github.com/mockery/mockery/security/advisories",
+ "source": "https://github.com/mockery/mockery"
},
- "time": "2022-09-07T15:32:08+00:00"
+ "time": "2023-12-10T02:24:34+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -5187,25 +5616,27 @@
},
{
"name": "nikic/php-parser",
- "version": "v4.15.4",
+ "version": "v5.0.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290"
+ "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
- "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
+ "reference": "4a21235f7e56e713259a6f76bf4b5ea08502b9dc",
"shasum": ""
},
"require": {
+ "ext-ctype": "*",
+ "ext-json": "*",
"ext-tokenizer": "*",
- "php": ">=7.0"
+ "php": ">=7.4"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
- "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
@@ -5213,7 +5644,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "4.9-dev"
+ "dev-master": "5.0-dev"
}
},
"autoload": {
@@ -5237,9 +5668,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.0"
},
- "time": "2023-03-05T19:49:14+00:00"
+ "time": "2024-01-07T17:17:35+00:00"
},
{
"name": "nunomaduro/collision",
@@ -5331,35 +5762,36 @@
},
{
"name": "nunomaduro/larastan",
- "version": "2.5.1",
+ "version": "v2.9.0",
"source": {
"type": "git",
- "url": "https://github.com/nunomaduro/larastan.git",
- "reference": "072e2c9566ae000bf66c92384fc933b81885244b"
+ "url": "https://github.com/larastan/larastan.git",
+ "reference": "35fa9cbe1895e76215bbe74571a344f2705fbe01"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/072e2c9566ae000bf66c92384fc933b81885244b",
- "reference": "072e2c9566ae000bf66c92384fc933b81885244b",
+ "url": "https://api.github.com/repos/larastan/larastan/zipball/35fa9cbe1895e76215bbe74571a344f2705fbe01",
+ "reference": "35fa9cbe1895e76215bbe74571a344f2705fbe01",
"shasum": ""
},
"require": {
"ext-json": "*",
- "illuminate/console": "^9.47.0 || ^10.0.0",
- "illuminate/container": "^9.47.0 || ^10.0.0",
- "illuminate/contracts": "^9.47.0 || ^10.0.0",
- "illuminate/database": "^9.47.0 || ^10.0.0",
- "illuminate/http": "^9.47.0 || ^10.0.0",
- "illuminate/pipeline": "^9.47.0 || ^10.0.0",
- "illuminate/support": "^9.47.0 || ^10.0.0",
+ "illuminate/console": "^9.52.16 || ^10.28.0 || ^11.0",
+ "illuminate/container": "^9.52.16 || ^10.28.0 || ^11.0",
+ "illuminate/contracts": "^9.52.16 || ^10.28.0 || ^11.0",
+ "illuminate/database": "^9.52.16 || ^10.28.0 || ^11.0",
+ "illuminate/http": "^9.52.16 || ^10.28.0 || ^11.0",
+ "illuminate/pipeline": "^9.52.16 || ^10.28.0 || ^11.0",
+ "illuminate/support": "^9.52.16 || ^10.28.0 || ^11.0",
"php": "^8.0.2",
- "phpmyadmin/sql-parser": "^5.6.0",
- "phpstan/phpstan": "~1.10.3"
+ "phpmyadmin/sql-parser": "^5.8.2",
+ "phpstan/phpstan": "^1.10.50"
},
"require-dev": {
- "nikic/php-parser": "^4.15.2",
- "orchestra/testbench": "^7.19.0 || ^8.0.0",
- "phpunit/phpunit": "^9.5.27"
+ "nikic/php-parser": "^4.17.1",
+ "orchestra/canvas": "^7.11.1 || ^8.11.0 || ^9.0.0",
+ "orchestra/testbench": "^7.33.0 || ^8.13.0 || ^9.0.0",
+ "phpunit/phpunit": "^9.6.13 || ^10.5"
},
"suggest": {
"orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
@@ -5377,7 +5809,7 @@
},
"autoload": {
"psr-4": {
- "NunoMaduro\\Larastan\\": "src/"
+ "Larastan\\Larastan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -5385,6 +5817,10 @@
"MIT"
],
"authors": [
+ {
+ "name": "Can Vural",
+ "email": "can9119@gmail.com"
+ },
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
@@ -5402,8 +5838,8 @@
"static analysis"
],
"support": {
- "issues": "https://github.com/nunomaduro/larastan/issues",
- "source": "https://github.com/nunomaduro/larastan/tree/2.5.1"
+ "issues": "https://github.com/larastan/larastan/issues",
+ "source": "https://github.com/larastan/larastan/tree/v2.9.0"
},
"funding": [
{
@@ -5423,31 +5859,179 @@
"type": "patreon"
}
],
- "time": "2023-03-04T23:46:40+00:00"
+ "abandoned": "larastan/larastan",
+ "time": "2024-02-13T11:49:22+00:00"
+ },
+ {
+ "name": "orchestra/canvas",
+ "version": "v8.11.7",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/orchestral/canvas.git",
+ "reference": "e4a0157f522222725f1559bde0da1091a91542fb"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/orchestral/canvas/zipball/e4a0157f522222725f1559bde0da1091a91542fb",
+ "reference": "e4a0157f522222725f1559bde0da1091a91542fb",
+ "shasum": ""
+ },
+ "require": {
+ "composer-runtime-api": "^2.2",
+ "composer/semver": "^3.0",
+ "illuminate/console": "^10.39",
+ "illuminate/database": "^10.39",
+ "illuminate/filesystem": "^10.39",
+ "illuminate/support": "^10.39",
+ "orchestra/canvas-core": "^8.10.2",
+ "orchestra/testbench-core": "^8.19",
+ "php": "^8.1",
+ "symfony/polyfill-php83": "^1.28",
+ "symfony/yaml": "^6.2"
+ },
+ "require-dev": {
+ "laravel/framework": "^10.39",
+ "laravel/pint": "^1.6",
+ "mockery/mockery": "^1.5.1",
+ "phpstan/phpstan": "^1.10.5",
+ "phpunit/phpunit": "^10.1",
+ "spatie/laravel-ray": "^1.32.4"
+ },
+ "bin": [
+ "canvas"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "9.0-dev"
+ },
+ "laravel": {
+ "providers": [
+ "Orchestra\\Canvas\\LaravelServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Orchestra\\Canvas\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ },
+ {
+ "name": "Mior Muhammad Zaki",
+ "email": "crynobone@gmail.com"
+ }
+ ],
+ "description": "Code Generators for Laravel Applications and Packages",
+ "support": {
+ "issues": "https://github.com/orchestral/canvas/issues",
+ "source": "https://github.com/orchestral/canvas/tree/v8.11.7"
+ },
+ "time": "2024-02-07T10:29:23+00:00"
+ },
+ {
+ "name": "orchestra/canvas-core",
+ "version": "v8.10.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/orchestral/canvas-core.git",
+ "reference": "3af8fb6b1ebd85903ba5d0e6df1c81aedacfedfc"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/3af8fb6b1ebd85903ba5d0e6df1c81aedacfedfc",
+ "reference": "3af8fb6b1ebd85903ba5d0e6df1c81aedacfedfc",
+ "shasum": ""
+ },
+ "require": {
+ "composer-runtime-api": "^2.2",
+ "composer/semver": "^3.0",
+ "illuminate/console": "^10.38.1",
+ "illuminate/filesystem": "^10.38.1",
+ "php": "^8.1",
+ "symfony/polyfill-php83": "^1.28"
+ },
+ "conflict": {
+ "orchestra/canvas": "<8.11.0",
+ "orchestra/testbench-core": "<8.2.0"
+ },
+ "require-dev": {
+ "laravel/framework": "^10.38.1",
+ "laravel/pint": "^1.6",
+ "mockery/mockery": "^1.5.1",
+ "orchestra/testbench-core": "^8.19",
+ "phpstan/phpstan": "^1.10.6",
+ "phpunit/phpunit": "^10.1",
+ "symfony/yaml": "^6.2"
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "9.0-dev"
+ },
+ "laravel": {
+ "providers": [
+ "Orchestra\\Canvas\\Core\\LaravelServiceProvider"
+ ]
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Orchestra\\Canvas\\Core\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Taylor Otwell",
+ "email": "taylor@laravel.com"
+ },
+ {
+ "name": "Mior Muhammad Zaki",
+ "email": "crynobone@gmail.com"
+ }
+ ],
+ "description": "Code Generators Builder for Laravel Applications and Packages",
+ "support": {
+ "issues": "https://github.com/orchestral/canvas/issues",
+ "source": "https://github.com/orchestral/canvas-core/tree/v8.10.2"
+ },
+ "time": "2023-12-28T01:27:59+00:00"
},
{
"name": "orchestra/testbench",
- "version": "v8.0.8",
+ "version": "v8.21.1",
"source": {
"type": "git",
"url": "https://github.com/orchestral/testbench.git",
- "reference": "782516d438d97ab0d24a96bfdd28794208110077"
+ "reference": "c22a81802a68e746e032edf65cbb68af28a52670"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/orchestral/testbench/zipball/782516d438d97ab0d24a96bfdd28794208110077",
- "reference": "782516d438d97ab0d24a96bfdd28794208110077",
+ "url": "https://api.github.com/repos/orchestral/testbench/zipball/c22a81802a68e746e032edf65cbb68af28a52670",
+ "reference": "c22a81802a68e746e032edf65cbb68af28a52670",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.2",
"fakerphp/faker": "^1.21",
- "laravel/framework": ">=10.3.3 <10.4.0",
+ "laravel/framework": "^10.40",
"mockery/mockery": "^1.5.1",
- "orchestra/testbench-core": ">=8.0.5 <8.1.0",
+ "orchestra/testbench-core": "^8.21.1",
+ "orchestra/workbench": "^1.2 || ^8.2",
"php": "^8.1",
- "phpunit/phpunit": "^9.6 || ^10.0.7",
- "spatie/laravel-ray": "^1.32",
+ "phpunit/phpunit": "^9.6 || ^10.1",
"symfony/process": "^6.2",
"symfony/yaml": "^6.2",
"vlucas/phpdotenv": "^5.4.1"
@@ -5469,72 +6053,77 @@
"keywords": [
"BDD",
"TDD",
+ "dev",
"laravel",
- "orchestra-platform",
- "orchestral",
+ "laravel-packages",
"testing"
],
"support": {
"issues": "https://github.com/orchestral/testbench/issues",
- "source": "https://github.com/orchestral/testbench/tree/v8.0.8"
+ "source": "https://github.com/orchestral/testbench/tree/v8.21.1"
},
- "time": "2023-03-10T00:51:18+00:00"
+ "time": "2024-01-22T03:22:22+00:00"
},
{
"name": "orchestra/testbench-core",
- "version": "v8.0.5",
+ "version": "v8.21.1",
"source": {
"type": "git",
"url": "https://github.com/orchestral/testbench-core.git",
- "reference": "b8364097ee6d6d16c59ea86ce9e138b53935fc2f"
+ "reference": "c6bf49a1b7ef4afe58e5bda676158c4de41f9a81"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/b8364097ee6d6d16c59ea86ce9e138b53935fc2f",
- "reference": "b8364097ee6d6d16c59ea86ce9e138b53935fc2f",
+ "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/c6bf49a1b7ef4afe58e5bda676158c4de41f9a81",
+ "reference": "c6bf49a1b7ef4afe58e5bda676158c4de41f9a81",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2.2",
- "php": "^8.1"
+ "php": "^8.1",
+ "symfony/polyfill-php83": "^1.28"
+ },
+ "conflict": {
+ "brianium/paratest": "<6.4.0 || >=7.0.0 <7.1.4 || >=8.0.0",
+ "laravel/framework": "<10.40 || >=11.0.0",
+ "nunomaduro/collision": "<6.4.0 || >=7.0.0 <7.4.0 || >=8.0.0",
+ "orchestra/testbench-dusk": "<8.21.0 || >=9.0.0",
+ "orchestra/workbench": "<1.0.0",
+ "phpunit/phpunit": "<9.6.0 || >=10.6.0"
},
"require-dev": {
"fakerphp/faker": "^1.21",
- "laravel/framework": "^10.3.3",
+ "laravel/framework": "^10.40",
"laravel/pint": "^1.6",
"mockery/mockery": "^1.5.1",
- "orchestra/canvas": "^8.0",
- "phpstan/phpstan": "^1.10.5",
- "phpunit/phpunit": "^9.6 || ^10.0.7",
- "spatie/laravel-ray": "^1.32",
+ "phpstan/phpstan": "^1.10.7",
+ "phpunit/phpunit": "^10.1",
+ "spatie/laravel-ray": "^1.32.4",
"symfony/process": "^6.2",
"symfony/yaml": "^6.2",
"vlucas/phpdotenv": "^5.4.1"
},
"suggest": {
- "brianium/paratest": "Allow using parallel tresting (^6.4 || ^7.0).",
+ "brianium/paratest": "Allow using parallel testing (^6.4 || ^7.1.4).",
+ "ext-pcntl": "Required to use all features of the console signal trapping.",
"fakerphp/faker": "Allow using Faker for testing (^1.21).",
- "laravel/framework": "Required for testing (^10.3.3).",
+ "laravel/framework": "Required for testing (^10.40).",
"mockery/mockery": "Allow using Mockery for testing (^1.5.1).",
- "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.4 || ^7.0).",
+ "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.4 || ^7.4).",
"orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^8.0).",
"orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^8.0).",
- "phpunit/phpunit": "Allow using PHPUnit for testing (^9.6 || ^10.0.7).",
- "symfony/yaml": "Required for CLI Commander (^6.2).",
- "vlucas/phpdotenv": "Required for CLI Commander (^5.4.1)."
+ "phpunit/phpunit": "Allow using PHPUnit for testing (^9.6 || ^10.1).",
+ "symfony/process": "Required to use Orchestra\\Testbench\\remote function (^6.2).",
+ "symfony/yaml": "Required for Testbench CLI (^6.2).",
+ "vlucas/phpdotenv": "Required for Testbench CLI (^5.4.1)."
},
"bin": [
"testbench"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "9.0-dev"
- }
- },
"autoload": {
"files": [
- "src/helpers.php"
+ "src/functions.php"
],
"psr-4": {
"Orchestra\\Testbench\\": "src/"
@@ -5556,36 +6145,106 @@
"keywords": [
"BDD",
"TDD",
+ "dev",
"laravel",
- "orchestra-platform",
- "orchestral",
+ "laravel-packages",
"testing"
],
"support": {
"issues": "https://github.com/orchestral/testbench/issues",
"source": "https://github.com/orchestral/testbench-core"
},
- "time": "2023-03-10T00:01:53+00:00"
+ "time": "2024-01-22T01:45:47+00:00"
+ },
+ {
+ "name": "orchestra/workbench",
+ "version": "v8.2.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/orchestral/workbench.git",
+ "reference": "e8e6e4dcf6fb26ea1924c3581e49aa347691a8ea"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/orchestral/workbench/zipball/e8e6e4dcf6fb26ea1924c3581e49aa347691a8ea",
+ "reference": "e8e6e4dcf6fb26ea1924c3581e49aa347691a8ea",
+ "shasum": ""
+ },
+ "require": {
+ "composer-runtime-api": "^2.2",
+ "fakerphp/faker": "^1.21",
+ "laravel/framework": "^10.38.1",
+ "laravel/tinker": "^2.8.2",
+ "orchestra/canvas": "^8.11.4",
+ "orchestra/testbench-core": "^8.17",
+ "php": "^8.1",
+ "spatie/laravel-ray": "^1.32.4",
+ "symfony/polyfill-php83": "^1.28",
+ "symfony/yaml": "^6.2"
+ },
+ "require-dev": {
+ "laravel/pint": "^1.4",
+ "mockery/mockery": "^1.5.1",
+ "phpstan/phpstan": "^1.10.7",
+ "phpunit/phpunit": "^10.1",
+ "symfony/process": "^6.2"
+ },
+ "suggest": {
+ "ext-pcntl": "Required to use all features of the console signal trapping."
+ },
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "0.5.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Orchestra\\Workbench\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Mior Muhammad Zaki",
+ "email": "crynobone@gmail.com"
+ }
+ ],
+ "description": "Workbench Companion for Laravel Packages Development",
+ "keywords": [
+ "dev",
+ "laravel",
+ "laravel-packages",
+ "testing"
+ ],
+ "support": {
+ "issues": "https://github.com/orchestral/workbench/issues",
+ "source": "https://github.com/orchestral/workbench/tree/v8.2.1"
+ },
+ "time": "2023-12-28T15:15:44+00:00"
},
{
"name": "pestphp/pest",
- "version": "v1.22.5",
+ "version": "v1.23.1",
"source": {
"type": "git",
"url": "https://github.com/pestphp/pest.git",
- "reference": "a1a0f049cddb7da097e7450e1a80da4d1a59571e"
+ "reference": "5c56ad8772b89611c72a07e23f6e30aa29dc677a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pestphp/pest/zipball/a1a0f049cddb7da097e7450e1a80da4d1a59571e",
- "reference": "a1a0f049cddb7da097e7450e1a80da4d1a59571e",
+ "url": "https://api.github.com/repos/pestphp/pest/zipball/5c56ad8772b89611c72a07e23f6e30aa29dc677a",
+ "reference": "5c56ad8772b89611c72a07e23f6e30aa29dc677a",
"shasum": ""
},
"require": {
- "nunomaduro/collision": "^5.11.0|^6.3.0",
+ "nunomaduro/collision": "^5.11.0|^6.4.0",
"pestphp/pest-plugin": "^1.1.0",
"php": "^7.3 || ^8.0",
- "phpunit/phpunit": "^9.6.4"
+ "phpunit/phpunit": "^9.6.10"
},
"require-dev": {
"illuminate/console": "^8.83.27",
@@ -5646,35 +6305,19 @@
],
"support": {
"issues": "https://github.com/pestphp/pest/issues",
- "source": "https://github.com/pestphp/pest/tree/v1.22.5"
+ "source": "https://github.com/pestphp/pest/tree/v1.23.1"
},
"funding": [
{
"url": "https://www.paypal.com/paypalme/enunomaduro",
"type": "custom"
},
- {
- "url": "https://github.com/lukeraymonddowning",
- "type": "github"
- },
{
"url": "https://github.com/nunomaduro",
"type": "github"
- },
- {
- "url": "https://github.com/olivernybroe",
- "type": "github"
- },
- {
- "url": "https://github.com/owenvoke",
- "type": "github"
- },
- {
- "url": "https://www.patreon.com/nunomaduro",
- "type": "patreon"
}
],
- "time": "2023-03-03T10:16:59+00:00"
+ "time": "2023-07-12T19:42:47+00:00"
},
{
"name": "pestphp/pest-plugin",
@@ -5861,16 +6504,16 @@
},
{
"name": "phpmyadmin/sql-parser",
- "version": "5.7.0",
+ "version": "5.9.0",
"source": {
"type": "git",
"url": "https://github.com/phpmyadmin/sql-parser.git",
- "reference": "0f5895aab2b6002d00b6831b60983523dea30bff"
+ "reference": "011fa18a4e55591fac6545a821921dd1d61c6984"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/0f5895aab2b6002d00b6831b60983523dea30bff",
- "reference": "0f5895aab2b6002d00b6831b60983523dea30bff",
+ "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/011fa18a4e55591fac6545a821921dd1d61c6984",
+ "reference": "011fa18a4e55591fac6545a821921dd1d61c6984",
"shasum": ""
},
"require": {
@@ -5892,7 +6535,7 @@
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "^0.16.1",
"vimeo/psalm": "^4.11",
- "zumba/json-serializer": "^3.0"
+ "zumba/json-serializer": "~3.0.2"
},
"suggest": {
"ext-mbstring": "For best performance",
@@ -5901,6 +6544,7 @@
"bin": [
"bin/highlight-query",
"bin/lint-query",
+ "bin/sql-parser",
"bin/tokenize-query"
],
"type": "library",
@@ -5944,20 +6588,20 @@
"type": "other"
}
],
- "time": "2023-01-25T10:43:40+00:00"
+ "time": "2024-01-20T20:34:02+00:00"
},
{
"name": "phpstan/phpstan",
- "version": "1.10.6",
+ "version": "1.10.58",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a"
+ "reference": "a23518379ec4defd9e47cbf81019526861623ec2"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
- "reference": "50d089a3e0904b0fe7e2cf2d4fd37d427d64235a",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a23518379ec4defd9e47cbf81019526861623ec2",
+ "reference": "a23518379ec4defd9e47cbf81019526861623ec2",
"shasum": ""
},
"require": {
@@ -5986,8 +6630,11 @@
"static analysis"
],
"support": {
+ "docs": "https://phpstan.org/user-guide/getting-started",
+ "forum": "https://github.com/phpstan/phpstan/discussions",
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.10.6"
+ "security": "https://github.com/phpstan/phpstan/security/policy",
+ "source": "https://github.com/phpstan/phpstan-src"
},
"funding": [
{
@@ -6003,27 +6650,27 @@
"type": "tidelift"
}
],
- "time": "2023-03-09T16:55:12+00:00"
+ "time": "2024-02-12T20:02:57+00:00"
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.26",
+ "version": "9.2.30",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1"
+ "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
- "reference": "443bc6912c9bd5b409254a40f4b0f4ced7c80ea1",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089",
+ "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
- "nikic/php-parser": "^4.15",
+ "nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
@@ -6072,7 +6719,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.26"
+ "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30"
},
"funding": [
{
@@ -6080,7 +6728,7 @@
"type": "github"
}
],
- "time": "2023-03-06T12:58:08+00:00"
+ "time": "2023-12-22T06:47:57+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -6325,16 +6973,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "9.6.5",
+ "version": "9.6.16",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5"
+ "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/86e761949019ae83f49240b2f2123fb5ab3b2fc5",
- "reference": "86e761949019ae83f49240b2f2123fb5ab3b2fc5",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3767b2c56ce02d01e3491046f33466a1ae60a37f",
+ "reference": "3767b2c56ce02d01e3491046f33466a1ae60a37f",
"shasum": ""
},
"require": {
@@ -6349,7 +6997,7 @@
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=7.3",
- "phpunit/php-code-coverage": "^9.2.13",
+ "phpunit/php-code-coverage": "^9.2.28",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
@@ -6407,7 +7055,8 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.5"
+ "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.16"
},
"funding": [
{
@@ -6423,7 +7072,7 @@
"type": "tidelift"
}
],
- "time": "2023-03-09T06:34:10+00:00"
+ "time": "2024-01-19T07:03:14+00:00"
},
{
"name": "pimple/pimple",
@@ -6480,21 +7129,21 @@
},
{
"name": "psr/http-factory",
- "version": "1.0.1",
+ "version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
+ "reference": "e616d01114759c4c489f93b099585439f795fe35"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
- "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
+ "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
+ "reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
- "psr/http-message": "^1.0"
+ "psr/http-message": "^1.0 || ^2.0"
},
"type": "library",
"extra": {
@@ -6514,7 +7163,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
@@ -6529,31 +7178,31 @@
"response"
],
"support": {
- "source": "https://github.com/php-fig/http-factory/tree/master"
+ "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
},
- "time": "2019-04-30T12:38:16+00:00"
+ "time": "2023-04-10T20:10:41+00:00"
},
{
"name": "psr/http-message",
- "version": "1.0.1",
+ "version": "2.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
- "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+ "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
"shasum": ""
},
"require": {
- "php": ">=5.3.0"
+ "php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "1.0.x-dev"
+ "dev-master": "2.0.x-dev"
}
},
"autoload": {
@@ -6568,7 +7217,7 @@
"authors": [
{
"name": "PHP-FIG",
- "homepage": "http://www.php-fig.org/"
+ "homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
@@ -6582,9 +7231,88 @@
"response"
],
"support": {
- "source": "https://github.com/php-fig/http-message/tree/master"
+ "source": "https://github.com/php-fig/http-message/tree/2.0"
+ },
+ "time": "2023-04-04T09:54:51+00:00"
+ },
+ {
+ "name": "psy/psysh",
+ "version": "v0.12.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/bobthecow/psysh.git",
+ "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d",
+ "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d",
+ "shasum": ""
+ },
+ "require": {
+ "ext-json": "*",
+ "ext-tokenizer": "*",
+ "nikic/php-parser": "^5.0 || ^4.0",
+ "php": "^8.0 || ^7.4",
+ "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
+ "symfony/var-dumper": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4"
+ },
+ "conflict": {
+ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
+ },
+ "require-dev": {
+ "bamarni/composer-bin-plugin": "^1.2"
+ },
+ "suggest": {
+ "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
+ "ext-pdo-sqlite": "The doc command requires SQLite to work.",
+ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
+ },
+ "bin": [
+ "bin/psysh"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-main": "0.12.x-dev"
+ },
+ "bamarni-bin": {
+ "bin-links": false,
+ "forward-command": false
+ }
+ },
+ "autoload": {
+ "files": [
+ "src/functions.php"
+ ],
+ "psr-4": {
+ "Psy\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Justin Hileman",
+ "email": "justin@justinhileman.info",
+ "homepage": "http://justinhileman.com"
+ }
+ ],
+ "description": "An interactive shell for modern PHP.",
+ "homepage": "http://psysh.org",
+ "keywords": [
+ "REPL",
+ "console",
+ "interactive",
+ "shell"
+ ],
+ "support": {
+ "issues": "https://github.com/bobthecow/psysh/issues",
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.0"
},
- "time": "2016-08-06T14:39:51+00:00"
+ "time": "2023-12-20T15:28:09+00:00"
},
{
"name": "ralouphie/getallheaders",
@@ -6630,6 +7358,62 @@
},
"time": "2019-03-08T08:55:37+00:00"
},
+ {
+ "name": "rector/rector",
+ "version": "1.0.1",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/rectorphp/rector.git",
+ "reference": "258b775511e62a7188f8ce114d44acaf244d9a7d"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/rectorphp/rector/zipball/258b775511e62a7188f8ce114d44acaf244d9a7d",
+ "reference": "258b775511e62a7188f8ce114d44acaf244d9a7d",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.2|^8.0",
+ "phpstan/phpstan": "^1.10.57"
+ },
+ "conflict": {
+ "rector/rector-doctrine": "*",
+ "rector/rector-downgrade-php": "*",
+ "rector/rector-phpunit": "*",
+ "rector/rector-symfony": "*"
+ },
+ "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.0.1"
+ },
+ "funding": [
+ {
+ "url": "https://github.com/tomasvotruba",
+ "type": "github"
+ }
+ ],
+ "time": "2024-02-16T07:53:23+00:00"
+ },
{
"name": "sebastian/cli-parser",
"version": "1.0.1",
@@ -6873,20 +7657,20 @@
},
{
"name": "sebastian/complexity",
- "version": "2.0.2",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
- "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
+ "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
- "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
+ "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.7",
+ "nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3"
},
"require-dev": {
@@ -6918,7 +7702,7 @@
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
- "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
+ "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
},
"funding": [
{
@@ -6926,20 +7710,20 @@
"type": "github"
}
],
- "time": "2020-10-26T15:52:27+00:00"
+ "time": "2023-12-22T06:19:30+00:00"
},
{
"name": "sebastian/diff",
- "version": "4.0.4",
+ "version": "4.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
- "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
+ "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
- "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
+ "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"shasum": ""
},
"require": {
@@ -6984,7 +7768,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
- "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
+ "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
},
"funding": [
{
@@ -6992,7 +7776,7 @@
"type": "github"
}
],
- "time": "2020-10-26T13:10:38+00:00"
+ "time": "2023-05-07T05:35:17+00:00"
},
{
"name": "sebastian/environment",
@@ -7136,16 +7920,16 @@
},
{
"name": "sebastian/global-state",
- "version": "5.0.5",
+ "version": "5.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
- "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
+ "reference": "bde739e7565280bda77be70044ac1047bc007e34"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
- "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
+ "reference": "bde739e7565280bda77be70044ac1047bc007e34",
"shasum": ""
},
"require": {
@@ -7188,7 +7972,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
- "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
+ "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
},
"funding": [
{
@@ -7196,24 +7980,24 @@
"type": "github"
}
],
- "time": "2022-02-14T08:28:10+00:00"
+ "time": "2023-08-02T09:26:13+00:00"
},
{
"name": "sebastian/lines-of-code",
- "version": "1.0.3",
+ "version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
- "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
+ "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
- "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
+ "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.6",
+ "nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3"
},
"require-dev": {
@@ -7245,7 +8029,7 @@
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
- "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
},
"funding": [
{
@@ -7253,7 +8037,7 @@
"type": "github"
}
],
- "time": "2020-11-28T06:42:11+00:00"
+ "time": "2023-12-22T06:20:34+00:00"
},
{
"name": "sebastian/object-enumerator",
@@ -7596,16 +8380,16 @@
},
{
"name": "spatie/backtrace",
- "version": "1.4.0",
+ "version": "1.5.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/backtrace.git",
- "reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c"
+ "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/backtrace/zipball/ec4dd16476b802dbdc6b4467f84032837e316b8c",
- "reference": "ec4dd16476b802dbdc6b4467f84032837e316b8c",
+ "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
+ "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
"shasum": ""
},
"require": {
@@ -7642,7 +8426,7 @@
"spatie"
],
"support": {
- "source": "https://github.com/spatie/backtrace/tree/1.4.0"
+ "source": "https://github.com/spatie/backtrace/tree/1.5.3"
},
"funding": [
{
@@ -7654,42 +8438,44 @@
"type": "other"
}
],
- "time": "2023-03-04T08:57:24+00:00"
+ "time": "2023-06-28T12:59:17+00:00"
},
{
"name": "spatie/laravel-ray",
- "version": "1.32.3",
+ "version": "1.35.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-ray.git",
- "reference": "8c7ea86c8092bcfe7a046f640b6ac9e5d7ec98cd"
+ "reference": "f504d3787d88c7e5de7a4290658f7ad9b1352f22"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/8c7ea86c8092bcfe7a046f640b6ac9e5d7ec98cd",
- "reference": "8c7ea86c8092bcfe7a046f640b6ac9e5d7ec98cd",
+ "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/f504d3787d88c7e5de7a4290658f7ad9b1352f22",
+ "reference": "f504d3787d88c7e5de7a4290658f7ad9b1352f22",
"shasum": ""
},
"require": {
"ext-json": "*",
- "illuminate/contracts": "^7.20|^8.19|^9.0|^10.0",
- "illuminate/database": "^7.20|^8.19|^9.0|^10.0",
- "illuminate/queue": "^7.20|^8.19|^9.0|^10.0",
- "illuminate/support": "^7.20|^8.19|^9.0|^10.0",
+ "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.37",
- "symfony/stopwatch": "4.2|^5.1|^6.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"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.3",
- "laravel/framework": "^7.20|^8.19|^9.0|^10.0",
- "orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0",
- "pestphp/pest": "^1.22",
- "phpstan/phpstan": "^0.12.93",
- "phpunit/phpunit": "^9.3",
- "spatie/pest-plugin-snapshots": "^1.1"
+ "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": {
@@ -7727,7 +8513,7 @@
],
"support": {
"issues": "https://github.com/spatie/laravel-ray/issues",
- "source": "https://github.com/spatie/laravel-ray/tree/1.32.3"
+ "source": "https://github.com/spatie/laravel-ray/tree/1.35.1"
},
"funding": [
{
@@ -7739,7 +8525,7 @@
"type": "other"
}
],
- "time": "2023-03-03T13:37:21+00:00"
+ "time": "2024-02-13T14:19:41+00:00"
},
{
"name": "spatie/macroable",
@@ -7793,16 +8579,16 @@
},
{
"name": "spatie/ray",
- "version": "1.37.1",
+ "version": "1.41.1",
"source": {
"type": "git",
"url": "https://github.com/spatie/ray.git",
- "reference": "a915e327f04c0fbed3bdd26e076e39feea091062"
+ "reference": "051a0facb1d2462fafef87ff77eb74d6f2d12944"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/spatie/ray/zipball/a915e327f04c0fbed3bdd26e076e39feea091062",
- "reference": "a915e327f04c0fbed3bdd26e076e39feea091062",
+ "url": "https://api.github.com/repos/spatie/ray/zipball/051a0facb1d2462fafef87ff77eb74d6f2d12944",
+ "reference": "051a0facb1d2462fafef87ff77eb74d6f2d12944",
"shasum": ""
},
"require": {
@@ -7812,8 +8598,8 @@
"ramsey/uuid": "^3.0|^4.1",
"spatie/backtrace": "^1.1",
"spatie/macroable": "^1.0|^2.0",
- "symfony/stopwatch": "^4.0|^5.1|^6.0",
- "symfony/var-dumper": "^4.2|^5.1|^6.0"
+ "symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0",
+ "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0"
},
"require-dev": {
"illuminate/support": "6.x|^8.18|^9.0",
@@ -7821,9 +8607,13 @@
"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",
"autoload": {
"files": [
@@ -7853,7 +8643,7 @@
],
"support": {
"issues": "https://github.com/spatie/ray/issues",
- "source": "https://github.com/spatie/ray/tree/1.37.1"
+ "source": "https://github.com/spatie/ray/tree/1.41.1"
},
"funding": [
{
@@ -7865,20 +8655,20 @@
"type": "other"
}
],
- "time": "2023-03-06T07:22:28+00:00"
+ "time": "2024-01-25T10:15:50+00:00"
},
{
"name": "symfony/polyfill-iconv",
- "version": "v1.27.0",
+ "version": "v1.29.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
- "reference": "927013f3aac555983a5059aada98e1907d842695"
+ "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
- "reference": "927013f3aac555983a5059aada98e1907d842695",
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
+ "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f",
"shasum": ""
},
"require": {
@@ -7892,9 +8682,6 @@
},
"type": "library",
"extra": {
- "branch-alias": {
- "dev-main": "1.27-dev"
- },
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
@@ -7932,7 +8719,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0"
},
"funding": [
{
@@ -7948,25 +8735,25 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2024-01-29T20:11:03+00:00"
},
{
"name": "symfony/stopwatch",
- "version": "v6.2.7",
+ "version": "v7.0.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
- "reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f"
+ "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/stopwatch/zipball/f3adc98c1061875dd2edcd45e5b04e63d0e29f8f",
- "reference": "f3adc98c1061875dd2edcd45e5b04e63d0e29f8f",
+ "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112",
+ "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112",
"shasum": ""
},
"require": {
- "php": ">=8.1",
- "symfony/service-contracts": "^1|^2|^3"
+ "php": ">=8.2",
+ "symfony/service-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
@@ -7994,7 +8781,7 @@
"description": "Provides a way to profile code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/stopwatch/tree/v6.2.7"
+ "source": "https://github.com/symfony/stopwatch/tree/v7.0.3"
},
"funding": [
{
@@ -8010,34 +8797,32 @@
"type": "tidelift"
}
],
- "time": "2023-02-14T08:44:56+00:00"
+ "time": "2024-01-23T15:02:46+00:00"
},
{
"name": "symfony/yaml",
- "version": "v6.2.7",
+ "version": "v6.4.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57"
+ "reference": "d75715985f0f94f978e3a8fa42533e10db921b90"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/e8e6a1d59e050525f27a1f530aa9703423cb7f57",
- "reference": "e8e6a1d59e050525f27a1f530aa9703423cb7f57",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90",
+ "reference": "d75715985f0f94f978e3a8fa42533e10db921b90",
"shasum": ""
},
"require": {
"php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"symfony/console": "<5.4"
},
"require-dev": {
- "symfony/console": "^5.4|^6.0"
- },
- "suggest": {
- "symfony/console": "For validating YAML files using the lint command"
+ "symfony/console": "^5.4|^6.0|^7.0"
},
"bin": [
"Resources/bin/yaml-lint"
@@ -8068,7 +8853,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v6.2.7"
+ "source": "https://github.com/symfony/yaml/tree/v6.4.3"
},
"funding": [
{
@@ -8084,20 +8869,20 @@
"type": "tidelift"
}
],
- "time": "2023-02-16T09:57:23+00:00"
+ "time": "2024-01-23T14:51:35+00:00"
},
{
"name": "theseer/tokenizer",
- "version": "1.2.1",
+ "version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
- "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
+ "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
- "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
+ "reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"shasum": ""
},
"require": {
@@ -8126,7 +8911,7 @@
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
- "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
+ "source": "https://github.com/theseer/tokenizer/tree/1.2.2"
},
"funding": [
{
@@ -8134,7 +8919,7 @@
"type": "github"
}
],
- "time": "2021-07-28T10:34:58+00:00"
+ "time": "2023-11-20T00:12:19+00:00"
},
{
"name": "zbateson/mail-mime-parser",
@@ -8282,27 +9067,27 @@
},
{
"name": "zbateson/stream-decorators",
- "version": "1.1.0",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/zbateson/stream-decorators.git",
- "reference": "7466ff45d249c86b96267a83cdae68365ae1787e"
+ "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/7466ff45d249c86b96267a83cdae68365ae1787e",
- "reference": "7466ff45d249c86b96267a83cdae68365ae1787e",
+ "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/783b034024fda8eafa19675fb2552f8654d3a3e9",
+ "reference": "783b034024fda8eafa19675fb2552f8654d3a3e9",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^1.9 | ^2.0",
- "php": ">=7.1",
+ "php": ">=7.2",
"zbateson/mb-wrapper": "^1.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "*",
"phpstan/phpstan": "*",
- "phpunit/phpunit": "<=9.0"
+ "phpunit/phpunit": "<10.0"
},
"type": "library",
"autoload": {
@@ -8333,7 +9118,7 @@
],
"support": {
"issues": "https://github.com/zbateson/stream-decorators/issues",
- "source": "https://github.com/zbateson/stream-decorators/tree/1.1.0"
+ "source": "https://github.com/zbateson/stream-decorators/tree/1.2.1"
},
"funding": [
{
@@ -8341,7 +9126,7 @@
"type": "github"
}
],
- "time": "2023-01-11T23:22:44+00:00"
+ "time": "2023-05-30T22:51:52+00:00"
}
],
"aliases": [],
@@ -8350,8 +9135,8 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
- "php": "^8.1|^8.2"
+ "php": "^8.1|^8.2|^8.3"
},
"platform-dev": [],
- "plugin-api-version": "2.3.0"
+ "plugin-api-version": "2.6.0"
}
diff --git a/generate-icons.sh b/generate-icons.sh
index c2c4a45..082edc8 100755
--- a/generate-icons.sh
+++ b/generate-icons.sh
@@ -21,18 +21,18 @@ for FILE in .tmp/src/{20,24}/{outline,solid}/*.svg; do
done
for FILE in .tmp/src/24/outline/*.php; do
- sed -i 's/ stroke="[^"]*"//g' $FILE
- sed -i 's/
diff --git a/src/views/components/mini/solid/arrow-left-start-on-rectangle.blade.php b/src/views/components/mini/solid/arrow-left-start-on-rectangle.blade.php
new file mode 100644
index 0000000..ee8312b
--- /dev/null
+++ b/src/views/components/mini/solid/arrow-left-start-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/mini/solid/arrow-long-left.blade.php b/src/views/components/mini/solid/arrow-long-left.blade.php
index 2d27628..0b2047a 100644
--- a/src/views/components/mini/solid/arrow-long-left.blade.php
+++ b/src/views/components/mini/solid/arrow-long-left.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/arrow-long-up.blade.php b/src/views/components/mini/solid/arrow-long-up.blade.php
index d272320..b8f9058 100644
--- a/src/views/components/mini/solid/arrow-long-up.blade.php
+++ b/src/views/components/mini/solid/arrow-long-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/arrow-path.blade.php b/src/views/components/mini/solid/arrow-path.blade.php
index d5eb9b3..0402976 100644
--- a/src/views/components/mini/solid/arrow-path.blade.php
+++ b/src/views/components/mini/solid/arrow-path.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/arrow-right-end-on-rectangle.blade.php b/src/views/components/mini/solid/arrow-right-end-on-rectangle.blade.php
new file mode 100644
index 0000000..bad7d11
--- /dev/null
+++ b/src/views/components/mini/solid/arrow-right-end-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/mini/solid/arrow-right-start-on-rectangle.blade.php b/src/views/components/mini/solid/arrow-right-start-on-rectangle.blade.php
new file mode 100644
index 0000000..b33aece
--- /dev/null
+++ b/src/views/components/mini/solid/arrow-right-start-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/mini/solid/at-symbol.blade.php b/src/views/components/mini/solid/at-symbol.blade.php
index 3e9ad82..559d9f3 100644
--- a/src/views/components/mini/solid/at-symbol.blade.php
+++ b/src/views/components/mini/solid/at-symbol.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/backward.blade.php b/src/views/components/mini/solid/backward.blade.php
index fd3393b..0919f72 100644
--- a/src/views/components/mini/solid/backward.blade.php
+++ b/src/views/components/mini/solid/backward.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/bell-alert.blade.php b/src/views/components/mini/solid/bell-alert.blade.php
index 4bbf2ee..60318ef 100644
--- a/src/views/components/mini/solid/bell-alert.blade.php
+++ b/src/views/components/mini/solid/bell-alert.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/bug-ant.blade.php b/src/views/components/mini/solid/bug-ant.blade.php
index bee5a32..3704dbf 100644
--- a/src/views/components/mini/solid/bug-ant.blade.php
+++ b/src/views/components/mini/solid/bug-ant.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/cake.blade.php b/src/views/components/mini/solid/cake.blade.php
index e4d7fe2..a760fa9 100644
--- a/src/views/components/mini/solid/cake.blade.php
+++ b/src/views/components/mini/solid/cake.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chart-pie.blade.php b/src/views/components/mini/solid/chart-pie.blade.php
index bf4d68a..b978847 100644
--- a/src/views/components/mini/solid/chart-pie.blade.php
+++ b/src/views/components/mini/solid/chart-pie.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-double-down.blade.php b/src/views/components/mini/solid/chevron-double-down.blade.php
index dab6786..9341b33 100644
--- a/src/views/components/mini/solid/chevron-double-down.blade.php
+++ b/src/views/components/mini/solid/chevron-double-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-double-left.blade.php b/src/views/components/mini/solid/chevron-double-left.blade.php
index 1216409..c4fd1f2 100644
--- a/src/views/components/mini/solid/chevron-double-left.blade.php
+++ b/src/views/components/mini/solid/chevron-double-left.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-double-right.blade.php b/src/views/components/mini/solid/chevron-double-right.blade.php
index 73f006b..04779df 100644
--- a/src/views/components/mini/solid/chevron-double-right.blade.php
+++ b/src/views/components/mini/solid/chevron-double-right.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-double-up.blade.php b/src/views/components/mini/solid/chevron-double-up.blade.php
index 3619673..1087aa3 100644
--- a/src/views/components/mini/solid/chevron-double-up.blade.php
+++ b/src/views/components/mini/solid/chevron-double-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-down.blade.php b/src/views/components/mini/solid/chevron-down.blade.php
index 1f87ece..530fe35 100644
--- a/src/views/components/mini/solid/chevron-down.blade.php
+++ b/src/views/components/mini/solid/chevron-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-left.blade.php b/src/views/components/mini/solid/chevron-left.blade.php
index 82afd6c..10496d2 100644
--- a/src/views/components/mini/solid/chevron-left.blade.php
+++ b/src/views/components/mini/solid/chevron-left.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-right.blade.php b/src/views/components/mini/solid/chevron-right.blade.php
index 828adc6..df1ef5f 100644
--- a/src/views/components/mini/solid/chevron-right.blade.php
+++ b/src/views/components/mini/solid/chevron-right.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-up-down.blade.php b/src/views/components/mini/solid/chevron-up-down.blade.php
index ec679d9..0664c52 100644
--- a/src/views/components/mini/solid/chevron-up-down.blade.php
+++ b/src/views/components/mini/solid/chevron-up-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/chevron-up.blade.php b/src/views/components/mini/solid/chevron-up.blade.php
index 23307c4..78be518 100644
--- a/src/views/components/mini/solid/chevron-up.blade.php
+++ b/src/views/components/mini/solid/chevron-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/cog-6-tooth.blade.php b/src/views/components/mini/solid/cog-6-tooth.blade.php
index 22c3a04..d83e420 100644
--- a/src/views/components/mini/solid/cog-6-tooth.blade.php
+++ b/src/views/components/mini/solid/cog-6-tooth.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/cube.blade.php b/src/views/components/mini/solid/cube.blade.php
index ce57f54..847fa54 100644
--- a/src/views/components/mini/solid/cube.blade.php
+++ b/src/views/components/mini/solid/cube.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/cursor-arrow-rays.blade.php b/src/views/components/mini/solid/cursor-arrow-rays.blade.php
index a5c5bf1..771bcdb 100644
--- a/src/views/components/mini/solid/cursor-arrow-rays.blade.php
+++ b/src/views/components/mini/solid/cursor-arrow-rays.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/cursor-arrow-ripple.blade.php b/src/views/components/mini/solid/cursor-arrow-ripple.blade.php
index 717b19d..09fb465 100644
--- a/src/views/components/mini/solid/cursor-arrow-ripple.blade.php
+++ b/src/views/components/mini/solid/cursor-arrow-ripple.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/envelope-open.blade.php b/src/views/components/mini/solid/envelope-open.blade.php
index 23babe1..db7ca2c 100644
--- a/src/views/components/mini/solid/envelope-open.blade.php
+++ b/src/views/components/mini/solid/envelope-open.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/finger-print.blade.php b/src/views/components/mini/solid/finger-print.blade.php
index 969e582..8bc48d4 100644
--- a/src/views/components/mini/solid/finger-print.blade.php
+++ b/src/views/components/mini/solid/finger-print.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/forward.blade.php b/src/views/components/mini/solid/forward.blade.php
index f1cd727..eb28b29 100644
--- a/src/views/components/mini/solid/forward.blade.php
+++ b/src/views/components/mini/solid/forward.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/hand-thumb-down.blade.php b/src/views/components/mini/solid/hand-thumb-down.blade.php
index a6d77f5..d63c60a 100644
--- a/src/views/components/mini/solid/hand-thumb-down.blade.php
+++ b/src/views/components/mini/solid/hand-thumb-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/hand-thumb-up.blade.php b/src/views/components/mini/solid/hand-thumb-up.blade.php
index 10ac850..1f47b4e 100644
--- a/src/views/components/mini/solid/hand-thumb-up.blade.php
+++ b/src/views/components/mini/solid/hand-thumb-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/hashtag.blade.php b/src/views/components/mini/solid/hashtag.blade.php
index d88ffa7..76d7094 100644
--- a/src/views/components/mini/solid/hashtag.blade.php
+++ b/src/views/components/mini/solid/hashtag.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/home-modern.blade.php b/src/views/components/mini/solid/home-modern.blade.php
index d6c81b6..29c7ff0 100644
--- a/src/views/components/mini/solid/home-modern.blade.php
+++ b/src/views/components/mini/solid/home-modern.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/list-bullet.blade.php b/src/views/components/mini/solid/list-bullet.blade.php
index 391bb91..d0afc4a 100644
--- a/src/views/components/mini/solid/list-bullet.blade.php
+++ b/src/views/components/mini/solid/list-bullet.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/map.blade.php b/src/views/components/mini/solid/map.blade.php
index a9afe37..ee07d3d 100644
--- a/src/views/components/mini/solid/map.blade.php
+++ b/src/views/components/mini/solid/map.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/megaphone.blade.php b/src/views/components/mini/solid/megaphone.blade.php
index 2936253..81d0c97 100644
--- a/src/views/components/mini/solid/megaphone.blade.php
+++ b/src/views/components/mini/solid/megaphone.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/moon.blade.php b/src/views/components/mini/solid/moon.blade.php
index 8df9244..e73c6ed 100644
--- a/src/views/components/mini/solid/moon.blade.php
+++ b/src/views/components/mini/solid/moon.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/musical-note.blade.php b/src/views/components/mini/solid/musical-note.blade.php
index 493ed7f..99981b1 100644
--- a/src/views/components/mini/solid/musical-note.blade.php
+++ b/src/views/components/mini/solid/musical-note.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/paper-airplane.blade.php b/src/views/components/mini/solid/paper-airplane.blade.php
index 7e95e82..b01c985 100644
--- a/src/views/components/mini/solid/paper-airplane.blade.php
+++ b/src/views/components/mini/solid/paper-airplane.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/pencil.blade.php b/src/views/components/mini/solid/pencil.blade.php
index 44996f1..0282f26 100644
--- a/src/views/components/mini/solid/pencil.blade.php
+++ b/src/views/components/mini/solid/pencil.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/play.blade.php b/src/views/components/mini/solid/play.blade.php
index 6ca2527..0deefca 100644
--- a/src/views/components/mini/solid/play.blade.php
+++ b/src/views/components/mini/solid/play.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/radio.blade.php b/src/views/components/mini/solid/radio.blade.php
index 67c22d5..8f70133 100644
--- a/src/views/components/mini/solid/radio.blade.php
+++ b/src/views/components/mini/solid/radio.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/receipt-percent.blade.php b/src/views/components/mini/solid/receipt-percent.blade.php
index e8f8f32..36b13e1 100644
--- a/src/views/components/mini/solid/receipt-percent.blade.php
+++ b/src/views/components/mini/solid/receipt-percent.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/receipt-refund.blade.php b/src/views/components/mini/solid/receipt-refund.blade.php
index ff21fca..625cb20 100644
--- a/src/views/components/mini/solid/receipt-refund.blade.php
+++ b/src/views/components/mini/solid/receipt-refund.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/scissors.blade.php b/src/views/components/mini/solid/scissors.blade.php
index 1bf38f1..afa43c1 100644
--- a/src/views/components/mini/solid/scissors.blade.php
+++ b/src/views/components/mini/solid/scissors.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/shield-exclamation.blade.php b/src/views/components/mini/solid/shield-exclamation.blade.php
index 83bca24..2bad921 100644
--- a/src/views/components/mini/solid/shield-exclamation.blade.php
+++ b/src/views/components/mini/solid/shield-exclamation.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/signal.blade.php b/src/views/components/mini/solid/signal.blade.php
index ec5558b..26757a8 100644
--- a/src/views/components/mini/solid/signal.blade.php
+++ b/src/views/components/mini/solid/signal.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/speaker-wave.blade.php b/src/views/components/mini/solid/speaker-wave.blade.php
index 313d336..05fd44f 100644
--- a/src/views/components/mini/solid/speaker-wave.blade.php
+++ b/src/views/components/mini/solid/speaker-wave.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/speaker-x-mark.blade.php b/src/views/components/mini/solid/speaker-x-mark.blade.php
index 17f0971..47fe0f7 100644
--- a/src/views/components/mini/solid/speaker-x-mark.blade.php
+++ b/src/views/components/mini/solid/speaker-x-mark.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/tag.blade.php b/src/views/components/mini/solid/tag.blade.php
index cf47209..efaee8b 100644
--- a/src/views/components/mini/solid/tag.blade.php
+++ b/src/views/components/mini/solid/tag.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/ticket.blade.php b/src/views/components/mini/solid/ticket.blade.php
index fcd8a5a..a81c4e4 100644
--- a/src/views/components/mini/solid/ticket.blade.php
+++ b/src/views/components/mini/solid/ticket.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/user-plus.blade.php b/src/views/components/mini/solid/user-plus.blade.php
index 45a4619..af7a64b 100644
--- a/src/views/components/mini/solid/user-plus.blade.php
+++ b/src/views/components/mini/solid/user-plus.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/mini/solid/window.blade.php b/src/views/components/mini/solid/window.blade.php
index cb4de82..2cc7ac3 100644
--- a/src/views/components/mini/solid/window.blade.php
+++ b/src/views/components/mini/solid/window.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/academic-cap.blade.php b/src/views/components/outline/academic-cap.blade.php
index 8ab61f6..8d56bbe 100644
--- a/src/views/components/outline/academic-cap.blade.php
+++ b/src/views/components/outline/academic-cap.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/arrow-left-end-on-rectangle.blade.php b/src/views/components/outline/arrow-left-end-on-rectangle.blade.php
new file mode 100644
index 0000000..5c99fb3
--- /dev/null
+++ b/src/views/components/outline/arrow-left-end-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/outline/arrow-left-start-on-rectangle.blade.php b/src/views/components/outline/arrow-left-start-on-rectangle.blade.php
new file mode 100644
index 0000000..03bdf65
--- /dev/null
+++ b/src/views/components/outline/arrow-left-start-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/outline/arrow-right-end-on-rectangle.blade.php b/src/views/components/outline/arrow-right-end-on-rectangle.blade.php
new file mode 100644
index 0000000..32c2037
--- /dev/null
+++ b/src/views/components/outline/arrow-right-end-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/outline/arrow-right-start-on-rectangle.blade.php b/src/views/components/outline/arrow-right-start-on-rectangle.blade.php
new file mode 100644
index 0000000..2c482d2
--- /dev/null
+++ b/src/views/components/outline/arrow-right-start-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/outline/arrow-trending-up.blade.php b/src/views/components/outline/arrow-trending-up.blade.php
index 850cfa2..9664d24 100644
--- a/src/views/components/outline/arrow-trending-up.blade.php
+++ b/src/views/components/outline/arrow-trending-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/at-symbol.blade.php b/src/views/components/outline/at-symbol.blade.php
index 810c9ca..0953007 100644
--- a/src/views/components/outline/at-symbol.blade.php
+++ b/src/views/components/outline/at-symbol.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/backspace.blade.php b/src/views/components/outline/backspace.blade.php
index 7fd2945..8fb6fef 100644
--- a/src/views/components/outline/backspace.blade.php
+++ b/src/views/components/outline/backspace.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/backward.blade.php b/src/views/components/outline/backward.blade.php
index b20021a..8adfe9f 100644
--- a/src/views/components/outline/backward.blade.php
+++ b/src/views/components/outline/backward.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/briefcase.blade.php b/src/views/components/outline/briefcase.blade.php
index 04716ab..0ff1e89 100644
--- a/src/views/components/outline/briefcase.blade.php
+++ b/src/views/components/outline/briefcase.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/building-storefront.blade.php b/src/views/components/outline/building-storefront.blade.php
index 0855ef2..3c03a9a 100644
--- a/src/views/components/outline/building-storefront.blade.php
+++ b/src/views/components/outline/building-storefront.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/cake.blade.php b/src/views/components/outline/cake.blade.php
index 7675c45..87cd78b 100644
--- a/src/views/components/outline/cake.blade.php
+++ b/src/views/components/outline/cake.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/chevron-double-down.blade.php b/src/views/components/outline/chevron-double-down.blade.php
index 9258dff..7f20328 100644
--- a/src/views/components/outline/chevron-double-down.blade.php
+++ b/src/views/components/outline/chevron-double-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/chevron-double-left.blade.php b/src/views/components/outline/chevron-double-left.blade.php
index 09d5bc2..299872f 100644
--- a/src/views/components/outline/chevron-double-left.blade.php
+++ b/src/views/components/outline/chevron-double-left.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/chevron-double-right.blade.php b/src/views/components/outline/chevron-double-right.blade.php
index 6bc0ef1..400263e 100644
--- a/src/views/components/outline/chevron-double-right.blade.php
+++ b/src/views/components/outline/chevron-double-right.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/chevron-double-up.blade.php b/src/views/components/outline/chevron-double-up.blade.php
index d9d2749..7e27c47 100644
--- a/src/views/components/outline/chevron-double-up.blade.php
+++ b/src/views/components/outline/chevron-double-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/cog-6-tooth.blade.php b/src/views/components/outline/cog-6-tooth.blade.php
index 2288b79..cffd190 100644
--- a/src/views/components/outline/cog-6-tooth.blade.php
+++ b/src/views/components/outline/cog-6-tooth.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/cog-8-tooth.blade.php b/src/views/components/outline/cog-8-tooth.blade.php
index b9d7df8..f3fcbe7 100644
--- a/src/views/components/outline/cog-8-tooth.blade.php
+++ b/src/views/components/outline/cog-8-tooth.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/envelope-open.blade.php b/src/views/components/outline/envelope-open.blade.php
index c17ea1a..a07981e 100644
--- a/src/views/components/outline/envelope-open.blade.php
+++ b/src/views/components/outline/envelope-open.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/eye-slash.blade.php b/src/views/components/outline/eye-slash.blade.php
index 6e9ebb7..bb7bf81 100644
--- a/src/views/components/outline/eye-slash.blade.php
+++ b/src/views/components/outline/eye-slash.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/eye.blade.php b/src/views/components/outline/eye.blade.php
index 02fdca6..f66d27a 100644
--- a/src/views/components/outline/eye.blade.php
+++ b/src/views/components/outline/eye.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/fire.blade.php b/src/views/components/outline/fire.blade.php
index 60fb517..1cd0ebf 100644
--- a/src/views/components/outline/fire.blade.php
+++ b/src/views/components/outline/fire.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/folder-open.blade.php b/src/views/components/outline/folder-open.blade.php
index bf8c0c0..ac3e493 100644
--- a/src/views/components/outline/folder-open.blade.php
+++ b/src/views/components/outline/folder-open.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/forward.blade.php b/src/views/components/outline/forward.blade.php
index 96308fa..8db08f7 100644
--- a/src/views/components/outline/forward.blade.php
+++ b/src/views/components/outline/forward.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/hand-thumb-down.blade.php b/src/views/components/outline/hand-thumb-down.blade.php
index b9c39ae..8f21aa3 100644
--- a/src/views/components/outline/hand-thumb-down.blade.php
+++ b/src/views/components/outline/hand-thumb-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/hand-thumb-up.blade.php b/src/views/components/outline/hand-thumb-up.blade.php
index 0544ba7..3960dd9 100644
--- a/src/views/components/outline/hand-thumb-up.blade.php
+++ b/src/views/components/outline/hand-thumb-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/home.blade.php b/src/views/components/outline/home.blade.php
index 88c5fe9..f6be18d 100644
--- a/src/views/components/outline/home.blade.php
+++ b/src/views/components/outline/home.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/minus.blade.php b/src/views/components/outline/minus.blade.php
index c0304f3..ef68ce9 100644
--- a/src/views/components/outline/minus.blade.php
+++ b/src/views/components/outline/minus.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/moon.blade.php b/src/views/components/outline/moon.blade.php
index 6d6bf8d..37418fc 100644
--- a/src/views/components/outline/moon.blade.php
+++ b/src/views/components/outline/moon.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/paper-airplane.blade.php b/src/views/components/outline/paper-airplane.blade.php
index c19b722..7f35286 100644
--- a/src/views/components/outline/paper-airplane.blade.php
+++ b/src/views/components/outline/paper-airplane.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/play.blade.php b/src/views/components/outline/play.blade.php
index 7ad9a6e..42d7246 100644
--- a/src/views/components/outline/play.blade.php
+++ b/src/views/components/outline/play.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/scissors.blade.php b/src/views/components/outline/scissors.blade.php
index e9f7e74..6e14c55 100644
--- a/src/views/components/outline/scissors.blade.php
+++ b/src/views/components/outline/scissors.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/shield-exclamation.blade.php b/src/views/components/outline/shield-exclamation.blade.php
index 87ece20..b5a6dd2 100644
--- a/src/views/components/outline/shield-exclamation.blade.php
+++ b/src/views/components/outline/shield-exclamation.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/signal.blade.php b/src/views/components/outline/signal.blade.php
index f14072c..4177589 100644
--- a/src/views/components/outline/signal.blade.php
+++ b/src/views/components/outline/signal.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/speaker-wave.blade.php b/src/views/components/outline/speaker-wave.blade.php
index a5a6fe9..502ec1e 100644
--- a/src/views/components/outline/speaker-wave.blade.php
+++ b/src/views/components/outline/speaker-wave.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/speaker-x-mark.blade.php b/src/views/components/outline/speaker-x-mark.blade.php
index 513c169..1da631b 100644
--- a/src/views/components/outline/speaker-x-mark.blade.php
+++ b/src/views/components/outline/speaker-x-mark.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/star.blade.php b/src/views/components/outline/star.blade.php
index f183617..b2c850c 100644
--- a/src/views/components/outline/star.blade.php
+++ b/src/views/components/outline/star.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/user-plus.blade.php b/src/views/components/outline/user-plus.blade.php
index af808ef..9afab06 100644
--- a/src/views/components/outline/user-plus.blade.php
+++ b/src/views/components/outline/user-plus.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/outline/video-camera.blade.php b/src/views/components/outline/video-camera.blade.php
index 9b02c9f..5036ea8 100644
--- a/src/views/components/outline/video-camera.blade.php
+++ b/src/views/components/outline/video-camera.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/academic-cap.blade.php b/src/views/components/solid/academic-cap.blade.php
index 30e15f1..480d7e1 100644
--- a/src/views/components/solid/academic-cap.blade.php
+++ b/src/views/components/solid/academic-cap.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/adjustments-horizontal.blade.php b/src/views/components/solid/adjustments-horizontal.blade.php
index 4cb3d9a..890a092 100644
--- a/src/views/components/solid/adjustments-horizontal.blade.php
+++ b/src/views/components/solid/adjustments-horizontal.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/arrow-left-end-on-rectangle.blade.php b/src/views/components/solid/arrow-left-end-on-rectangle.blade.php
new file mode 100644
index 0000000..5cff19e
--- /dev/null
+++ b/src/views/components/solid/arrow-left-end-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/solid/arrow-left-start-on-rectangle.blade.php b/src/views/components/solid/arrow-left-start-on-rectangle.blade.php
new file mode 100644
index 0000000..512c0e1
--- /dev/null
+++ b/src/views/components/solid/arrow-left-start-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/solid/arrow-right-end-on-rectangle.blade.php b/src/views/components/solid/arrow-right-end-on-rectangle.blade.php
new file mode 100644
index 0000000..6564a59
--- /dev/null
+++ b/src/views/components/solid/arrow-right-end-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/solid/arrow-right-start-on-rectangle.blade.php b/src/views/components/solid/arrow-right-start-on-rectangle.blade.php
new file mode 100644
index 0000000..5705a66
--- /dev/null
+++ b/src/views/components/solid/arrow-right-start-on-rectangle.blade.php
@@ -0,0 +1 @@
+
diff --git a/src/views/components/solid/arrow-trending-up.blade.php b/src/views/components/solid/arrow-trending-up.blade.php
index a686f3a..2369a9a 100644
--- a/src/views/components/solid/arrow-trending-up.blade.php
+++ b/src/views/components/solid/arrow-trending-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/backward.blade.php b/src/views/components/solid/backward.blade.php
index 54766ae..764b184 100644
--- a/src/views/components/solid/backward.blade.php
+++ b/src/views/components/solid/backward.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/beaker.blade.php b/src/views/components/solid/beaker.blade.php
index cd3df7b..6a97f3a 100644
--- a/src/views/components/solid/beaker.blade.php
+++ b/src/views/components/solid/beaker.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/bell-alert.blade.php b/src/views/components/solid/bell-alert.blade.php
index 0614534..c89ca80 100644
--- a/src/views/components/solid/bell-alert.blade.php
+++ b/src/views/components/solid/bell-alert.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/bell-snooze.blade.php b/src/views/components/solid/bell-snooze.blade.php
index c137ea4..75ed523 100644
--- a/src/views/components/solid/bell-snooze.blade.php
+++ b/src/views/components/solid/bell-snooze.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/bell.blade.php b/src/views/components/solid/bell.blade.php
index b647e81..0a09918 100644
--- a/src/views/components/solid/bell.blade.php
+++ b/src/views/components/solid/bell.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/bolt.blade.php b/src/views/components/solid/bolt.blade.php
index f358459..ac27506 100644
--- a/src/views/components/solid/bolt.blade.php
+++ b/src/views/components/solid/bolt.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/book-open.blade.php b/src/views/components/solid/book-open.blade.php
index e560f17..2acc8dc 100644
--- a/src/views/components/solid/book-open.blade.php
+++ b/src/views/components/solid/book-open.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/bug-ant.blade.php b/src/views/components/solid/bug-ant.blade.php
index 3d0ad9a..45cb7e0 100644
--- a/src/views/components/solid/bug-ant.blade.php
+++ b/src/views/components/solid/bug-ant.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/building-library.blade.php b/src/views/components/solid/building-library.blade.php
index 4daf8ad..940876f 100644
--- a/src/views/components/solid/building-library.blade.php
+++ b/src/views/components/solid/building-library.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/building-storefront.blade.php b/src/views/components/solid/building-storefront.blade.php
index 870f570..605ce3c 100644
--- a/src/views/components/solid/building-storefront.blade.php
+++ b/src/views/components/solid/building-storefront.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/cake.blade.php b/src/views/components/solid/cake.blade.php
index 9903a56..7462deb 100644
--- a/src/views/components/solid/cake.blade.php
+++ b/src/views/components/solid/cake.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/check.blade.php b/src/views/components/solid/check.blade.php
index 3ab2dee..e5272b0 100644
--- a/src/views/components/solid/check.blade.php
+++ b/src/views/components/solid/check.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/chevron-double-down.blade.php b/src/views/components/solid/chevron-double-down.blade.php
index 7c311fb..550e913 100644
--- a/src/views/components/solid/chevron-double-down.blade.php
+++ b/src/views/components/solid/chevron-double-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/chevron-double-left.blade.php b/src/views/components/solid/chevron-double-left.blade.php
index 3162ddf..d2b76e7 100644
--- a/src/views/components/solid/chevron-double-left.blade.php
+++ b/src/views/components/solid/chevron-double-left.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/chevron-double-right.blade.php b/src/views/components/solid/chevron-double-right.blade.php
index 8e72b46..453266d 100644
--- a/src/views/components/solid/chevron-double-right.blade.php
+++ b/src/views/components/solid/chevron-double-right.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/chevron-double-up.blade.php b/src/views/components/solid/chevron-double-up.blade.php
index 680ec33..4bb9e0b 100644
--- a/src/views/components/solid/chevron-double-up.blade.php
+++ b/src/views/components/solid/chevron-double-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/code-bracket.blade.php b/src/views/components/solid/code-bracket.blade.php
index 8d0f7e0..81c675b 100644
--- a/src/views/components/solid/code-bracket.blade.php
+++ b/src/views/components/solid/code-bracket.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/cog.blade.php b/src/views/components/solid/cog.blade.php
index b021d95..f418ff2 100644
--- a/src/views/components/solid/cog.blade.php
+++ b/src/views/components/solid/cog.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/computer-desktop.blade.php b/src/views/components/solid/computer-desktop.blade.php
index 103517c..c751823 100644
--- a/src/views/components/solid/computer-desktop.blade.php
+++ b/src/views/components/solid/computer-desktop.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/currency-euro.blade.php b/src/views/components/solid/currency-euro.blade.php
index 54eaf6b..699fc52 100644
--- a/src/views/components/solid/currency-euro.blade.php
+++ b/src/views/components/solid/currency-euro.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/currency-yen.blade.php b/src/views/components/solid/currency-yen.blade.php
index 3a4a313..f73986d 100644
--- a/src/views/components/solid/currency-yen.blade.php
+++ b/src/views/components/solid/currency-yen.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/envelope-open.blade.php b/src/views/components/solid/envelope-open.blade.php
index 8e6899f..d7bcdb5 100644
--- a/src/views/components/solid/envelope-open.blade.php
+++ b/src/views/components/solid/envelope-open.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/eye-slash.blade.php b/src/views/components/solid/eye-slash.blade.php
index 5364dcb..074a8a1 100644
--- a/src/views/components/solid/eye-slash.blade.php
+++ b/src/views/components/solid/eye-slash.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/finger-print.blade.php b/src/views/components/solid/finger-print.blade.php
index d21e61e..89560c7 100644
--- a/src/views/components/solid/finger-print.blade.php
+++ b/src/views/components/solid/finger-print.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/fire.blade.php b/src/views/components/solid/fire.blade.php
index e439b32..39ca6d4 100644
--- a/src/views/components/solid/fire.blade.php
+++ b/src/views/components/solid/fire.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/flag.blade.php b/src/views/components/solid/flag.blade.php
index 570294d..cf24704 100644
--- a/src/views/components/solid/flag.blade.php
+++ b/src/views/components/solid/flag.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/forward.blade.php b/src/views/components/solid/forward.blade.php
index 88b392e..83e7b19 100644
--- a/src/views/components/solid/forward.blade.php
+++ b/src/views/components/solid/forward.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/gif.blade.php b/src/views/components/solid/gif.blade.php
index 3b108e3..8018da5 100644
--- a/src/views/components/solid/gif.blade.php
+++ b/src/views/components/solid/gif.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/globe-alt.blade.php b/src/views/components/solid/globe-alt.blade.php
index e41e09f..28fa515 100644
--- a/src/views/components/solid/globe-alt.blade.php
+++ b/src/views/components/solid/globe-alt.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/globe-asia-australia.blade.php b/src/views/components/solid/globe-asia-australia.blade.php
index 938abf7..1c5ab71 100644
--- a/src/views/components/solid/globe-asia-australia.blade.php
+++ b/src/views/components/solid/globe-asia-australia.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/hand-thumb-down.blade.php b/src/views/components/solid/hand-thumb-down.blade.php
index acd1ec8..46f7fc8 100644
--- a/src/views/components/solid/hand-thumb-down.blade.php
+++ b/src/views/components/solid/hand-thumb-down.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/hand-thumb-up.blade.php b/src/views/components/solid/hand-thumb-up.blade.php
index 17ea2c7..ff886ec 100644
--- a/src/views/components/solid/hand-thumb-up.blade.php
+++ b/src/views/components/solid/hand-thumb-up.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/hashtag.blade.php b/src/views/components/solid/hashtag.blade.php
index f0aee0e..cd0b066 100644
--- a/src/views/components/solid/hashtag.blade.php
+++ b/src/views/components/solid/hashtag.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/heart.blade.php b/src/views/components/solid/heart.blade.php
index 1bb2760..228b580 100644
--- a/src/views/components/solid/heart.blade.php
+++ b/src/views/components/solid/heart.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/home-modern.blade.php b/src/views/components/solid/home-modern.blade.php
index 4576dc8..8dc11d4 100644
--- a/src/views/components/solid/home-modern.blade.php
+++ b/src/views/components/solid/home-modern.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/home.blade.php b/src/views/components/solid/home.blade.php
index 6c3cf2e..7ef5bd4 100644
--- a/src/views/components/solid/home.blade.php
+++ b/src/views/components/solid/home.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/inbox-stack.blade.php b/src/views/components/solid/inbox-stack.blade.php
index e696ea8..045b48c 100644
--- a/src/views/components/solid/inbox-stack.blade.php
+++ b/src/views/components/solid/inbox-stack.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/language.blade.php b/src/views/components/solid/language.blade.php
index 91dcd66..5de953c 100644
--- a/src/views/components/solid/language.blade.php
+++ b/src/views/components/solid/language.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/lifebuoy.blade.php b/src/views/components/solid/lifebuoy.blade.php
index 2c22102..2238a1d 100644
--- a/src/views/components/solid/lifebuoy.blade.php
+++ b/src/views/components/solid/lifebuoy.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/link.blade.php b/src/views/components/solid/link.blade.php
index 852e5c0..5fb57e5 100644
--- a/src/views/components/solid/link.blade.php
+++ b/src/views/components/solid/link.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/map-pin.blade.php b/src/views/components/solid/map-pin.blade.php
index eee630e..41e195a 100644
--- a/src/views/components/solid/map-pin.blade.php
+++ b/src/views/components/solid/map-pin.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/megaphone.blade.php b/src/views/components/solid/megaphone.blade.php
index 985a7ff..757d619 100644
--- a/src/views/components/solid/megaphone.blade.php
+++ b/src/views/components/solid/megaphone.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/minus.blade.php b/src/views/components/solid/minus.blade.php
index cb185aa..a5fe6a6 100644
--- a/src/views/components/solid/minus.blade.php
+++ b/src/views/components/solid/minus.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/moon.blade.php b/src/views/components/solid/moon.blade.php
index 7ff6572..3b63103 100644
--- a/src/views/components/solid/moon.blade.php
+++ b/src/views/components/solid/moon.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/paper-airplane.blade.php b/src/views/components/solid/paper-airplane.blade.php
index 2e69db4..fc77c61 100644
--- a/src/views/components/solid/paper-airplane.blade.php
+++ b/src/views/components/solid/paper-airplane.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/pause.blade.php b/src/views/components/solid/pause.blade.php
index 3ff2c75..ea0ecf4 100644
--- a/src/views/components/solid/pause.blade.php
+++ b/src/views/components/solid/pause.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/pencil-square.blade.php b/src/views/components/solid/pencil-square.blade.php
index c63ddd0..faaaf23 100644
--- a/src/views/components/solid/pencil-square.blade.php
+++ b/src/views/components/solid/pencil-square.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/play.blade.php b/src/views/components/solid/play.blade.php
index 6a76ee7..3d1ad04 100644
--- a/src/views/components/solid/play.blade.php
+++ b/src/views/components/solid/play.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/puzzle-piece.blade.php b/src/views/components/solid/puzzle-piece.blade.php
index 186cc84..f8f43ad 100644
--- a/src/views/components/solid/puzzle-piece.blade.php
+++ b/src/views/components/solid/puzzle-piece.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/radio.blade.php b/src/views/components/solid/radio.blade.php
index e9e0dd8..cf1cbb3 100644
--- a/src/views/components/solid/radio.blade.php
+++ b/src/views/components/solid/radio.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/scale.blade.php b/src/views/components/solid/scale.blade.php
index 931b156..ac5c854 100644
--- a/src/views/components/solid/scale.blade.php
+++ b/src/views/components/solid/scale.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/scissors.blade.php b/src/views/components/solid/scissors.blade.php
index 43b9229..b5f4c33 100644
--- a/src/views/components/solid/scissors.blade.php
+++ b/src/views/components/solid/scissors.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/shield-exclamation.blade.php b/src/views/components/solid/shield-exclamation.blade.php
index 28df3cb..7faa890 100644
--- a/src/views/components/solid/shield-exclamation.blade.php
+++ b/src/views/components/solid/shield-exclamation.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/signal-slash.blade.php b/src/views/components/solid/signal-slash.blade.php
index 25c4195..b3b2d19 100644
--- a/src/views/components/solid/signal-slash.blade.php
+++ b/src/views/components/solid/signal-slash.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/signal.blade.php b/src/views/components/solid/signal.blade.php
index d9df13a..19fd1cd 100644
--- a/src/views/components/solid/signal.blade.php
+++ b/src/views/components/solid/signal.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/sparkles.blade.php b/src/views/components/solid/sparkles.blade.php
index 9fcf11e..a27fe5c 100644
--- a/src/views/components/solid/sparkles.blade.php
+++ b/src/views/components/solid/sparkles.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/speaker-wave.blade.php b/src/views/components/solid/speaker-wave.blade.php
index b9a98df..1c7da78 100644
--- a/src/views/components/solid/speaker-wave.blade.php
+++ b/src/views/components/solid/speaker-wave.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/speaker-x-mark.blade.php b/src/views/components/solid/speaker-x-mark.blade.php
index e4cea9f..08934b3 100644
--- a/src/views/components/solid/speaker-x-mark.blade.php
+++ b/src/views/components/solid/speaker-x-mark.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/star.blade.php b/src/views/components/solid/star.blade.php
index 2b40fc3..49838f3 100644
--- a/src/views/components/solid/star.blade.php
+++ b/src/views/components/solid/star.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/sun.blade.php b/src/views/components/solid/sun.blade.php
index cf9fbcc..a79e4fa 100644
--- a/src/views/components/solid/sun.blade.php
+++ b/src/views/components/solid/sun.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/user-plus.blade.php b/src/views/components/solid/user-plus.blade.php
index fdaf02d..67bf57d 100644
--- a/src/views/components/solid/user-plus.blade.php
+++ b/src/views/components/solid/user-plus.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/users.blade.php b/src/views/components/solid/users.blade.php
index ead8e7d..3f17381 100644
--- a/src/views/components/solid/users.blade.php
+++ b/src/views/components/solid/users.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/video-camera-slash.blade.php b/src/views/components/solid/video-camera-slash.blade.php
index 9a1840f..002416b 100644
--- a/src/views/components/solid/video-camera-slash.blade.php
+++ b/src/views/components/solid/video-camera-slash.blade.php
@@ -1 +1 @@
-
+
diff --git a/src/views/components/solid/wifi.blade.php b/src/views/components/solid/wifi.blade.php
index 61eb2b5..2953e92 100644
--- a/src/views/components/solid/wifi.blade.php
+++ b/src/views/components/solid/wifi.blade.php
@@ -1 +1 @@
-
+