From 9fbe62c2ec09ecac35e30f3764dd32287480e442 Mon Sep 17 00:00:00 2001 From: PatrickePatate Date: Wed, 18 Dec 2024 13:59:37 +0100 Subject: [PATCH 1/5] Add PHP8.4 Compatibility --- .github/workflows/main.yml | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06eef5024..7c23e986b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,10 @@ jobs: env: LARAVEL: 11.* TESTBENCH: 9.* + - php: 8.4 + env: + LARAVEL: 11.* + TESTBENCH: 9.* env: ${{ matrix.env }} steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 18f6171f7..e20dc1dd0 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ } ], "require": { - "php": "8.2.*|8.3.*", + "php": "8.2.*|8.3.*|8.4.*", "code16/laravel-content-renderer": "^1.1.0", "intervention/image": "^3.4", "intervention/image-laravel": "^1.2", From 0d95c8196f417eac66e1019c543666c7505a1c8b Mon Sep 17 00:00:00 2001 From: PatrickePatate Date: Wed, 18 Dec 2024 14:11:46 +0100 Subject: [PATCH 2/5] Fix CategoryForm + compatibility PHP8.4 --- demo/app/Sharp/Categories/CategoryForm.php | 2 +- demo/composer.lock | 2073 ++++++++++---------- 2 files changed, 1081 insertions(+), 994 deletions(-) diff --git a/demo/app/Sharp/Categories/CategoryForm.php b/demo/app/Sharp/Categories/CategoryForm.php index 0fbf94ca6..236691ca8 100644 --- a/demo/app/Sharp/Categories/CategoryForm.php +++ b/demo/app/Sharp/Categories/CategoryForm.php @@ -47,7 +47,7 @@ public function update($id, array $data) { $category = $id ? Category::findOrFail($id) - : new Category(); + : Category::make(['order' => 100]); $this->save($category, $data); diff --git a/demo/composer.lock b/demo/composer.lock index e6130d0dc..fe695e15d 100644 --- a/demo/composer.lock +++ b/demo/composer.lock @@ -62,25 +62,25 @@ }, { "name": "brick/math", - "version": "0.11.0", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478" + "reference": "f510c0a40911935b77b86859eb5223d58d660df1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478", - "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478", + "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1", + "reference": "f510c0a40911935b77b86859eb5223d58d660df1", "shasum": "" }, "require": { - "php": "^8.0" + "php": "^8.1" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^9.0", - "vimeo/psalm": "5.0.0" + "phpunit/phpunit": "^10.1", + "vimeo/psalm": "5.16.0" }, "type": "library", "autoload": { @@ -100,12 +100,17 @@ "arithmetic", "bigdecimal", "bignum", + "bignumber", "brick", - "math" + "decimal", + "integer", + "math", + "mathematics", + "rational" ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.11.0" + "source": "https://github.com/brick/math/tree/0.12.1" }, "funding": [ { @@ -113,7 +118,7 @@ "type": "github" } ], - "time": "2023-01-15T23:15:59+00:00" + "time": "2023-11-29T23:19:16+00:00" }, { "name": "carbonphp/carbon-doctrine-types", @@ -250,23 +255,23 @@ }, { "name": "dasprid/enum", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", - "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016" + "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016", - "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016", + "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90", + "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90", "shasum": "" }, "require": { "php": ">=7.1 <9.0" }, "require-dev": { - "phpunit/phpunit": "^7 | ^8 | ^9", + "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", "squizlabs/php_codesniffer": "*" }, "type": "library", @@ -294,22 +299,22 @@ ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", - "source": "https://github.com/DASPRiD/Enum/tree/1.0.5" + "source": "https://github.com/DASPRiD/Enum/tree/1.0.6" }, - "time": "2023-08-25T16:18:39+00:00" + "time": "2024-08-09T14:30:48+00:00" }, { "name": "dflydev/dot-access-data", - "version": "v3.0.2", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "f41715465d65213d644d3141a6a93081be5d3549" + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", - "reference": "f41715465d65213d644d3141a6a93081be5d3549", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", "shasum": "" }, "require": { @@ -369,9 +374,9 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" }, - "time": "2022-10-27T11:44:00+00:00" + "time": "2024-07-08T12:26:09+00:00" }, { "name": "doctrine/inflector", @@ -543,16 +548,16 @@ }, { "name": "dragonmantank/cron-expression", - "version": "v3.3.3", + "version": "v3.4.0", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a" + "reference": "8c784d071debd117328803d86b2097615b457500" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", - "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", + "reference": "8c784d071debd117328803d86b2097615b457500", "shasum": "" }, "require": { @@ -565,10 +570,14 @@ "require-dev": { "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.0", - "phpstan/phpstan-webmozart-assert": "^1.0", "phpunit/phpunit": "^7.0|^8.0|^9.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.x-dev" + } + }, "autoload": { "psr-4": { "Cron\\": "src/Cron/" @@ -592,7 +601,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" }, "funding": [ { @@ -600,7 +609,7 @@ "type": "github" } ], - "time": "2023-08-10T19:36:49+00:00" + "time": "2024-10-09T13:47:03+00:00" }, { "name": "egulias/email-validator", @@ -742,24 +751,24 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.1.2", + "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862" + "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862", - "reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", + "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2" + "phpoption/phpoption": "^1.9.3" }, "require-dev": { - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" }, "type": "library", "autoload": { @@ -788,7 +797,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" }, "funding": [ { @@ -800,26 +809,26 @@ "type": "tidelift" } ], - "time": "2023-11-12T22:16:48+00:00" + "time": "2024-07-20T21:45:45+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "7.8.1", + "version": "7.9.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104" + "reference": "d281ed313b989f213357e3be1a179f02196ac99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104", - "reference": "41042bc7ab002487b876a0683fc8dce04ddce104", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b", + "reference": "d281ed313b989f213357e3be1a179f02196ac99b", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5.3 || ^2.0.1", - "guzzlehttp/psr7": "^1.9.1 || ^2.5.1", + "guzzlehttp/promises": "^1.5.3 || ^2.0.3", + "guzzlehttp/psr7": "^2.7.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" @@ -830,9 +839,9 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "guzzle/client-integration-tests": "3.0.2", "php-http/message-factory": "^1.1", - "phpunit/phpunit": "^8.5.36 || ^9.6.15", + "phpunit/phpunit": "^8.5.39 || ^9.6.20", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { @@ -910,7 +919,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.8.1" + "source": "https://github.com/guzzle/guzzle/tree/7.9.2" }, "funding": [ { @@ -926,20 +935,20 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:35:24+00:00" + "time": "2024-07-24T11:22:20+00:00" }, { "name": "guzzlehttp/promises", - "version": "2.0.2", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223" + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223", - "reference": "bbff78d96034045e58e13dedd6ad91b5d1253223", + "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455", + "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455", "shasum": "" }, "require": { @@ -947,7 +956,7 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.36 || ^9.6.15" + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "type": "library", "extra": { @@ -993,7 +1002,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/2.0.2" + "source": "https://github.com/guzzle/promises/tree/2.0.4" }, "funding": [ { @@ -1009,20 +1018,20 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:19:20+00:00" + "time": "2024-10-17T10:06:22+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.6.2", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "shasum": "" }, "require": { @@ -1037,8 +1046,8 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.36 || ^9.6.15" + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -1109,7 +1118,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.2" + "source": "https://github.com/guzzle/psr7/tree/2.7.0" }, "funding": [ { @@ -1125,7 +1134,7 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:05:35+00:00" + "time": "2024-07-18T11:15:46+00:00" }, { "name": "guzzlehttp/uri-template", @@ -1215,16 +1224,16 @@ }, { "name": "intervention/gif", - "version": "4.0.2", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/Intervention/gif.git", - "reference": "c2b07d1f69709e196c8b4ced423449a7e0f3b925" + "reference": "42c131a31b93c440ad49061b599fa218f06f93be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/gif/zipball/c2b07d1f69709e196c8b4ced423449a7e0f3b925", - "reference": "c2b07d1f69709e196c8b4ced423449a7e0f3b925", + "url": "https://api.github.com/repos/Intervention/gif/zipball/42c131a31b93c440ad49061b599fa218f06f93be", + "reference": "42c131a31b93c440ad49061b599fa218f06f93be", "shasum": "" }, "require": { @@ -1232,7 +1241,7 @@ }, "require-dev": { "phpstan/phpstan": "^1", - "phpunit/phpunit": "^9", + "phpunit/phpunit": "^10.0", "slevomat/coding-standard": "~8.0", "squizlabs/php_codesniffer": "^3.8" }, @@ -1263,7 +1272,7 @@ ], "support": { "issues": "https://github.com/Intervention/gif/issues", - "source": "https://github.com/Intervention/gif/tree/4.0.2" + "source": "https://github.com/Intervention/gif/tree/4.2.0" }, "funding": [ { @@ -1273,33 +1282,37 @@ { "url": "https://github.com/Intervention", "type": "github" + }, + { + "url": "https://ko-fi.com/interventionphp", + "type": "ko_fi" } ], - "time": "2024-02-18T15:36:58+00:00" + "time": "2024-09-20T13:35:02+00:00" }, { "name": "intervention/image", - "version": "3.4.0", + "version": "3.9.1", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "fe1b0e2e64157133322974c28b44c25c2770a0c5" + "reference": "b496d1f6b9f812f96166623358dfcafb8c3b1683" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/fe1b0e2e64157133322974c28b44c25c2770a0c5", - "reference": "fe1b0e2e64157133322974c28b44c25c2770a0c5", + "url": "https://api.github.com/repos/Intervention/image/zipball/b496d1f6b9f812f96166623358dfcafb8c3b1683", + "reference": "b496d1f6b9f812f96166623358dfcafb8c3b1683", "shasum": "" }, "require": { "ext-mbstring": "*", - "intervention/gif": "^4.0.1", + "intervention/gif": "^4.2", "php": "^8.1" }, "require-dev": { "mockery/mockery": "^1.6", "phpstan/phpstan": "^1", - "phpunit/phpunit": "^9", + "phpunit/phpunit": "^10.0", "slevomat/coding-standard": "~8.0", "squizlabs/php_codesniffer": "^3.8" }, @@ -1335,7 +1348,7 @@ ], "support": { "issues": "https://github.com/Intervention/image/issues", - "source": "https://github.com/Intervention/image/tree/3.4.0" + "source": "https://github.com/Intervention/image/tree/3.9.1" }, "funding": [ { @@ -1345,27 +1358,31 @@ { "url": "https://github.com/Intervention", "type": "github" + }, + { + "url": "https://ko-fi.com/interventionphp", + "type": "ko_fi" } ], - "time": "2024-02-14T15:11:21+00:00" + "time": "2024-10-27T10:15:54+00:00" }, { "name": "intervention/image-laravel", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/Intervention/image-laravel.git", - "reference": "d30b62fea3c49896dbf26ea7799e7d718e779310" + "reference": "24738a017d42a6fa8d9adabdbd69a2c19c5b0d30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image-laravel/zipball/d30b62fea3c49896dbf26ea7799e7d718e779310", - "reference": "d30b62fea3c49896dbf26ea7799e7d718e779310", + "url": "https://api.github.com/repos/Intervention/image-laravel/zipball/24738a017d42a6fa8d9adabdbd69a2c19c5b0d30", + "reference": "24738a017d42a6fa8d9adabdbd69a2c19c5b0d30", "shasum": "" }, "require": { "illuminate/support": "^8|^9|^10|^11", - "intervention/image": "^3", + "intervention/image": "^3.7", "php": "^8.1" }, "require-dev": { @@ -1375,12 +1392,12 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Intervention\\Image\\Laravel\\ServiceProvider" - ], "aliases": { "Image": "Intervention\\Image\\Laravel\\Facades\\Image" - } + }, + "providers": [ + "Intervention\\Image\\Laravel\\ServiceProvider" + ] } }, "autoload": { @@ -1412,7 +1429,7 @@ ], "support": { "issues": "https://github.com/Intervention/image-laravel/issues", - "source": "https://github.com/Intervention/image-laravel/tree/1.2.0" + "source": "https://github.com/Intervention/image-laravel/tree/1.3.0" }, "funding": [ { @@ -1424,27 +1441,27 @@ "type": "github" } ], - "time": "2024-03-03T09:14:35+00:00" + "time": "2024-06-15T08:20:20+00:00" }, { "name": "laravel/framework", - "version": "dev-master", + "version": "v11.36.1", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "fba12e14c0dbefc0e2d24e9e1fa426b1101b229f" + "reference": "df06f5163f4550641fdf349ebc04916a61135a64" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/fba12e14c0dbefc0e2d24e9e1fa426b1101b229f", - "reference": "fba12e14c0dbefc0e2d24e9e1fa426b1101b229f", + "url": "https://api.github.com/repos/laravel/framework/zipball/df06f5163f4550641fdf349ebc04916a61135a64", + "reference": "df06f5163f4550641fdf349ebc04916a61135a64", "shasum": "" }, "require": { "brick/math": "^0.9.3|^0.10.2|^0.11|^0.12", "composer-runtime-api": "^2.2", "doctrine/inflector": "^2.0.5", - "dragonmantank/cron-expression": "^3.3.2", + "dragonmantank/cron-expression": "^3.4", "egulias/email-validator": "^3.2.1|^4.0", "ext-ctype": "*", "ext-filter": "*", @@ -1454,41 +1471,45 @@ "ext-session": "*", "ext-tokenizer": "*", "fruitcake/php-cors": "^1.3", - "guzzlehttp/guzzle": "^7.8", + "guzzlehttp/guzzle": "^7.8.2", "guzzlehttp/uri-template": "^1.0", - "laravel/prompts": "^0.1.15", - "laravel/serializable-closure": "^1.3", - "league/commonmark": "^2.2.1", - "league/flysystem": "^3.8.0", + "laravel/prompts": "^0.1.18|^0.2.0|^0.3.0", + "laravel/serializable-closure": "^1.3|^2.0", + "league/commonmark": "^2.6", + "league/flysystem": "^3.25.1", + "league/flysystem-local": "^3.25.1", + "league/uri": "^7.5.1", "monolog/monolog": "^3.0", - "nesbot/carbon": "^2.72.2|^3.0", + "nesbot/carbon": "^2.72.2|^3.4", "nunomaduro/termwind": "^2.0", "php": "^8.2", "psr/container": "^1.1.1|^2.0.1", "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0", "ramsey/uuid": "^4.7", - "symfony/console": "^7.0", - "symfony/error-handler": "^7.0", - "symfony/finder": "^7.0", - "symfony/http-foundation": "^7.0", - "symfony/http-kernel": "^7.0", - "symfony/mailer": "^7.0", - "symfony/mime": "^7.0", - "symfony/polyfill-php83": "^1.28", - "symfony/process": "^7.0", - "symfony/routing": "^7.0", - "symfony/uid": "^7.0", - "symfony/var-dumper": "^7.0", + "symfony/console": "^7.0.3", + "symfony/error-handler": "^7.0.3", + "symfony/finder": "^7.0.3", + "symfony/http-foundation": "^7.2.0", + "symfony/http-kernel": "^7.0.3", + "symfony/mailer": "^7.0.3", + "symfony/mime": "^7.0.3", + "symfony/polyfill-php83": "^1.31", + "symfony/process": "^7.0.3", + "symfony/routing": "^7.0.3", + "symfony/uid": "^7.0.3", + "symfony/var-dumper": "^7.0.3", "tijsverkoyen/css-to-inline-styles": "^2.2.5", - "vlucas/phpdotenv": "^5.4.1", - "voku/portable-ascii": "^2.0" + "vlucas/phpdotenv": "^5.6.1", + "voku/portable-ascii": "^2.0.2" }, "conflict": { + "mockery/mockery": "1.6.8", "tightenco/collect": "<5.5.33" }, "provide": { "psr/container-implementation": "1.1|2.0", + "psr/log-implementation": "1.0|2.0|3.0", "psr/simple-cache-implementation": "1.0|2.0|3.0" }, "replace": { @@ -1497,6 +1518,7 @@ "illuminate/bus": "self.version", "illuminate/cache": "self.version", "illuminate/collections": "self.version", + "illuminate/concurrency": "self.version", "illuminate/conditionable": "self.version", "illuminate/config": "self.version", "illuminate/console": "self.version", @@ -1529,29 +1551,32 @@ }, "require-dev": { "ably/ably-php": "^1.0", - "aws/aws-sdk-php": "^3.235.5", + "aws/aws-sdk-php": "^3.322.9", "ext-gmp": "*", - "fakerphp/faker": "^1.23", - "league/flysystem-aws-s3-v3": "^3.0", - "league/flysystem-ftp": "^3.0", - "league/flysystem-path-prefixing": "^3.3", - "league/flysystem-read-only": "^3.3", - "league/flysystem-sftp-v3": "^3.0", - "mockery/mockery": "^1.6", - "nyholm/psr7": "^1.2", - "orchestra/testbench-core": "^9.0", - "pda/pheanstalk": "^5.0", - "phpstan/phpstan": "^1.4.7", - "phpunit/phpunit": "^10.5|^11.0", - "predis/predis": "^2.0.2", + "fakerphp/faker": "^1.24", + "guzzlehttp/promises": "^2.0.3", + "guzzlehttp/psr7": "^2.4", + "league/flysystem-aws-s3-v3": "^3.25.1", + "league/flysystem-ftp": "^3.25.1", + "league/flysystem-path-prefixing": "^3.25.1", + "league/flysystem-read-only": "^3.25.1", + "league/flysystem-sftp-v3": "^3.25.1", + "mockery/mockery": "^1.6.10", + "orchestra/testbench-core": "^9.6", + "pda/pheanstalk": "^5.0.6", + "php-http/discovery": "^1.15", + "phpstan/phpstan": "^1.11.5", + "phpunit/phpunit": "^10.5.35|^11.3.6", + "predis/predis": "^2.3", "resend/resend-php": "^0.10.0", - "symfony/cache": "^7.0", - "symfony/http-client": "^7.0", - "symfony/psr-http-message-bridge": "^7.0" + "symfony/cache": "^7.0.3", + "symfony/http-client": "^7.0.3", + "symfony/psr-http-message-bridge": "^7.0.3", + "symfony/translation": "^7.0.3" }, "suggest": { "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.322.9).", "brianium/paratest": "Required to run tests in parallel (^7.0|^8.0).", "ext-apcu": "Required to use the APC cache driver.", "ext-fileinfo": "Required to use the Filesystem class.", @@ -1561,20 +1586,20 @@ "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.", "ext-pdo": "Required to use all database features.", "ext-posix": "Required to use all features of the queue worker.", - "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", + "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0|^6.0).", "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", "filp/whoops": "Required for friendly error pages in development (^2.14.3).", "laravel/tinker": "Required to use the tinker console command (^2.0).", - "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", - "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", - "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", - "league/flysystem-read-only": "Required to use read-only disks (^3.3)", - "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", + "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.25.1).", + "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).", + "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.25.1).", + "league/flysystem-read-only": "Required to use read-only disks (^3.25.1)", + "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).", "mockery/mockery": "Required to use mocking (^1.6).", - "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^5.0).", + "php-http/discovery": "Required to use PSR-7 bridging features (^1.15).", "phpunit/phpunit": "Required to use assertions and run tests (^10.5|^11.0).", - "predis/predis": "Required to use the predis connector (^2.0.2).", + "predis/predis": "Required to use the predis connector (^2.3).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", "resend/resend-php": "Required to enable support for the Resend mail transport (^0.10.0).", @@ -1593,10 +1618,13 @@ }, "autoload": { "files": [ + "src/Illuminate/Collections/functions.php", "src/Illuminate/Collections/helpers.php", "src/Illuminate/Events/functions.php", "src/Illuminate/Filesystem/functions.php", "src/Illuminate/Foundation/helpers.php", + "src/Illuminate/Log/functions.php", + "src/Illuminate/Support/functions.php", "src/Illuminate/Support/helpers.php" ], "psr-4": { @@ -1628,25 +1656,25 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-03-08T08:37:44+00:00" + "time": "2024-12-17T22:32:08+00:00" }, { "name": "laravel/prompts", - "version": "v0.1.16", + "version": "v0.3.2", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781" + "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/ca6872ab6aec3ab61db3a61f83a6caf764ec7781", - "reference": "ca6872ab6aec3ab61db3a61f83a6caf764ec7781", + "url": "https://api.github.com/repos/laravel/prompts/zipball/0e0535747c6b8d6d10adca8b68293cf4517abb0f", + "reference": "0e0535747c6b8d6d10adca8b68293cf4517abb0f", "shasum": "" }, "require": { + "composer-runtime-api": "^2.2", "ext-mbstring": "*", - "illuminate/collections": "^10.0|^11.0", "php": "^8.1", "symfony/console": "^6.2|^7.0" }, @@ -1655,8 +1683,9 @@ "laravel/framework": ">=10.17.0 <10.25.0" }, "require-dev": { + "illuminate/collections": "^10.0|^11.0", "mockery/mockery": "^1.5", - "pestphp/pest": "^2.3", + "pestphp/pest": "^2.3|^3.4", "phpstan/phpstan": "^1.11", "phpstan/phpstan-mockery": "^1.1" }, @@ -1666,7 +1695,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.1.x-dev" + "dev-main": "0.3.x-dev" } }, "autoload": { @@ -1681,39 +1710,41 @@ "license": [ "MIT" ], + "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.1.16" + "source": "https://github.com/laravel/prompts/tree/v0.3.2" }, - "time": "2024-02-21T19:25:27+00:00" + "time": "2024-11-12T14:59:47+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.3.3", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "3dbf8a8e914634c48d389c1234552666b3d43754" + "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754", - "reference": "3dbf8a8e914634c48d389c1234552666b3d43754", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/613b2d4998f85564d40497e05e89cb6d9bd1cbe8", + "reference": "613b2d4998f85564d40497e05e89cb6d9bd1cbe8", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "php": "^8.1" }, "require-dev": { - "nesbot/carbon": "^2.61", - "pestphp/pest": "^1.21.3", - "phpstan/phpstan": "^1.8.2", - "symfony/var-dumper": "^5.4.11" + "illuminate/support": "^10.0|^11.0", + "nesbot/carbon": "^2.67|^3.0", + "pestphp/pest": "^2.36", + "phpstan/phpstan": "^2.0", + "symfony/var-dumper": "^6.2.0|^7.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -1745,20 +1776,20 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2023-11-08T14:08:06+00:00" + "time": "2024-12-16T15:26:28+00:00" }, { "name": "laravel/tinker", - "version": "v2.9.0", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe" + "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe", - "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe", + "url": "https://api.github.com/repos/laravel/tinker/zipball/ba4d51eb56de7711b3a37d63aa0643e99a339ae5", + "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5", "shasum": "" }, "require": { @@ -1809,22 +1840,22 @@ ], "support": { "issues": "https://github.com/laravel/tinker/issues", - "source": "https://github.com/laravel/tinker/tree/v2.9.0" + "source": "https://github.com/laravel/tinker/tree/v2.10.0" }, - "time": "2024-01-04T16:10:04+00:00" + "time": "2024-09-23T13:32:56+00:00" }, { "name": "league/commonmark", - "version": "2.4.2", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf" + "reference": "d150f911e0079e90ae3c106734c93137c184f932" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf", - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/d150f911e0079e90ae3c106734c93137c184f932", + "reference": "d150f911e0079e90ae3c106734c93137c184f932", "shasum": "" }, "require": { @@ -1837,8 +1868,8 @@ }, "require-dev": { "cebe/markdown": "^1.0", - "commonmark/cmark": "0.30.3", - "commonmark/commonmark.js": "0.30.0", + "commonmark/cmark": "0.31.1", + "commonmark/commonmark.js": "0.31.1", "composer/package-versions-deprecated": "^1.8", "embed/embed": "^4.4", "erusev/parsedown": "^1.0", @@ -1849,8 +1880,9 @@ "phpstan/phpstan": "^1.8.2", "phpunit/phpunit": "^9.5.21 || ^10.5.9 || ^11.0.0", "scrutinizer/ocular": "^1.8.1", - "symfony/finder": "^5.3 | ^6.0 || ^7.0", - "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 || ^7.0", + "symfony/finder": "^5.3 | ^6.0 | ^7.0", + "symfony/process": "^5.4 | ^6.0 | ^7.0", + "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0 | ^7.0", "unleashedtech/php-coding-standard": "^3.1.1", "vimeo/psalm": "^4.24.0 || ^5.0.0" }, @@ -1860,7 +1892,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "2.7-dev" } }, "autoload": { @@ -1917,7 +1949,7 @@ "type": "tidelift" } ], - "time": "2024-02-02T11:59:32+00:00" + "time": "2024-12-07T15:34:16+00:00" }, { "name": "league/config", @@ -2003,16 +2035,16 @@ }, { "name": "league/flysystem", - "version": "3.25.0", + "version": "3.29.1", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "4c44347133618cccd9b3df1729647a1577b4ad99" + "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/4c44347133618cccd9b3df1729647a1577b4ad99", - "reference": "4c44347133618cccd9b3df1729647a1577b4ad99", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/edc1bb7c86fab0776c3287dbd19b5fa278347319", + "reference": "edc1bb7c86fab0776c3287dbd19b5fa278347319", "shasum": "" }, "require": { @@ -2036,10 +2068,13 @@ "composer/semver": "^3.0", "ext-fileinfo": "*", "ext-ftp": "*", + "ext-mongodb": "^1.3", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", + "guzzlehttp/psr7": "^2.6", "microsoft/azure-storage-blob": "^1.1", + "mongodb/mongodb": "^1.2", "phpseclib/phpseclib": "^3.0.36", "phpstan/phpstan": "^1.10", "phpunit/phpunit": "^9.5.11|^10.0", @@ -2077,32 +2112,22 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.25.0" + "source": "https://github.com/thephpleague/flysystem/tree/3.29.1" }, - "funding": [ - { - "url": "https://ecologi.com/frankdejonge", - "type": "custom" - }, - { - "url": "https://github.com/frankdejonge", - "type": "github" - } - ], - "time": "2024-03-09T17:06:45+00:00" + "time": "2024-10-08T08:58:34+00:00" }, { "name": "league/flysystem-local", - "version": "3.23.1", + "version": "3.29.0", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-local.git", - "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00" + "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/b884d2bf9b53bb4804a56d2df4902bb51e253f00", - "reference": "b884d2bf9b53bb4804a56d2df4902bb51e253f00", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/e0e8d52ce4b2ed154148453d321e97c8e931bd27", + "reference": "e0e8d52ce4b2ed154148453d321e97c8e931bd27", "shasum": "" }, "require": { @@ -2136,33 +2161,22 @@ "local" ], "support": { - "issues": "https://github.com/thephpleague/flysystem-local/issues", - "source": "https://github.com/thephpleague/flysystem-local/tree/3.23.1" + "source": "https://github.com/thephpleague/flysystem-local/tree/3.29.0" }, - "funding": [ - { - "url": "https://ecologi.com/frankdejonge", - "type": "custom" - }, - { - "url": "https://github.com/frankdejonge", - "type": "github" - } - ], - "time": "2024-01-26T18:25:23+00:00" + "time": "2024-08-09T21:24:39+00:00" }, { "name": "league/mime-type-detection", - "version": "1.15.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", "shasum": "" }, "require": { @@ -2193,7 +2207,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.15.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" }, "funding": [ { @@ -2205,20 +2219,194 @@ "type": "tidelift" } ], - "time": "2024-01-28T23:22:08+00:00" + "time": "2024-09-21T08:32:55+00:00" + }, + { + "name": "league/uri", + "version": "7.5.1", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri.git", + "reference": "81fb5145d2644324614cc532b28efd0215bda430" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/81fb5145d2644324614cc532b28efd0215bda430", + "reference": "81fb5145d2644324614cc532b28efd0215bda430", + "shasum": "" + }, + "require": { + "league/uri-interfaces": "^7.5", + "php": "^8.1" + }, + "conflict": { + "league/uri-schemes": "^1.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-fileinfo": "to create Data URI from file contennts", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "jeremykendall/php-domain-parser": "to resolve Public Suffix and Top Level Domain", + "league/uri-components": "Needed to easily manipulate URI objects components", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "URI manipulation library", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "middleware", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "uri-template", + "url", + "ws" + ], + "support": { + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri/tree/7.5.1" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2024-12-08T08:40:02+00:00" + }, + { + "name": "league/uri-interfaces", + "version": "7.5.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/uri-interfaces.git", + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", + "reference": "08cfc6c4f3d811584fb09c37e2849e6a7f9b0742", + "shasum": "" + }, + "require": { + "ext-filter": "*", + "php": "^8.1", + "psr/http-factory": "^1", + "psr/http-message": "^1.1 || ^2.0" + }, + "suggest": { + "ext-bcmath": "to improve IPV4 host parsing", + "ext-gmp": "to improve IPV4 host parsing", + "ext-intl": "to handle IDN host with the best performance", + "php-64bit": "to improve IPV4 host parsing", + "symfony/polyfill-intl-idn": "to handle IDN host via the Symfony polyfill if ext-intl is not present" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Uri\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://nyamsprod.com" + } + ], + "description": "Common interfaces and classes for URI representation and interaction", + "homepage": "https://uri.thephpleague.com", + "keywords": [ + "data-uri", + "file-uri", + "ftp", + "hostname", + "http", + "https", + "parse_str", + "parse_url", + "psr-7", + "query-string", + "querystring", + "rfc3986", + "rfc3987", + "rfc6570", + "uri", + "url", + "ws" + ], + "support": { + "docs": "https://uri.thephpleague.com", + "forum": "https://thephpleague.slack.com", + "issues": "https://github.com/thephpleague/uri-src/issues", + "source": "https://github.com/thephpleague/uri-interfaces/tree/7.5.0" + }, + "funding": [ + { + "url": "https://github.com/sponsors/nyamsprod", + "type": "github" + } + ], + "time": "2024-12-08T08:18:47+00:00" }, { "name": "monolog/monolog", - "version": "3.5.0", + "version": "3.8.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448" + "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448", - "reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/aef6ee73a77a66e404dd6540934a9ef1b3c855b4", + "reference": "aef6ee73a77a66e404dd6540934a9ef1b3c855b4", "shasum": "" }, "require": { @@ -2238,12 +2426,14 @@ "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "phpstan/phpstan": "^1.9", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-strict-rules": "^1.4", - "phpunit/phpunit": "^10.1", + "php-console/php-console": "^3.1.8", + "phpstan/phpstan": "^2", + "phpstan/phpstan-deprecation-rules": "^2", + "phpstan/phpstan-strict-rules": "^2", + "phpunit/phpunit": "^10.5.17 || ^11.0.7", "predis/predis": "^1.1 || ^2", - "ruflin/elastica": "^7", + "rollbar/rollbar": "^4.0", + "ruflin/elastica": "^7 || ^8", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, @@ -2294,7 +2484,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.5.0" + "source": "https://github.com/Seldaek/monolog/tree/3.8.1" }, "funding": [ { @@ -2306,24 +2496,24 @@ "type": "tidelift" } ], - "time": "2023-10-27T15:32:31+00:00" + "time": "2024-12-05T17:15:07+00:00" }, { "name": "nesbot/carbon", - "version": "3.0.2", + "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "cf30cfceac9693bdb339ffb51f091e6039bdf10d" + "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cf30cfceac9693bdb339ffb51f091e6039bdf10d", - "reference": "cf30cfceac9693bdb339ffb51f091e6039bdf10d", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/e1268cdbc486d97ce23fef2c666dc3c6b6de9947", + "reference": "e1268cdbc486d97ce23fef2c666dc3c6b6de9947", "shasum": "" }, "require": { - "carbonphp/carbon-doctrine-types": "*", + "carbonphp/carbon-doctrine-types": "<100.0", "ext-json": "*", "php": "^8.1", "psr/clock": "^1.0", @@ -2337,14 +2527,14 @@ "require-dev": { "doctrine/dbal": "^3.6.3 || ^4.0", "doctrine/orm": "^2.15.2 || ^3.0", - "friendsofphp/php-cs-fixer": "^3.18.0", - "kylekatarnls/multi-tester": "^2.2.0", - "ondrejmirtes/better-reflection": "^6.11.0.0", - "phpmd/phpmd": "^2.13.0", - "phpstan/extension-installer": "^1.3.0", - "phpstan/phpstan": "^1.10.20", - "phpunit/phpunit": "^10.2.2", - "squizlabs/php_codesniffer": "^3.7.2" + "friendsofphp/php-cs-fixer": "^3.57.2", + "kylekatarnls/multi-tester": "^2.5.3", + "ondrejmirtes/better-reflection": "^6.25.0.4", + "phpmd/phpmd": "^2.15.0", + "phpstan/extension-installer": "^1.3.1", + "phpstan/phpstan": "^1.11.2", + "phpunit/phpunit": "^10.5.20", + "squizlabs/php_codesniffer": "^3.9.0" }, "bin": [ "bin/carbon" @@ -2412,28 +2602,28 @@ "type": "tidelift" } ], - "time": "2024-02-06T09:28:31+00:00" + "time": "2024-11-07T17:46:48+00:00" }, { "name": "nette/schema", - "version": "v1.3.0", + "version": "v1.3.2", "source": { "type": "git", "url": "https://github.com/nette/schema.git", - "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188" + "reference": "da801d52f0354f70a638673c4a0f04e16529431d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/schema/zipball/a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", - "reference": "a6d3a6d1f545f01ef38e60f375d1cf1f4de98188", + "url": "https://api.github.com/repos/nette/schema/zipball/da801d52f0354f70a638673c4a0f04e16529431d", + "reference": "da801d52f0354f70a638673c4a0f04e16529431d", "shasum": "" }, "require": { "nette/utils": "^4.0", - "php": "8.1 - 8.3" + "php": "8.1 - 8.4" }, "require-dev": { - "nette/tester": "^2.4", + "nette/tester": "^2.5.2", "phpstan/phpstan-nette": "^1.0", "tracy/tracy": "^2.8" }, @@ -2472,26 +2662,26 @@ ], "support": { "issues": "https://github.com/nette/schema/issues", - "source": "https://github.com/nette/schema/tree/v1.3.0" + "source": "https://github.com/nette/schema/tree/v1.3.2" }, - "time": "2023-12-11T11:54:22+00:00" + "time": "2024-10-06T23:10:23+00:00" }, { "name": "nette/utils", - "version": "v4.0.4", + "version": "v4.0.5", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", "shasum": "" }, "require": { - "php": ">=8.0 <8.4" + "php": "8.0 - 8.4" }, "conflict": { "nette/finder": "<3", @@ -2558,22 +2748,22 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.4" + "source": "https://github.com/nette/utils/tree/v4.0.5" }, - "time": "2024-01-17T16:50:36+00:00" + "time": "2024-08-07T15:39:19+00:00" }, { "name": "nikic/php-parser", - "version": "v5.0.2", + "version": "v5.3.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13" + "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13", - "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b", + "reference": "8eea230464783aa9671db8eea6f8c6ac5285794b", "shasum": "" }, "require": { @@ -2584,7 +2774,7 @@ }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^9.0" }, "bin": [ "bin/php-parse" @@ -2616,38 +2806,37 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1" }, - "time": "2024-03-05T20:51:40+00:00" + "time": "2024-10-08T18:51:32+00:00" }, { "name": "nunomaduro/termwind", - "version": "v2.0.1", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a" + "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/58c4c58cf23df7f498daeb97092e34f5259feb6a", - "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/52915afe6a1044e8b9cee1bcff836fb63acf9cda", + "reference": "52915afe6a1044e8b9cee1bcff836fb63acf9cda", "shasum": "" }, "require": { "ext-mbstring": "*", "php": "^8.2", - "symfony/console": "^7.0.4" + "symfony/console": "^7.1.8" }, "require-dev": { - "ergebnis/phpstan-rules": "^2.2.0", - "illuminate/console": "^11.0.0", - "laravel/pint": "^1.14.0", - "mockery/mockery": "^1.6.7", - "pestphp/pest": "^2.34.1", - "phpstan/phpstan": "^1.10.59", - "phpstan/phpstan-strict-rules": "^1.5.2", - "symfony/var-dumper": "^7.0.4", + "illuminate/console": "^11.33.2", + "laravel/pint": "^1.18.2", + "mockery/mockery": "^1.6.12", + "pestphp/pest": "^2.36.0", + "phpstan/phpstan": "^1.12.11", + "phpstan/phpstan-strict-rules": "^1.6.1", + "symfony/var-dumper": "^7.1.8", "thecodingmachine/phpstan-strict-rules": "^1.0.0" }, "type": "library", @@ -2690,7 +2879,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v2.0.1" + "source": "https://github.com/nunomaduro/termwind/tree/v2.3.0" }, "funding": [ { @@ -2706,28 +2895,28 @@ "type": "github" } ], - "time": "2024-03-06T16:17:14+00:00" + "time": "2024-11-21T10:39:51+00:00" }, { "name": "paragonie/constant_time_encoding", - "version": "v2.6.3", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", - "reference": "58c3f47f650c94ec05a151692652a868995d2938" + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", - "reference": "58c3f47f650c94ec05a151692652a868995d2938", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512", "shasum": "" }, "require": { - "php": "^7|^8" + "php": "^8" }, "require-dev": { - "phpunit/phpunit": "^6|^7|^8|^9", - "vimeo/psalm": "^1|^2|^3|^4" + "phpunit/phpunit": "^9", + "vimeo/psalm": "^4|^5" }, "type": "library", "autoload": { @@ -2773,20 +2962,20 @@ "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, - "time": "2022-06-14T06:56:20+00:00" + "time": "2024-05-08T12:36:18+00:00" }, { "name": "phpoption/phpoption", - "version": "1.9.2", + "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820" + "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820", - "reference": "80735db690fe4fc5c76dfa7f9b770634285fa820", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", + "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", "shasum": "" }, "require": { @@ -2794,13 +2983,13 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" + "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true + "forward-command": false }, "branch-alias": { "dev-master": "1.9-dev" @@ -2836,7 +3025,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.9.2" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.3" }, "funding": [ { @@ -2848,28 +3037,28 @@ "type": "tidelift" } ], - "time": "2023-11-12T21:59:55+00:00" + "time": "2024-07-20T21:41:07+00:00" }, { "name": "pragmarx/google2fa", - "version": "v8.0.1", + "version": "v8.0.3", "source": { "type": "git", "url": "https://github.com/antonioribeiro/google2fa.git", - "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3" + "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/80c3d801b31fe165f8fe99ea085e0a37834e1be3", - "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3", + "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad", + "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad", "shasum": "" }, "require": { - "paragonie/constant_time_encoding": "^1.0|^2.0", + "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0", "php": "^7.1|^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.18", + "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^7.5.15|^8.5|^9.0" }, "type": "library", @@ -2898,9 +3087,9 @@ ], "support": { "issues": "https://github.com/antonioribeiro/google2fa/issues", - "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.1" + "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.3" }, - "time": "2022-06-13T21:57:56+00:00" + "time": "2024-09-05T11:56:40+00:00" }, { "name": "psr/clock", @@ -3107,20 +3296,20 @@ }, { "name": "psr/http-factory", - "version": "1.0.2", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "e616d01114759c4c489f93b099585439f795fe35" + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35", - "reference": "e616d01114759c4c489f93b099585439f795fe35", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { - "php": ">=7.0.0", + "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "type": "library", @@ -3144,7 +3333,7 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -3156,9 +3345,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-factory/tree/1.0.2" + "source": "https://github.com/php-fig/http-factory" }, - "time": "2023-04-10T20:10:41+00:00" + "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", @@ -3215,16 +3404,16 @@ }, { "name": "psr/log", - "version": "3.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -3259,9 +3448,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psr/simple-cache", @@ -3316,16 +3505,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.0", + "version": "v0.12.7", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d" + "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d", - "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/d73fa3c74918ef4522bb8a3bf9cab39161c4b57c", + "reference": "d73fa3c74918ef4522bb8a3bf9cab39161c4b57c", "shasum": "" }, "require": { @@ -3352,12 +3541,12 @@ ], "type": "library", "extra": { - "branch-alias": { - "dev-main": "0.12.x-dev" - }, "bamarni-bin": { "bin-links": false, "forward-command": false + }, + "branch-alias": { + "dev-main": "0.12.x-dev" } }, "autoload": { @@ -3389,9 +3578,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.0" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.7" }, - "time": "2023-12-20T15:28:09+00:00" + "time": "2024-12-10T01:58:33+00:00" }, { "name": "ralouphie/getallheaders", @@ -3528,20 +3717,20 @@ }, { "name": "ramsey/uuid", - "version": "4.7.5", + "version": "4.7.6", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e" + "reference": "91039bc1faa45ba123c4328958e620d382ec7088" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", - "reference": "5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088", + "reference": "91039bc1faa45ba123c4328958e620d382ec7088", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", "ext-json": "*", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" @@ -3604,7 +3793,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.7.5" + "source": "https://github.com/ramsey/uuid/tree/4.7.6" }, "funding": [ { @@ -3616,20 +3805,20 @@ "type": "tidelift" } ], - "time": "2023-11-08T05:53:05+00:00" + "time": "2024-04-27T21:32:50+00:00" }, { "name": "spatie/image-optimizer", - "version": "1.7.2", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/spatie/image-optimizer.git", - "reference": "62f7463483d1bd975f6f06025d89d42a29608fe1" + "reference": "4fd22035e81d98fffced65a8c20d9ec4daa9671c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/62f7463483d1bd975f6f06025d89d42a29608fe1", - "reference": "62f7463483d1bd975f6f06025d89d42a29608fe1", + "url": "https://api.github.com/repos/spatie/image-optimizer/zipball/4fd22035e81d98fffced65a8c20d9ec4daa9671c", + "reference": "4fd22035e81d98fffced65a8c20d9ec4daa9671c", "shasum": "" }, "require": { @@ -3669,22 +3858,22 @@ ], "support": { "issues": "https://github.com/spatie/image-optimizer/issues", - "source": "https://github.com/spatie/image-optimizer/tree/1.7.2" + "source": "https://github.com/spatie/image-optimizer/tree/1.8.0" }, - "time": "2023-11-03T10:08:02+00:00" + "time": "2024-11-04T08:24:54+00:00" }, { "name": "spatie/laravel-package-tools", - "version": "1.16.3", + "version": "1.17.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-package-tools.git", - "reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e" + "reference": "9ab30fd24f677e5aa370ea4cf6b41c517d16cf85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/59db18c2e20d49a0b6d447bb1c654f6c123beb9e", - "reference": "59db18c2e20d49a0b6d447bb1c654f6c123beb9e", + "url": "https://api.github.com/repos/spatie/laravel-package-tools/zipball/9ab30fd24f677e5aa370ea4cf6b41c517d16cf85", + "reference": "9ab30fd24f677e5aa370ea4cf6b41c517d16cf85", "shasum": "" }, "require": { @@ -3693,10 +3882,10 @@ }, "require-dev": { "mockery/mockery": "^1.5", - "orchestra/testbench": "^7.7|^8.0", - "pestphp/pest": "^1.22", - "phpunit/phpunit": "^9.5.24", - "spatie/pest-plugin-test-time": "^1.1" + "orchestra/testbench": "^7.7|^8.0|^9.0", + "pestphp/pest": "^1.22|^2", + "phpunit/phpunit": "^9.5.24|^10.5", + "spatie/pest-plugin-test-time": "^1.1|^2.2" }, "type": "library", "autoload": { @@ -3723,7 +3912,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-package-tools/issues", - "source": "https://github.com/spatie/laravel-package-tools/tree/1.16.3" + "source": "https://github.com/spatie/laravel-package-tools/tree/1.17.0" }, "funding": [ { @@ -3731,20 +3920,20 @@ "type": "github" } ], - "time": "2024-03-07T07:35:57+00:00" + "time": "2024-12-09T16:29:14+00:00" }, { "name": "spatie/laravel-translatable", - "version": "6.6.2", + "version": "6.9.3", "source": { "type": "git", "url": "https://github.com/spatie/laravel-translatable.git", - "reference": "529b4e89ad0b0982d9c635696260661d1cf2612c" + "reference": "5f0712701a71054ba9bd6693808c4748f1f4ebda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/529b4e89ad0b0982d9c635696260661d1cf2612c", - "reference": "529b4e89ad0b0982d9c635696260661d1cf2612c", + "url": "https://api.github.com/repos/spatie/laravel-translatable/zipball/5f0712701a71054ba9bd6693808c4748f1f4ebda", + "reference": "5f0712701a71054ba9bd6693808c4748f1f4ebda", "shasum": "" }, "require": { @@ -3754,19 +3943,20 @@ "spatie/laravel-package-tools": "^1.11" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^3.64", "mockery/mockery": "^1.4", "orchestra/testbench": "^7.0|^8.0|^9.0", "pestphp/pest": "^1.20|^2.0" }, "type": "library", "extra": { + "aliases": { + "Translatable": "Spatie\\Translatable\\Facades\\Translatable" + }, "laravel": { "providers": [ "Spatie\\Translatable\\TranslatableServiceProvider" ] - }, - "aliases": { - "Translatable": "Spatie\\Translatable\\Facades\\Translatable" } }, "autoload": { @@ -3805,7 +3995,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-translatable/issues", - "source": "https://github.com/spatie/laravel-translatable/tree/6.6.2" + "source": "https://github.com/spatie/laravel-translatable/tree/6.9.3" }, "funding": [ { @@ -3813,20 +4003,20 @@ "type": "github" } ], - "time": "2024-03-01T10:24:53+00:00" + "time": "2024-12-16T12:58:20+00:00" }, { "name": "symfony/clock", - "version": "v7.0.5", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "8b9d08887353d627d5f6c3bf3373b398b49051c2" + "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/8b9d08887353d627d5f6c3bf3373b398b49051c2", - "reference": "8b9d08887353d627d5f6c3bf3373b398b49051c2", + "url": "https://api.github.com/repos/symfony/clock/zipball/b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", + "reference": "b81435fbd6648ea425d1ee96a2d8e68f4ceacd24", "shasum": "" }, "require": { @@ -3871,7 +4061,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v7.0.5" + "source": "https://github.com/symfony/clock/tree/v7.2.0" }, "funding": [ { @@ -3887,20 +4077,20 @@ "type": "tidelift" } ], - "time": "2024-03-02T12:46:12+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/console", - "version": "v7.0.4", + "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f" + "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/6b099f3306f7c9c2d2786ed736d0026b2903205f", - "reference": "6b099f3306f7c9c2d2786ed736d0026b2903205f", + "url": "https://api.github.com/repos/symfony/console/zipball/fefcc18c0f5d0efe3ab3152f15857298868dc2c3", + "reference": "fefcc18c0f5d0efe3ab3152f15857298868dc2c3", "shasum": "" }, "require": { @@ -3964,7 +4154,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.0.4" + "source": "https://github.com/symfony/console/tree/v7.2.1" }, "funding": [ { @@ -3980,20 +4170,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:20+00:00" + "time": "2024-12-11T03:49:26+00:00" }, { "name": "symfony/css-selector", - "version": "v7.0.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be" + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/ec60a4edf94e63b0556b6a0888548bb400a3a3be", - "reference": "ec60a4edf94e63b0556b6a0888548bb400a3a3be", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/601a5ce9aaad7bf10797e3663faefce9e26c24e2", + "reference": "601a5ce9aaad7bf10797e3663faefce9e26c24e2", "shasum": "" }, "require": { @@ -4029,7 +4219,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v7.0.3" + "source": "https://github.com/symfony/css-selector/tree/v7.2.0" }, "funding": [ { @@ -4045,20 +4235,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v3.4.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf" + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf", - "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", + "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6", "shasum": "" }, "require": { @@ -4067,7 +4257,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -4096,7 +4286,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.4.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1" }, "funding": [ { @@ -4112,20 +4302,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/error-handler", - "version": "v7.0.4", + "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "677b24759decff69e65b1e9d1471d90f95ced880" + "reference": "6150b89186573046167796fa5f3f76601d5145f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/677b24759decff69e65b1e9d1471d90f95ced880", - "reference": "677b24759decff69e65b1e9d1471d90f95ced880", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/6150b89186573046167796fa5f3f76601d5145f8", + "reference": "6150b89186573046167796fa5f3f76601d5145f8", "shasum": "" }, "require": { @@ -4171,7 +4361,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v7.0.4" + "source": "https://github.com/symfony/error-handler/tree/v7.2.1" }, "funding": [ { @@ -4187,20 +4377,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:20+00:00" + "time": "2024-12-07T08:50:44+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v7.0.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e" + "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/834c28d533dd0636f910909d01b9ff45cc094b5e", - "reference": "834c28d533dd0636f910909d01b9ff45cc094b5e", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1", + "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1", "shasum": "" }, "require": { @@ -4251,7 +4441,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v7.0.3" + "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0" }, "funding": [ { @@ -4267,20 +4457,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.4.0", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df" + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df", - "reference": "a76aed96a42d2b521153fb382d418e30d18b59df", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f", + "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f", "shasum": "" }, "require": { @@ -4290,7 +4480,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -4327,7 +4517,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1" }, "funding": [ { @@ -4343,20 +4533,20 @@ "type": "tidelift" } ], - "time": "2023-05-23T14:45:45+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/finder", - "version": "v7.0.0", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56" + "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/6e5688d69f7cfc4ed4a511e96007e06c2d34ce56", - "reference": "6e5688d69f7cfc4ed4a511e96007e06c2d34ce56", + "url": "https://api.github.com/repos/symfony/finder/zipball/6de263e5868b9a137602dd1e33e4d48bfae99c49", + "reference": "6de263e5868b9a137602dd1e33e4d48bfae99c49", "shasum": "" }, "require": { @@ -4391,7 +4581,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.0.0" + "source": "https://github.com/symfony/finder/tree/v7.2.0" }, "funding": [ { @@ -4407,35 +4597,36 @@ "type": "tidelift" } ], - "time": "2023-10-31T17:59:56+00:00" + "time": "2024-10-23T06:56:12+00:00" }, { "name": "symfony/http-foundation", - "version": "v7.0.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "439fdfdd344943254b1ef6278613e79040548045" + "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/439fdfdd344943254b1ef6278613e79040548045", - "reference": "439fdfdd344943254b1ef6278613e79040548045", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e88a66c3997859532bc2ddd6dd8f35aba2711744", + "reference": "e88a66c3997859532bc2ddd6dd8f35aba2711744", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php83": "^1.27" }, "conflict": { "doctrine/dbal": "<3.6", - "symfony/cache": "<6.4" + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, "require-dev": { "doctrine/dbal": "^3.6|^4", "predis/predis": "^1.1|^2.0", - "symfony/cache": "^6.4|^7.0", + "symfony/cache": "^6.4.12|^7.1.5", "symfony/dependency-injection": "^6.4|^7.0", "symfony/expression-language": "^6.4|^7.0", "symfony/http-kernel": "^6.4|^7.0", @@ -4468,7 +4659,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.0.4" + "source": "https://github.com/symfony/http-foundation/tree/v7.2.0" }, "funding": [ { @@ -4484,25 +4675,26 @@ "type": "tidelift" } ], - "time": "2024-02-08T19:22:56+00:00" + "time": "2024-11-13T18:58:46+00:00" }, { "name": "symfony/http-kernel", - "version": "v7.0.5", + "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "37c24ca28f65e3121a68f3dd4daeb36fb1fa2a72" + "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/37c24ca28f65e3121a68f3dd4daeb36fb1fa2a72", - "reference": "37c24ca28f65e3121a68f3dd4daeb36fb1fa2a72", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d8ae58eecae44c8e66833e76cc50a4ad3c002d97", + "reference": "d8ae58eecae44c8e66833e76cc50a4ad3c002d97", "shasum": "" }, "require": { "php": ">=8.2", "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/error-handler": "^6.4|^7.0", "symfony/event-dispatcher": "^6.4|^7.0", "symfony/http-foundation": "^6.4|^7.0", @@ -4525,7 +4717,7 @@ "symfony/twig-bridge": "<6.4", "symfony/validator": "<6.4", "symfony/var-dumper": "<6.4", - "twig/twig": "<3.0.4" + "twig/twig": "<3.12" }, "provide": { "psr/log-implementation": "1.0|2.0|3.0" @@ -4543,16 +4735,17 @@ "symfony/finder": "^6.4|^7.0", "symfony/http-client-contracts": "^2.5|^3", "symfony/process": "^6.4|^7.0", - "symfony/property-access": "^6.4|^7.0", + "symfony/property-access": "^7.1", "symfony/routing": "^6.4|^7.0", - "symfony/serializer": "^6.4.4|^7.0.4", + "symfony/serializer": "^7.1", "symfony/stopwatch": "^6.4|^7.0", "symfony/translation": "^6.4|^7.0", "symfony/translation-contracts": "^2.5|^3", "symfony/uid": "^6.4|^7.0", "symfony/validator": "^6.4|^7.0", + "symfony/var-dumper": "^6.4|^7.0", "symfony/var-exporter": "^6.4|^7.0", - "twig/twig": "^3.0.4" + "twig/twig": "^3.12" }, "type": "library", "autoload": { @@ -4580,7 +4773,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v7.0.5" + "source": "https://github.com/symfony/http-kernel/tree/v7.2.1" }, "funding": [ { @@ -4596,20 +4789,20 @@ "type": "tidelift" } ], - "time": "2024-03-04T21:05:24+00:00" + "time": "2024-12-11T12:09:10+00:00" }, { "name": "symfony/mailer", - "version": "v7.0.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "72e16d87bf50a3ce195b9470c06bb9d7b816ea85" + "reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/72e16d87bf50a3ce195b9470c06bb9d7b816ea85", - "reference": "72e16d87bf50a3ce195b9470c06bb9d7b816ea85", + "url": "https://api.github.com/repos/symfony/mailer/zipball/e4d358702fb66e4c8a2af08e90e7271a62de39cc", + "reference": "e4d358702fb66e4c8a2af08e90e7271a62de39cc", "shasum": "" }, "require": { @@ -4618,7 +4811,7 @@ "psr/event-dispatcher": "^1", "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^6.4|^7.0", - "symfony/mime": "^6.4|^7.0", + "symfony/mime": "^7.2", "symfony/service-contracts": "^2.5|^3" }, "conflict": { @@ -4660,7 +4853,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.0.4" + "source": "https://github.com/symfony/mailer/tree/v7.2.0" }, "funding": [ { @@ -4676,20 +4869,20 @@ "type": "tidelift" } ], - "time": "2024-02-03T21:34:19+00:00" + "time": "2024-11-25T15:21:05+00:00" }, { "name": "symfony/mime", - "version": "v7.0.3", + "version": "v7.2.1", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716" + "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716", - "reference": "c1ffe24ba6fdc3e3f0f3fcb93519103b326a3716", + "url": "https://api.github.com/repos/symfony/mime/zipball/7f9617fcf15cb61be30f8b252695ed5e2bfac283", + "reference": "7f9617fcf15cb61be30f8b252695ed5e2bfac283", "shasum": "" }, "require": { @@ -4702,16 +4895,17 @@ "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<6.4", - "symfony/serializer": "<6.4" + "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "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": "^6.4|^7.0", + "symfony/process": "^6.4|^7.0", "symfony/property-access": "^6.4|^7.0", "symfony/property-info": "^6.4|^7.0", - "symfony/serializer": "^6.4|^7.0" + "symfony/serializer": "^6.4.3|^7.0.3" }, "type": "library", "autoload": { @@ -4743,7 +4937,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.0.3" + "source": "https://github.com/symfony/mime/tree/v7.2.1" }, "funding": [ { @@ -4759,24 +4953,24 @@ "type": "tidelift" } ], - "time": "2024-01-30T08:34:29+00:00" + "time": "2024-12-07T08:50:44+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -4787,8 +4981,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4822,7 +5016,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "funding": [ { @@ -4838,24 +5032,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -4863,8 +5057,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4900,7 +5094,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" }, "funding": [ { @@ -4916,26 +5110,25 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919" + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919", - "reference": "a287ed7475f85bf6f61890146edbc932c0fff919", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" @@ -4943,8 +5136,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -4984,7 +5177,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" }, "funding": [ { @@ -5000,24 +5193,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -5025,8 +5218,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5065,7 +5258,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" }, "funding": [ { @@ -5081,24 +5274,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -5109,8 +5302,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5145,7 +5338,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { @@ -5161,103 +5354,30 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.29.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25", - "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/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" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5298,7 +5418,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "funding": [ { @@ -5314,31 +5434,30 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php83", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "86fcae159633351e5fd145d1c47de6c528f8caff" + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/86fcae159633351e5fd145d1c47de6c528f8caff", - "reference": "86fcae159633351e5fd145d1c47de6c528f8caff", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-php80": "^1.14" + "php": ">=7.2" }, "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5375,7 +5494,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" }, "funding": [ { @@ -5391,24 +5510,24 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-uuid", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-uuid.git", - "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853" + "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/3abdd21b0ceaa3000ee950097bc3cf9efc137853", - "reference": "3abdd21b0ceaa3000ee950097bc3cf9efc137853", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2", + "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-uuid": "*" @@ -5419,8 +5538,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -5454,7 +5573,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0" }, "funding": [ { @@ -5470,20 +5589,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", - "version": "v7.0.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9" + "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/0e7727191c3b71ebec6d529fa0e50a01ca5679e9", - "reference": "0e7727191c3b71ebec6d529fa0e50a01ca5679e9", + "url": "https://api.github.com/repos/symfony/process/zipball/d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", + "reference": "d34b22ba9390ec19d2dd966c40aa9e8462f27a7e", "shasum": "" }, "require": { @@ -5515,7 +5634,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.0.4" + "source": "https://github.com/symfony/process/tree/v7.2.0" }, "funding": [ { @@ -5531,20 +5650,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:20+00:00" + "time": "2024-11-06T14:24:19+00:00" }, { "name": "symfony/routing", - "version": "v7.0.5", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "ba6bf07d43289c6a4b4591ddb75bc3bc5f069c19" + "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/ba6bf07d43289c6a4b4591ddb75bc3bc5f069c19", - "reference": "ba6bf07d43289c6a4b4591ddb75bc3bc5f069c19", + "url": "https://api.github.com/repos/symfony/routing/zipball/e10a2450fa957af6c448b9b93c9010a4e4c0725e", + "reference": "e10a2450fa957af6c448b9b93c9010a4e4c0725e", "shasum": "" }, "require": { @@ -5596,7 +5715,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v7.0.5" + "source": "https://github.com/symfony/routing/tree/v7.2.0" }, "funding": [ { @@ -5612,25 +5731,26 @@ "type": "tidelift" } ], - "time": "2024-02-27T12:34:35+00:00" + "time": "2024-11-25T11:08:51+00:00" }, { "name": "symfony/service-contracts", - "version": "v3.4.1", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0" + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0", - "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0", + "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0", "shasum": "" }, "require": { "php": ">=8.1", - "psr/container": "^1.1|^2.0" + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -5638,7 +5758,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -5678,7 +5798,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/service-contracts/tree/v3.5.1" }, "funding": [ { @@ -5694,20 +5814,20 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/string", - "version": "v7.0.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b" + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/f5832521b998b0bec40bee688ad5de98d4cf111b", - "reference": "f5832521b998b0bec40bee688ad5de98d4cf111b", + "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82", + "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82", "shasum": "" }, "require": { @@ -5721,6 +5841,7 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { + "symfony/emoji": "^7.1", "symfony/error-handler": "^6.4|^7.0", "symfony/http-client": "^6.4|^7.0", "symfony/intl": "^6.4|^7.0", @@ -5764,7 +5885,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.0.4" + "source": "https://github.com/symfony/string/tree/v7.2.0" }, "funding": [ { @@ -5780,24 +5901,25 @@ "type": "tidelift" } ], - "time": "2024-02-01T13:17:36+00:00" + "time": "2024-11-13T13:31:26+00:00" }, { "name": "symfony/translation", - "version": "v7.0.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0" + "reference": "dc89e16b44048ceecc879054e5b7f38326ab6cc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/5b75e872f7d135d7abb4613809fadc8d9f3d30a0", - "reference": "5b75e872f7d135d7abb4613809fadc8d9f3d30a0", + "url": "https://api.github.com/repos/symfony/translation/zipball/dc89e16b44048ceecc879054e5b7f38326ab6cc5", + "reference": "dc89e16b44048ceecc879054e5b7f38326ab6cc5", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/translation-contracts": "^2.5|^3.0" }, @@ -5858,7 +5980,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v7.0.4" + "source": "https://github.com/symfony/translation/tree/v7.2.0" }, "funding": [ { @@ -5874,20 +5996,20 @@ "type": "tidelift" } ], - "time": "2024-02-22T20:27:20+00:00" + "time": "2024-11-12T20:47:56+00:00" }, { "name": "symfony/translation-contracts", - "version": "v3.4.1", + "version": "v3.5.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "06450585bf65e978026bda220cdebca3f867fde7" + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7", - "reference": "06450585bf65e978026bda220cdebca3f867fde7", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/4667ff3bd513750603a09c8dedbea942487fb07c", + "reference": "4667ff3bd513750603a09c8dedbea942487fb07c", "shasum": "" }, "require": { @@ -5896,7 +6018,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.4-dev" + "dev-main": "3.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -5936,7 +6058,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1" + "source": "https://github.com/symfony/translation-contracts/tree/v3.5.1" }, "funding": [ { @@ -5952,20 +6074,20 @@ "type": "tidelift" } ], - "time": "2023-12-26T14:02:43+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/uid", - "version": "v7.0.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "87cedaf3fabd7b733859d4d77aa4ca598259054b" + "reference": "2d294d0c48df244c71c105a169d0190bfb080426" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/87cedaf3fabd7b733859d4d77aa4ca598259054b", - "reference": "87cedaf3fabd7b733859d4d77aa4ca598259054b", + "url": "https://api.github.com/repos/symfony/uid/zipball/2d294d0c48df244c71c105a169d0190bfb080426", + "reference": "2d294d0c48df244c71c105a169d0190bfb080426", "shasum": "" }, "require": { @@ -6010,7 +6132,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v7.0.3" + "source": "https://github.com/symfony/uid/tree/v7.2.0" }, "funding": [ { @@ -6026,20 +6148,20 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.0.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "e03ad7c1535e623edbb94c22cc42353e488c6670" + "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e03ad7c1535e623edbb94c22cc42353e488c6670", - "reference": "e03ad7c1535e623edbb94c22cc42353e488c6670", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/c6a22929407dec8765d6e2b6ff85b800b245879c", + "reference": "c6a22929407dec8765d6e2b6ff85b800b245879c", "shasum": "" }, "require": { @@ -6055,7 +6177,7 @@ "symfony/http-kernel": "^6.4|^7.0", "symfony/process": "^6.4|^7.0", "symfony/uid": "^6.4|^7.0", - "twig/twig": "^3.0.4" + "twig/twig": "^3.12" }, "bin": [ "Resources/bin/var-dump-server" @@ -6093,7 +6215,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.0.4" + "source": "https://github.com/symfony/var-dumper/tree/v7.2.0" }, "funding": [ { @@ -6109,7 +6231,7 @@ "type": "tidelift" } ], - "time": "2024-02-15T11:33:06+00:00" + "time": "2024-11-08T15:48:14+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -6166,23 +6288,23 @@ }, { "name": "vlucas/phpdotenv", - "version": "v5.6.0", + "version": "v5.6.1", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4" + "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", - "reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a59a13791077fe3d44f90e7133eb68e7d22eaff2", + "reference": "a59a13791077fe3d44f90e7133eb68e7d22eaff2", "shasum": "" }, "require": { "ext-pcre": "*", - "graham-campbell/result-type": "^1.1.2", + "graham-campbell/result-type": "^1.1.3", "php": "^7.2.5 || ^8.0", - "phpoption/phpoption": "^1.9.2", + "phpoption/phpoption": "^1.9.3", "symfony/polyfill-ctype": "^1.24", "symfony/polyfill-mbstring": "^1.24", "symfony/polyfill-php80": "^1.24" @@ -6199,7 +6321,7 @@ "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true + "forward-command": false }, "branch-alias": { "dev-master": "5.6-dev" @@ -6234,7 +6356,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.1" }, "funding": [ { @@ -6246,20 +6368,20 @@ "type": "tidelift" } ], - "time": "2023-11-12T22:43:29+00:00" + "time": "2024-07-20T21:52:34+00:00" }, { "name": "voku/portable-ascii", - "version": "2.0.1", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/voku/portable-ascii.git", - "reference": "b56450eed252f6801410d810c8e1727224ae0743" + "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", - "reference": "b56450eed252f6801410d810c8e1727224ae0743", + "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", + "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", "shasum": "" }, "require": { @@ -6284,7 +6406,7 @@ "authors": [ { "name": "Lars Moelleken", - "homepage": "http://www.moelleken.org/" + "homepage": "https://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", @@ -6296,7 +6418,7 @@ ], "support": { "issues": "https://github.com/voku/portable-ascii/issues", - "source": "https://github.com/voku/portable-ascii/tree/2.0.1" + "source": "https://github.com/voku/portable-ascii/tree/2.0.3" }, "funding": [ { @@ -6320,7 +6442,7 @@ "type": "tidelift" } ], - "time": "2022-03-08T17:03:00+00:00" + "time": "2024-11-21T01:49:47+00:00" }, { "name": "webmozart/assert", @@ -6384,16 +6506,16 @@ "packages-dev": [ { "name": "fakerphp/faker", - "version": "v1.23.1", + "version": "v1.24.1", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b" + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b", - "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", + "reference": "e0ee18eb1e6dc3cda3ce9fd97e5a0689a88a64b5", "shasum": "" }, "require": { @@ -6441,32 +6563,32 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1" + "source": "https://github.com/FakerPHP/Faker/tree/v1.24.1" }, - "time": "2024-01-02T13:46:09+00:00" + "time": "2024-11-21T13:46:39+00:00" }, { "name": "filp/whoops", - "version": "2.15.4", + "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546" + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546", + "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", + "php": "^7.1 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -6506,7 +6628,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.15.4" + "source": "https://github.com/filp/whoops/tree/2.16.0" }, "funding": [ { @@ -6514,7 +6636,7 @@ "type": "github" } ], - "time": "2023-11-03T12:00:00+00:00" + "time": "2024-09-25T12:00:00+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -6569,16 +6691,16 @@ }, { "name": "laravel/sail", - "version": "v1.28.2", + "version": "v1.39.1", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "057777403b8ab79222dcc04983beaab10b6de6a0" + "reference": "1a3c7291bc88de983b66688919a4d298d68ddec7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/057777403b8ab79222dcc04983beaab10b6de6a0", - "reference": "057777403b8ab79222dcc04983beaab10b6de6a0", + "url": "https://api.github.com/repos/laravel/sail/zipball/1a3c7291bc88de983b66688919a4d298d68ddec7", + "reference": "1a3c7291bc88de983b66688919a4d298d68ddec7", "shasum": "" }, "require": { @@ -6586,6 +6708,7 @@ "illuminate/contracts": "^9.52.16|^10.0|^11.0", "illuminate/support": "^9.52.16|^10.0|^11.0", "php": "^8.0", + "symfony/console": "^6.0|^7.0", "symfony/yaml": "^6.0|^7.0" }, "require-dev": { @@ -6627,20 +6750,20 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2024-03-04T14:58:29+00:00" + "time": "2024-11-27T15:42:28+00:00" }, { "name": "mockery/mockery", - "version": "1.6.7", + "version": "1.6.12", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06" + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", - "reference": "0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06", + "url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699", + "reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699", "shasum": "" }, "require": { @@ -6652,8 +6775,8 @@ "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.6.10", - "symplify/easy-coding-standard": "^12.0.8" + "phpunit/phpunit": "^8.5 || ^9.6.17", + "symplify/easy-coding-standard": "^12.1.14" }, "type": "library", "autoload": { @@ -6710,20 +6833,20 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-12-10T02:24:34+00:00" + "time": "2024-05-16T03:13:13+00:00" }, { "name": "myclabs/deep-copy", - "version": "1.11.1", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", - "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845", + "reference": "123267b2c49fbf30d78a7b2d333f6be754b94845", "shasum": "" }, "require": { @@ -6731,11 +6854,12 @@ }, "conflict": { "doctrine/collections": "<1.6.8", - "doctrine/common": "<2.13.3 || >=3,<3.2.2" + "doctrine/common": "<2.13.3 || >=3 <3.2.2" }, "require-dev": { "doctrine/collections": "^1.6.8", "doctrine/common": "^2.13.3 || ^3.2.2", + "phpspec/prophecy": "^1.10", "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" }, "type": "library", @@ -6761,7 +6885,7 @@ ], "support": { "issues": "https://github.com/myclabs/DeepCopy/issues", - "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" + "source": "https://github.com/myclabs/DeepCopy/tree/1.12.1" }, "funding": [ { @@ -6769,42 +6893,42 @@ "type": "tidelift" } ], - "time": "2023-03-08T13:26:56+00:00" + "time": "2024-11-08T17:47:46+00:00" }, { "name": "nunomaduro/collision", - "version": "v8.1.1", + "version": "v8.5.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9" + "reference": "f5c101b929c958e849a633283adff296ed5f38f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/13e5d538b95a744d85f447a321ce10adb28e9af9", - "reference": "13e5d538b95a744d85f447a321ce10adb28e9af9", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f5c101b929c958e849a633283adff296ed5f38f5", + "reference": "f5c101b929c958e849a633283adff296ed5f38f5", "shasum": "" }, "require": { - "filp/whoops": "^2.15.4", - "nunomaduro/termwind": "^2.0.1", + "filp/whoops": "^2.16.0", + "nunomaduro/termwind": "^2.1.0", "php": "^8.2.0", - "symfony/console": "^7.0.4" + "symfony/console": "^7.1.5" }, "conflict": { "laravel/framework": "<11.0.0 || >=12.0.0", "phpunit/phpunit": "<10.5.1 || >=12.0.0" }, "require-dev": { - "larastan/larastan": "^2.9.2", - "laravel/framework": "^11.0.0", - "laravel/pint": "^1.14.0", - "laravel/sail": "^1.28.2", - "laravel/sanctum": "^4.0.0", - "laravel/tinker": "^2.9.0", - "orchestra/testbench-core": "^9.0.0", - "pestphp/pest": "^2.34.1 || ^3.0.0", - "sebastian/environment": "^6.0.1 || ^7.0.0" + "larastan/larastan": "^2.9.8", + "laravel/framework": "^11.28.0", + "laravel/pint": "^1.18.1", + "laravel/sail": "^1.36.0", + "laravel/sanctum": "^4.0.3", + "laravel/tinker": "^2.10.0", + "orchestra/testbench-core": "^9.5.3", + "pestphp/pest": "^2.36.0 || ^3.4.0", + "sebastian/environment": "^6.1.0 || ^7.2.0" }, "type": "library", "extra": { @@ -6866,7 +6990,7 @@ "type": "patreon" } ], - "time": "2024-03-06T16:20:09+00:00" + "time": "2024-10-15T16:06:32+00:00" }, { "name": "phar-io/manifest", @@ -6986,96 +7110,34 @@ }, "time": "2022-02-21T01:04:05+00:00" }, - { - "name": "phpstan/phpstan", - "version": "1.10.60", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/95dcea7d6c628a3f2f56d091d8a0219485a86bbe", - "reference": "95dcea7d6c628a3f2f56d091d8a0219485a86bbe", - "shasum": "" - }, - "require": { - "php": "^7.2|^8.0" - }, - "conflict": { - "phpstan/phpstan-shim": "*" - }, - "bin": [ - "phpstan", - "phpstan.phar" - ], - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPStan - PHP Static Analysis Tool", - "keywords": [ - "dev", - "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", - "security": "https://github.com/phpstan/phpstan/security/policy", - "source": "https://github.com/phpstan/phpstan-src" - }, - "funding": [ - { - "url": "https://github.com/ondrejmirtes", - "type": "github" - }, - { - "url": "https://github.com/phpstan", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", - "type": "tidelift" - } - ], - "time": "2024-03-07T13:30:19+00:00" - }, { "name": "phpunit/php-code-coverage", - "version": "10.1.13", + "version": "10.1.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "d51c3aec14896d5e80b354fad58e998d1980f8f8" + "reference": "7e308268858ed6baedc8704a304727d20bc07c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d51c3aec14896d5e80b354fad58e998d1980f8f8", - "reference": "d51c3aec14896d5e80b354fad58e998d1980f8f8", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77", + "reference": "7e308268858ed6baedc8704a304727d20bc07c77", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.18 || ^5.0", + "nikic/php-parser": "^4.19.1 || ^5.1.0", "php": ">=8.1", - "phpunit/php-file-iterator": "^4.0", - "phpunit/php-text-template": "^3.0", - "sebastian/code-unit-reverse-lookup": "^3.0", - "sebastian/complexity": "^3.0", - "sebastian/environment": "^6.0", - "sebastian/lines-of-code": "^2.0", - "sebastian/version": "^4.0", - "theseer/tokenizer": "^1.2.0" + "phpunit/php-file-iterator": "^4.1.0", + "phpunit/php-text-template": "^3.0.1", + "sebastian/code-unit-reverse-lookup": "^3.0.0", + "sebastian/complexity": "^3.2.0", + "sebastian/environment": "^6.1.0", + "sebastian/lines-of-code": "^2.0.2", + "sebastian/version": "^4.0.1", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { "phpunit/phpunit": "^10.1" @@ -7087,7 +7149,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.1-dev" + "dev-main": "10.1.x-dev" } }, "autoload": { @@ -7116,7 +7178,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.13" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16" }, "funding": [ { @@ -7124,7 +7186,7 @@ "type": "github" } ], - "time": "2024-03-09T16:54:15+00:00" + "time": "2024-08-22T04:31:57+00:00" }, { "name": "phpunit/php-file-iterator", @@ -7371,16 +7433,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.12", + "version": "10.5.39", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "41a9886b85ac7bf3929853baf96b95361cd69d2b" + "reference": "4e89eff200b801db58f3d580ad7426431949eaa9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/41a9886b85ac7bf3929853baf96b95361cd69d2b", - "reference": "41a9886b85ac7bf3929853baf96b95361cd69d2b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4e89eff200b801db58f3d580ad7426431949eaa9", + "reference": "4e89eff200b801db58f3d580ad7426431949eaa9", "shasum": "" }, "require": { @@ -7390,26 +7452,26 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", + "myclabs/deep-copy": "^1.12.1", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", "php": ">=8.1", - "phpunit/php-code-coverage": "^10.1.5", - "phpunit/php-file-iterator": "^4.0", - "phpunit/php-invoker": "^4.0", - "phpunit/php-text-template": "^3.0", - "phpunit/php-timer": "^6.0", - "sebastian/cli-parser": "^2.0", - "sebastian/code-unit": "^2.0", - "sebastian/comparator": "^5.0", - "sebastian/diff": "^5.0", - "sebastian/environment": "^6.0", - "sebastian/exporter": "^5.1", - "sebastian/global-state": "^6.0.1", - "sebastian/object-enumerator": "^5.0", - "sebastian/recursion-context": "^5.0", - "sebastian/type": "^4.0", - "sebastian/version": "^4.0" + "phpunit/php-code-coverage": "^10.1.16", + "phpunit/php-file-iterator": "^4.1.0", + "phpunit/php-invoker": "^4.0.0", + "phpunit/php-text-template": "^3.0.1", + "phpunit/php-timer": "^6.0.0", + "sebastian/cli-parser": "^2.0.1", + "sebastian/code-unit": "^2.0.0", + "sebastian/comparator": "^5.0.3", + "sebastian/diff": "^5.1.1", + "sebastian/environment": "^6.1.0", + "sebastian/exporter": "^5.1.2", + "sebastian/global-state": "^6.0.2", + "sebastian/object-enumerator": "^5.0.0", + "sebastian/recursion-context": "^5.0.0", + "sebastian/type": "^4.0.0", + "sebastian/version": "^4.0.1" }, "suggest": { "ext-soap": "To be able to generate mocks based on WSDL files" @@ -7452,7 +7514,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.12" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.39" }, "funding": [ { @@ -7468,7 +7530,7 @@ "type": "tidelift" } ], - "time": "2024-03-09T12:04:07+00:00" + "time": "2024-12-11T10:51:07+00:00" }, { "name": "pimple/pimple", @@ -7523,62 +7585,6 @@ }, "time": "2021-10-28T11:13:42+00:00" }, - { - "name": "rector/rector", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/rectorphp/rector.git", - "reference": "7596fa6da06c6a20c012efe6bb3d9188a9113b11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/7596fa6da06c6a20c012efe6bb3d9188a9113b11", - "reference": "7596fa6da06c6a20c012efe6bb3d9188a9113b11", - "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.2" - }, - "funding": [ - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2024-03-03T12:32:31+00:00" - }, { "name": "sebastian/cli-parser", "version": "2.0.1", @@ -7749,16 +7755,16 @@ }, { "name": "sebastian/comparator", - "version": "5.0.1", + "version": "5.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2db5010a484d53ebf536087a70b4a5423c102372" + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", - "reference": "2db5010a484d53ebf536087a70b4a5423c102372", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", + "reference": "a18251eb0b7a2dcd2f7aa3d6078b18545ef0558e", "shasum": "" }, "require": { @@ -7769,7 +7775,7 @@ "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.3" + "phpunit/phpunit": "^10.5" }, "type": "library", "extra": { @@ -7814,7 +7820,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.3" }, "funding": [ { @@ -7822,7 +7828,7 @@ "type": "github" } ], - "time": "2023-08-14T13:18:12+00:00" + "time": "2024-10-18T14:56:07+00:00" }, { "name": "sebastian/complexity", @@ -7951,16 +7957,16 @@ }, { "name": "sebastian/environment", - "version": "6.0.1", + "version": "6.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951" + "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/43c751b41d74f96cbbd4e07b7aec9675651e2951", - "reference": "43c751b41d74f96cbbd4e07b7aec9675651e2951", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", + "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", "shasum": "" }, "require": { @@ -7975,7 +7981,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "6.0-dev" + "dev-main": "6.1-dev" } }, "autoload": { @@ -8003,7 +8009,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "security": "https://github.com/sebastianbergmann/environment/security/policy", - "source": "https://github.com/sebastianbergmann/environment/tree/6.0.1" + "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0" }, "funding": [ { @@ -8011,7 +8017,7 @@ "type": "github" } ], - "time": "2023-04-11T05:39:26+00:00" + "time": "2024-03-23T08:47:14+00:00" }, { "name": "sebastian/exporter", @@ -8497,26 +8503,27 @@ }, { "name": "spatie/backtrace", - "version": "1.5.3", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/spatie/backtrace.git", - "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab" + "reference": "0f2477c520e3729de58e061b8192f161c99f770b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab", - "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab", + "url": "https://api.github.com/repos/spatie/backtrace/zipball/0f2477c520e3729de58e061b8192f161c99f770b", + "reference": "0f2477c520e3729de58e061b8192f161c99f770b", "shasum": "" }, "require": { - "php": "^7.3|^8.0" + "php": "^7.3 || ^8.0" }, "require-dev": { "ext-json": "*", - "phpunit/phpunit": "^9.3", - "spatie/phpunit-snapshot-assertions": "^4.2", - "symfony/var-dumper": "^5.1" + "laravel/serializable-closure": "^1.3 || ^2.0", + "phpunit/phpunit": "^9.3 || ^11.4.3", + "spatie/phpunit-snapshot-assertions": "^4.2 || ^5.1.6", + "symfony/var-dumper": "^5.1 || ^6.0 || ^7.0" }, "type": "library", "autoload": { @@ -8543,7 +8550,7 @@ "spatie" ], "support": { - "source": "https://github.com/spatie/backtrace/tree/1.5.3" + "source": "https://github.com/spatie/backtrace/tree/1.7.1" }, "funding": [ { @@ -8555,26 +8562,100 @@ "type": "other" } ], - "time": "2023-06-28T12:59:17+00:00" + "time": "2024-12-02T13:28:15+00:00" + }, + { + "name": "spatie/error-solutions", + "version": "1.1.2", + "source": { + "type": "git", + "url": "https://github.com/spatie/error-solutions.git", + "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/spatie/error-solutions/zipball/d239a65235a1eb128dfa0a4e4c4ef032ea11b541", + "reference": "d239a65235a1eb128dfa0a4e4c4ef032ea11b541", + "shasum": "" + }, + "require": { + "php": "^8.0" + }, + "require-dev": { + "illuminate/broadcasting": "^10.0|^11.0", + "illuminate/cache": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "livewire/livewire": "^2.11|^3.3.5", + "openai-php/client": "^0.10.1", + "orchestra/testbench": "^7.0|8.22.3|^9.0", + "pestphp/pest": "^2.20", + "phpstan/phpstan": "^1.11", + "psr/simple-cache": "^3.0", + "psr/simple-cache-implementation": "^3.0", + "spatie/ray": "^1.28", + "symfony/cache": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "vlucas/phpdotenv": "^5.5" + }, + "suggest": { + "openai-php/client": "Require get solutions from OpenAI", + "simple-cache-implementation": "To cache solutions from OpenAI" + }, + "type": "library", + "autoload": { + "psr-4": { + "Spatie\\Ignition\\": "legacy/ignition", + "Spatie\\ErrorSolutions\\": "src", + "Spatie\\LaravelIgnition\\": "legacy/laravel-ignition" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ruben Van Assche", + "email": "ruben@spatie.be", + "role": "Developer" + } + ], + "description": "This is my package error-solutions", + "homepage": "https://github.com/spatie/error-solutions", + "keywords": [ + "error-solutions", + "spatie" + ], + "support": { + "issues": "https://github.com/spatie/error-solutions/issues", + "source": "https://github.com/spatie/error-solutions/tree/1.1.2" + }, + "funding": [ + { + "url": "https://github.com/Spatie", + "type": "github" + } + ], + "time": "2024-12-11T09:51:56+00:00" }, { "name": "spatie/flare-client-php", - "version": "1.4.4", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "17082e780752d346c2db12ef5d6bee8e835e399c" + "reference": "140a42b2c5d59ac4ecf8f5b493386a4f2eb28272" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/17082e780752d346c2db12ef5d6bee8e835e399c", - "reference": "17082e780752d346c2db12ef5d6bee8e835e399c", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/140a42b2c5d59ac4ecf8f5b493386a4f2eb28272", + "reference": "140a42b2c5d59ac4ecf8f5b493386a4f2eb28272", "shasum": "" }, "require": { "illuminate/pipeline": "^8.0|^9.0|^10.0|^11.0", "php": "^8.0", - "spatie/backtrace": "^1.5.2", + "spatie/backtrace": "^1.6.1", "symfony/http-foundation": "^5.2|^6.0|^7.0", "symfony/mime": "^5.2|^6.0|^7.0", "symfony/process": "^5.2|^6.0|^7.0", @@ -8586,7 +8667,7 @@ "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "spatie/phpunit-snapshot-assertions": "^4.0|^5.0" + "spatie/pest-plugin-snapshots": "^1.0|^2.0" }, "type": "library", "extra": { @@ -8616,7 +8697,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.4.4" + "source": "https://github.com/spatie/flare-client-php/tree/1.10.0" }, "funding": [ { @@ -8624,28 +8705,28 @@ "type": "github" } ], - "time": "2024-01-31T14:18:45+00:00" + "time": "2024-12-02T14:30:06+00:00" }, { "name": "spatie/ignition", - "version": "1.12.0", + "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/spatie/ignition.git", - "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d" + "reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ignition/zipball/5b6f801c605a593106b623e45ca41496a6e7d56d", - "reference": "5b6f801c605a593106b623e45ca41496a6e7d56d", + "url": "https://api.github.com/repos/spatie/ignition/zipball/e3a68e137371e1eb9edc7f78ffa733f3b98991d2", + "reference": "e3a68e137371e1eb9edc7f78ffa733f3b98991d2", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^8.0", - "spatie/backtrace": "^1.5.3", - "spatie/flare-client-php": "^1.4.0", + "spatie/error-solutions": "^1.0", + "spatie/flare-client-php": "^1.7", "symfony/console": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, @@ -8707,20 +8788,20 @@ "type": "github" } ], - "time": "2024-01-03T15:49:39+00:00" + "time": "2024-06-12T14:55:22+00:00" }, { "name": "spatie/laravel-ignition", - "version": "2.4.2", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ignition.git", - "reference": "351504f4570e32908839fc5a2dc53bf77d02f85e" + "reference": "62042df15314b829d0f26e02108f559018e2aad0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/351504f4570e32908839fc5a2dc53bf77d02f85e", - "reference": "351504f4570e32908839fc5a2dc53bf77d02f85e", + "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/62042df15314b829d0f26e02108f559018e2aad0", + "reference": "62042df15314b829d0f26e02108f559018e2aad0", "shasum": "" }, "require": { @@ -8729,8 +8810,7 @@ "ext-mbstring": "*", "illuminate/support": "^10.0|^11.0", "php": "^8.1", - "spatie/flare-client-php": "^1.3.5", - "spatie/ignition": "^1.9", + "spatie/ignition": "^1.15", "symfony/console": "^6.2.3|^7.0", "symfony/var-dumper": "^6.2.3|^7.0" }, @@ -8738,11 +8818,11 @@ "livewire/livewire": "^2.11|^3.3.5", "mockery/mockery": "^1.5.1", "openai-php/client": "^0.8.1", - "orchestra/testbench": "^8.0|^9.0", - "pestphp/pest": "^2.30", - "phpstan/extension-installer": "^1.2", + "orchestra/testbench": "8.22.3|^9.0", + "pestphp/pest": "^2.34", + "phpstan/extension-installer": "^1.3.1", "phpstan/phpstan-deprecation-rules": "^1.1.1", - "phpstan/phpstan-phpunit": "^1.3.3", + "phpstan/phpstan-phpunit": "^1.3.16", "vlucas/phpdotenv": "^5.5" }, "suggest": { @@ -8752,12 +8832,12 @@ "type": "library", "extra": { "laravel": { - "providers": [ - "Spatie\\LaravelIgnition\\IgnitionServiceProvider" - ], "aliases": { "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare" - } + }, + "providers": [ + "Spatie\\LaravelIgnition\\IgnitionServiceProvider" + ] } }, "autoload": { @@ -8799,54 +8879,55 @@ "type": "github" } ], - "time": "2024-02-09T16:08:40+00:00" + "time": "2024-12-02T08:43:31+00:00" }, { "name": "spatie/laravel-ray", - "version": "1.35.1", + "version": "1.39.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ray.git", - "reference": "f504d3787d88c7e5de7a4290658f7ad9b1352f22" + "reference": "31b601f98590606d20e76b5dd68578dc1642cd2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/f504d3787d88c7e5de7a4290658f7ad9b1352f22", - "reference": "f504d3787d88c7e5de7a4290658f7ad9b1352f22", + "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/31b601f98590606d20e76b5dd68578dc1642cd2c", + "reference": "31b601f98590606d20e76b5dd68578dc1642cd2c", "shasum": "" }, "require": { + "composer-runtime-api": "^2.2", "ext-json": "*", - "illuminate/contracts": "^7.20|^8.19|^9.0|^10.0|^11.0", - "illuminate/database": "^7.20|^8.19|^9.0|^10.0|^11.0", - "illuminate/queue": "^7.20|^8.19|^9.0|^10.0|^11.0", - "illuminate/support": "^7.20|^8.19|^9.0|^10.0|^11.0", - "php": "^7.4|^8.0", - "rector/rector": "^0.19.2|^1.0", + "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", "spatie/backtrace": "^1.0", - "spatie/ray": "^1.41.1", - "symfony/stopwatch": "4.2|^5.1|^6.0|^7.0", - "zbateson/mail-mime-parser": "^1.3.1|^2.0" + "spatie/ray": "^1.41.3", + "symfony/stopwatch": "4.2 || ^5.1 || ^6.0 || ^7.0", + "zbateson/mail-mime-parser": "^1.3.1 || ^2.0 || ^3.0" }, "require-dev": { "guzzlehttp/guzzle": "^7.3", - "laravel/framework": "^7.20|^8.19|^9.0|^10.0|^11.0", - "orchestra/testbench-core": "^5.0|^6.0|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.22|^2.0", - "phpstan/phpstan": "^1.10.57", - "phpunit/phpunit": "^9.3|^10.1", - "spatie/pest-plugin-snapshots": "^1.1|^2.0", - "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0.3" + "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 || ^2.0.2", + "phpunit/phpunit": "^9.3 || ^10.1", + "rector/rector": "dev-main", + "spatie/pest-plugin-snapshots": "^1.1 || ^2.0", + "symfony/var-dumper": "^4.2 || ^5.1 || ^6.0 || ^7.0.3" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.29.x-dev" - }, "laravel": { "providers": [ "Spatie\\LaravelRay\\RayServiceProvider" ] + }, + "branch-alias": { + "dev-main": "1.x-dev" } }, "autoload": { @@ -8874,7 +8955,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-ray/issues", - "source": "https://github.com/spatie/laravel-ray/tree/1.35.1" + "source": "https://github.com/spatie/laravel-ray/tree/1.39.0" }, "funding": [ { @@ -8886,7 +8967,7 @@ "type": "other" } ], - "time": "2024-02-13T14:19:41+00:00" + "time": "2024-12-11T09:34:41+00:00" }, { "name": "spatie/macroable", @@ -8940,35 +9021,35 @@ }, { "name": "spatie/ray", - "version": "1.41.1", + "version": "1.41.4", "source": { "type": "git", "url": "https://github.com/spatie/ray.git", - "reference": "051a0facb1d2462fafef87ff77eb74d6f2d12944" + "reference": "c5dbda0548c1881b30549ccc0b6d485f7471aaa5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ray/zipball/051a0facb1d2462fafef87ff77eb74d6f2d12944", - "reference": "051a0facb1d2462fafef87ff77eb74d6f2d12944", + "url": "https://api.github.com/repos/spatie/ray/zipball/c5dbda0548c1881b30549ccc0b6d485f7471aaa5", + "reference": "c5dbda0548c1881b30549ccc0b6d485f7471aaa5", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", - "php": "^7.3|^8.0", - "ramsey/uuid": "^3.0|^4.1", + "php": "^7.4 || ^8.0", + "ramsey/uuid": "^3.0 || ^4.1", "spatie/backtrace": "^1.1", - "spatie/macroable": "^1.0|^2.0", - "symfony/stopwatch": "^4.0|^5.1|^6.0|^7.0", - "symfony/var-dumper": "^4.2|^5.1|^6.0|^7.0" + "spatie/macroable": "^1.0 || ^2.0", + "symfony/stopwatch": "^4.2 || ^5.1 || ^6.0 || ^7.0", + "symfony/var-dumper": "^4.2 || ^5.1 || ^6.0 || ^7.0.3" }, "require-dev": { - "illuminate/support": "6.x|^8.18|^9.0", + "illuminate/support": "^7.20 || ^8.18 || ^9.0 || ^10.0 || ^11.0", "nesbot/carbon": "^2.63", "pestphp/pest": "^1.22", - "phpstan/phpstan": "^1.10", + "phpstan/phpstan": "^1.10.57 || ^2.0.2", "phpunit/phpunit": "^9.5", - "rector/rector": "^0.19.2", + "rector/rector": "dev-main", "spatie/phpunit-snapshot-assertions": "^4.2", "spatie/test-time": "^1.2" }, @@ -8976,6 +9057,11 @@ "bin/remove-ray.sh" ], "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.x-dev" + } + }, "autoload": { "files": [ "src/helpers.php" @@ -9004,7 +9090,7 @@ ], "support": { "issues": "https://github.com/spatie/ray/issues", - "source": "https://github.com/spatie/ray/tree/1.41.1" + "source": "https://github.com/spatie/ray/tree/1.41.4" }, "funding": [ { @@ -9016,24 +9102,24 @@ "type": "other" } ], - "time": "2024-01-25T10:15:50+00:00" + "time": "2024-12-09T11:32:15+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.29.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f" + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", - "reference": "cd4226d140ecd3d0f13d32ed0a4a095ffe871d2f", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/48becf00c920479ca2e910c22a5a39e5d47ca956", + "reference": "48becf00c920479ca2e910c22a5a39e5d47ca956", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-iconv": "*" @@ -9044,8 +9130,8 @@ "type": "library", "extra": { "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -9080,7 +9166,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.31.0" }, "funding": [ { @@ -9096,20 +9182,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/stopwatch", - "version": "v7.0.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112" + "reference": "696f418b0d722a4225e1c3d95489d262971ca924" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/983900d6fddf2b0cbaacacbbad07610854bd8112", - "reference": "983900d6fddf2b0cbaacacbbad07610854bd8112", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/696f418b0d722a4225e1c3d95489d262971ca924", + "reference": "696f418b0d722a4225e1c3d95489d262971ca924", "shasum": "" }, "require": { @@ -9142,7 +9228,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v7.0.3" + "source": "https://github.com/symfony/stopwatch/tree/v7.2.0" }, "funding": [ { @@ -9158,24 +9244,25 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-09-25T14:21:43+00:00" }, { "name": "symfony/yaml", - "version": "v7.0.3", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2d4fca631c00700597e9442a0b2451ce234513d3" + "reference": "099581e99f557e9f16b43c5916c26380b54abb22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2d4fca631c00700597e9442a0b2451ce234513d3", - "reference": "2d4fca631c00700597e9442a0b2451ce234513d3", + "url": "https://api.github.com/repos/symfony/yaml/zipball/099581e99f557e9f16b43c5916c26380b54abb22", + "reference": "099581e99f557e9f16b43c5916c26380b54abb22", "shasum": "" }, "require": { "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { @@ -9213,7 +9300,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.0.3" + "source": "https://github.com/symfony/yaml/tree/v7.2.0" }, "funding": [ { @@ -9229,7 +9316,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T15:02:46+00:00" + "time": "2024-10-23T06:56:12+00:00" }, { "name": "theseer/tokenizer", @@ -9283,16 +9370,16 @@ }, { "name": "zbateson/mail-mime-parser", - "version": "2.4.0", + "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "20b3e48eb799537683780bc8782fbbe9bc25934a" + "reference": "ff49e02f6489b38f7cc3d1bd3971adc0f872569c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/20b3e48eb799537683780bc8782fbbe9bc25934a", - "reference": "20b3e48eb799537683780bc8782fbbe9bc25934a", + "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/ff49e02f6489b38f7cc3d1bd3971adc0f872569c", + "reference": "ff49e02f6489b38f7cc3d1bd3971adc0f872569c", "shasum": "" }, "require": { @@ -9354,20 +9441,20 @@ "type": "github" } ], - "time": "2023-02-14T22:58:03+00:00" + "time": "2024-04-28T00:58:54+00:00" }, { "name": "zbateson/mb-wrapper", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/zbateson/mb-wrapper.git", - "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334" + "reference": "09a8b77eb94af3823a9a6623dcc94f8d988da67f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/faf35dddfacfc5d4d5f9210143eafd7a7fe74334", - "reference": "faf35dddfacfc5d4d5f9210143eafd7a7fe74334", + "url": "https://api.github.com/repos/zbateson/mb-wrapper/zipball/09a8b77eb94af3823a9a6623dcc94f8d988da67f", + "reference": "09a8b77eb94af3823a9a6623dcc94f8d988da67f", "shasum": "" }, "require": { @@ -9378,7 +9465,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "*", "phpstan/phpstan": "*", - "phpunit/phpunit": "<=9.0" + "phpunit/phpunit": "<10.0" }, "suggest": { "ext-iconv": "For best support/performance", @@ -9415,7 +9502,7 @@ ], "support": { "issues": "https://github.com/zbateson/mb-wrapper/issues", - "source": "https://github.com/zbateson/mb-wrapper/tree/1.2.0" + "source": "https://github.com/zbateson/mb-wrapper/tree/1.2.1" }, "funding": [ { @@ -9423,7 +9510,7 @@ "type": "github" } ], - "time": "2023-01-11T23:05:44+00:00" + "time": "2024-03-18T04:31:04+00:00" }, { "name": "zbateson/stream-decorators", From 41c137f438f0283970965a865ed8635d54ee2079 Mon Sep 17 00:00:00 2001 From: PatrickePatate Date: Wed, 18 Dec 2024 13:13:54 +0000 Subject: [PATCH 3/5] CS fix --- tests/Feature/Api/BreadcrumbTest.php | 2 +- .../EntityListEntityCommandControllerTest.php | 2 +- .../EntityListInstanceStateControllerTest.php | 2 +- .../Feature/Api/EntityListControllerTest.php | 2 +- .../Api/MultiFormEntityFormControllerTest.php | 2 +- .../Dashboard/SharpBarGraphWidgetTest.php | 4 ++-- tests/Unit/Dashboard/SharpPanelTest.php | 2 +- tests/Unit/Dashboard/SharpWidgetTest.php | 2 +- .../SimpleEloquentReorderHandlerTest.php | 4 ++-- .../Unit/EntityList/EntityListFilterTest.php | 2 +- .../EntityList/EntityListQueryParamsTest.php | 2 +- .../BelongsToManyRelationUpdaterTest.php | 6 ++--- .../BelongsToRelationUpdaterTest.php | 6 ++--- .../HasManyRelationUpdaterTest.php | 12 +++++----- .../HasOneRelationUpdaterTest.php | 4 ++-- .../MorphManyRelationUpdaterTest.php | 4 ++-- .../MorphOneRelationUpdaterTest.php | 6 ++--- .../MorphToManyRelationUpdaterTest.php | 4 ++-- ...ploadModelFormAttributeTransformerTest.php | 2 +- .../WithSharpFormEloquentUpdaterTest.php | 22 +++++++++---------- .../Fields/Formatters/SelectFormatterTest.php | 6 ++--- .../Fields/Formatters/UploadFormatterTest.php | 6 ++--- .../Fields/SharpFormAutocompleteFieldTest.php | 20 ++++++++--------- .../Form/Fields/SharpFormDateFieldTest.php | 4 ++-- .../Form/Fields/SharpFormEditorFieldTest.php | 6 ++--- tests/Unit/Form/Fields/SharpFormFieldTest.php | 8 +++---- .../Fields/SharpFormGeolocationFieldTest.php | 12 +++++----- .../Form/Fields/SharpFormHtmlFieldTest.php | 2 +- .../Form/Fields/SharpFormListFieldTest.php | 18 +++++++-------- .../Form/Fields/SharpFormNumberFieldTest.php | 2 +- .../Form/Fields/SharpFormSelectFieldTest.php | 4 ++-- .../Form/Fields/SharpFormTagsFieldTest.php | 4 ++-- .../Form/Fields/SharpFormTextFieldTest.php | 4 ++-- .../Fields/SharpFormTextareaFieldTest.php | 2 +- .../Form/Fields/SharpFormUploadFieldTest.php | 16 +++++++------- tests/Unit/Form/SharpFormTest.php | 2 +- .../Form/WithCustomTransformersInFormTest.php | 14 ++++++------ .../Fields/SharpShowEntityListFieldTest.php | 18 +++++++-------- .../Show/Fields/SharpShowTextFieldTest.php | 6 ++--- tests/Unit/Show/SharpShowTestDefault.php | 2 +- .../Utils/Testing/SharpAssertionsTest.php | 16 +++++++------- 41 files changed, 132 insertions(+), 132 deletions(-) diff --git a/tests/Feature/Api/BreadcrumbTest.php b/tests/Feature/Api/BreadcrumbTest.php index 7cc386d09..2b1d7433a 100644 --- a/tests/Feature/Api/BreadcrumbTest.php +++ b/tests/Feature/Api/BreadcrumbTest.php @@ -17,7 +17,7 @@ protected function setUp(): void } /** @test */ - public function breadcrumb_is_appended_and_built_depending_on_referer_for_API_calls() + public function breadcrumb_is_appended_and_built_depending_on_referer_for_ap_i_calls() { $this->buildTheWorld(); diff --git a/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php b/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php index 29b672ea8..3e6cbc562 100644 --- a/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php +++ b/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php @@ -120,7 +120,7 @@ public function we_can_call_a_download_entity_command() } /** @test */ - public function we_can_call_a_streamDownload_entity_command() + public function we_can_call_a_stream_download_entity_command() { $this->buildTheWorld(); $this->withoutExceptionHandling(); diff --git a/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php b/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php index 43ee97b5f..23f0847e2 100644 --- a/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php +++ b/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php @@ -76,7 +76,7 @@ public function we_can_return_a_refresh_listed_items_action_on_state_update() } /** @test */ - public function we_cant_update_the_state_of_an_entity_with_a_wrong_stateId() + public function we_cant_update_the_state_of_an_entity_with_a_wrong_state_id() { $this->buildTheWorld(); diff --git a/tests/Feature/Api/EntityListControllerTest.php b/tests/Feature/Api/EntityListControllerTest.php index 48648595c..ea788d945 100644 --- a/tests/Feature/Api/EntityListControllerTest.php +++ b/tests/Feature/Api/EntityListControllerTest.php @@ -183,7 +183,7 @@ public function we_can_reorder_instances() } /** @test */ - public function list_config_contains_hasShowPage_is_relevant() + public function list_config_contains_has_show_page_is_relevant() { $this->getJson('/sharp/api/list/person') ->assertOk() diff --git a/tests/Feature/Api/MultiFormEntityFormControllerTest.php b/tests/Feature/Api/MultiFormEntityFormControllerTest.php index ecd9c398e..4d52cbc30 100644 --- a/tests/Feature/Api/MultiFormEntityFormControllerTest.php +++ b/tests/Feature/Api/MultiFormEntityFormControllerTest.php @@ -187,7 +187,7 @@ protected function getFormValidatorClass(): ?string { return app(SharpEntityManager::class) ->entityFor('person') - ->multiformValidatorsForTest['big'] ?? null; + ->multiformValidatorsForTest['big'] ?? null; } } diff --git a/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php b/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php index ca93466c2..988991eb2 100644 --- a/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php +++ b/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php @@ -44,7 +44,7 @@ public function we_can_define_minimal_attribute() } /** @test */ - public function we_can_define_showLegend_attribute() + public function we_can_define_show_legend_attribute() { $widget = SharpBarGraphWidget::make('name') ->setShowLegend(false); @@ -62,7 +62,7 @@ public function we_can_define_height_attribute() } /** @test */ - public function we_can_define_displayHorizontalAxisAsTimeline_attribute() + public function we_can_define_display_horizontal_axis_as_timeline_attribute() { $widget = SharpBarGraphWidget::make('name') ->setDisplayHorizontalAxisAsTimeline(); diff --git a/tests/Unit/Dashboard/SharpPanelTest.php b/tests/Unit/Dashboard/SharpPanelTest.php index 7e761db33..c18c148e2 100644 --- a/tests/Unit/Dashboard/SharpPanelTest.php +++ b/tests/Unit/Dashboard/SharpPanelTest.php @@ -21,7 +21,7 @@ public function returned_array_contains_template() } /** @test */ - public function returned_array_contains_the_SharpLinkTo_link() + public function returned_array_contains_the_sharp_link_to_link() { $widget = SharpPanelWidget::make('name') ->setInlineTemplate('test') diff --git a/tests/Unit/Dashboard/SharpWidgetTest.php b/tests/Unit/Dashboard/SharpWidgetTest.php index 418aaae2f..22ac397ee 100644 --- a/tests/Unit/Dashboard/SharpWidgetTest.php +++ b/tests/Unit/Dashboard/SharpWidgetTest.php @@ -58,7 +58,7 @@ public function we_can_define_title() } /** @test */ - public function we_can_define_an_SharpLinkTo_link() + public function we_can_define_an_sharp_link_to_link() { $widget = SomeTestWidget::make('name') ->setLink(LinkToEntityList::make('entity')); diff --git a/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php b/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php index b2be06218..0cd1031f6 100644 --- a/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php +++ b/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php @@ -9,7 +9,7 @@ class SimpleEloquentReorderHandlerTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_use_SimpleEloquentReorderHandler() + public function we_can_use_simple_eloquent_reorder_handler() { Person::create(['id' => 10, 'name' => 'Bob', 'order' => 1]); Person::create(['id' => 20, 'name' => 'Bob', 'order' => 2]); @@ -22,7 +22,7 @@ public function we_can_use_SimpleEloquentReorderHandler() } /** @test */ - public function we_can_use_SimpleEloquentReorderHandler_with_custom_order_attribute() + public function we_can_use_simple_eloquent_reorder_handler_with_custom_order_attribute() { Person::create(['id' => 20, 'name' => 'Bob', 'order' => 3, 'age' => 22]); Person::create(['id' => 30, 'name' => 'Bob', 'order' => 2, 'age' => 32]); diff --git a/tests/Unit/EntityList/EntityListFilterTest.php b/tests/Unit/EntityList/EntityListFilterTest.php index f3988b109..dea42e10e 100644 --- a/tests/Unit/EntityList/EntityListFilterTest.php +++ b/tests/Unit/EntityList/EntityListFilterTest.php @@ -242,7 +242,7 @@ public function buildFilterConfig(): void } /** @test */ - public function we_can_define_searchKeys_on_a_filter() + public function we_can_define_search_keys_on_a_filter() { $list = new class() extends SharpEntityDefaultTestList { diff --git a/tests/Unit/EntityList/EntityListQueryParamsTest.php b/tests/Unit/EntityList/EntityListQueryParamsTest.php index c16c7e729..67c094101 100644 --- a/tests/Unit/EntityList/EntityListQueryParamsTest.php +++ b/tests/Unit/EntityList/EntityListQueryParamsTest.php @@ -9,7 +9,7 @@ class EntityListQueryParamsTest extends SharpTestCase { /** @test */ - public function we_can_know_there_is_a_search_with_hasSearch() + public function we_can_know_there_is_a_search_with_has_search() { $this->assertTrue($this->buildParams(1, 'test')->hasSearch()); $this->assertFalse($this->buildParams(1, '')->hasSearch()); diff --git a/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php index 6ec6c695b..688ee2f8c 100644 --- a/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php @@ -9,7 +9,7 @@ class BelongsToManyRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_belongsToMany_relation() + public function we_can_update_a_belongs_to_many_relation() { $person1 = Person::create(['name' => 'A']); $person2 = Person::create(['name' => 'B']); @@ -29,7 +29,7 @@ public function we_can_update_a_belongsToMany_relation() } /** @test */ - public function we_can_update_an_existing_belongsToMany_relation() + public function we_can_update_an_existing_belongs_to_many_relation() { $person1 = Person::create(['name' => 'A']); $person2 = Person::create(['name' => 'B']); @@ -80,7 +80,7 @@ public function we_can_can_create_a_new_related_item() } /** @test */ - public function we_can_handle_order_in_a_belongsToMany_relation() + public function we_can_handle_order_in_a_belongs_to_many_relation() { $person1 = Person::create(['name' => 'A']); $person2 = Person::create(['name' => 'B']); diff --git a/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php index 780e9a975..3ea29ff26 100644 --- a/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php @@ -9,7 +9,7 @@ class BelongsToRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_belongsTo_relation() + public function we_can_update_a_belongs_to_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $person = Person::create(['name' => 'John Wayne']); @@ -25,7 +25,7 @@ public function we_can_update_a_belongsTo_relation() } /** @test */ - public function we_can_create_a_belongsTo_relation() + public function we_can_create_a_belongs_to_relation() { $person = Person::create(['name' => 'John Wayne']); @@ -43,7 +43,7 @@ public function we_can_create_a_belongsTo_relation() } /** @test */ - public function we_set_default_attributes_when_creating_a_belongsTo_relation() + public function we_set_default_attributes_when_creating_a_belongs_to_relation() { $person = PersonWithDefaultAttributes::create(['name' => 'John Wayne']); diff --git a/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php index 7cd50e3e3..2af20cc20 100644 --- a/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php @@ -9,7 +9,7 @@ class HasManyRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_hasMany_relation() + public function we_can_update_a_has_many_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $son1 = Person::create(['name' => 'A', 'mother_id' => $mother->id]); @@ -29,7 +29,7 @@ public function we_can_update_a_hasMany_relation() } /** @test */ - public function we_can_create_a_new_related_item_in_a_hasMany_relation() + public function we_can_create_a_new_related_item_in_a_has_many_relation() { $mother = Person::create(['name' => 'Jane Wayne']); @@ -47,7 +47,7 @@ public function we_can_create_a_new_related_item_in_a_hasMany_relation() } /** @test */ - public function we_do_not_update_the_id_attribute_when_updating_a_related_item_in_a_hasMany_relation() + public function we_do_not_update_the_id_attribute_when_updating_a_related_item_in_a_has_many_relation() { $mother = Person::create(['name' => 'Jane Wayne']); @@ -61,7 +61,7 @@ public function we_do_not_update_the_id_attribute_when_updating_a_related_item_i } /** @test */ - public function we_certainly_do_update_the_id_attribute_when_updating_a_related_item_in_a_hasMany_relation_in_a_non_incrementing_id_case() + public function we_certainly_do_update_the_id_attribute_when_updating_a_related_item_in_a_has_many_relation_in_a_non_incrementing_id_case() { $mother = PersonWithFixedId::create(['name' => 'Jane Wayne']); @@ -77,7 +77,7 @@ public function we_certainly_do_update_the_id_attribute_when_updating_a_related_ } /** @test */ - public function the_optional_getDefaultAttributesFor_method_is_called_on_an_item_creation() + public function the_optional_get_default_attributes_for_method_is_called_on_an_item_creation() { $mother = new class() extends Person { @@ -105,7 +105,7 @@ public function getDefaultAttributesFor($attribute) } /** @test */ - public function we_can_delete_an_existing_related_item_in_a_hasMany_relation() + public function we_can_delete_an_existing_related_item_in_a_has_many_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $son1 = Person::create(['name' => 'John Wayne', 'mother_id' => $mother->id]); diff --git a/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php index 2b261225c..5a1f1ef9f 100644 --- a/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php @@ -9,7 +9,7 @@ class HasOneRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_hasOne_relation() + public function we_can_update_a_has_one_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'John Wayne']); @@ -25,7 +25,7 @@ public function we_can_update_a_hasOne_relation() } /** @test */ - public function we_can_create_a_hasOne_related() + public function we_can_create_a_has_one_related() { $mother = Person::create(['name' => 'Jane Wayne']); diff --git a/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php index 68bae1bd4..7a6fad733 100644 --- a/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php @@ -9,7 +9,7 @@ class MorphManyRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_create_a_morphMany_related() + public function we_can_create_a_morph_many_related() { $person = Person::create(['name' => 'John Wayne']); @@ -28,7 +28,7 @@ public function we_can_create_a_morphMany_related() } /** @test */ - public function we_can_update_a_morphMany_related() + public function we_can_update_a_morph_many_related() { $person = Person::create(['name' => 'John Wayne']); $person->pictures()->create([ diff --git a/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php index a464344fb..4fdf90673 100644 --- a/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php @@ -10,7 +10,7 @@ class MorphOneRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_create_a_morphOne_related() + public function we_can_create_a_morph_one_related() { $person = Person::create(['name' => 'John Wayne']); @@ -26,7 +26,7 @@ public function we_can_create_a_morphOne_related() } /** @test */ - public function we_can_update_a_morphOne_related() + public function we_can_update_a_morph_one_related() { $person = Person::create(['name' => 'John Wayne']); $person->picture()->create([ @@ -45,7 +45,7 @@ public function we_can_update_a_morphOne_related() } /** @test */ - public function we_ignore_a_morphOne_related_if_null() + public function we_ignore_a_morph_one_related_if_null() { $person = Person::create(['name' => 'John Wayne']); diff --git a/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php index f130cc982..0b003d673 100644 --- a/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php @@ -30,7 +30,7 @@ protected function getEnvironmentSetUp($app) } /** @test */ - public function we_can_update_a_morphToMany_relation() + public function we_can_update_a_morph_to_many_relation() { $person = TaggablePerson::create(['name' => 'A']); $tag = Tag::create(['name' => 'A']); @@ -49,7 +49,7 @@ public function we_can_update_a_morphToMany_relation() } /** @test */ - public function we_can_update_an_existing_morphToMany_relation() + public function we_can_update_an_existing_morph_to_many_relation() { $person = TaggablePerson::create(['name' => 'A']); $oldTag = Tag::create(['name' => 'A']); diff --git a/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php b/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php index 67123311c..68c5c1770 100644 --- a/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php +++ b/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php @@ -178,7 +178,7 @@ public function we_can_transform_a_list_of_upload_with_transformations() } /** @test */ - public function we_can_fake_an_sharpUpload_and_transform_a_single_upload() + public function we_can_fake_an_sharp_upload_and_transform_a_single_upload() { $file = $this->createImage(); diff --git a/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php b/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php index 9a201fe08..1fc5fe397 100644 --- a/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php @@ -128,7 +128,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_belongsTo_attribute() + public function we_can_update_a_belongs_to_attribute() { $mother = Person::create(['name' => 'Jane Wayne']); $person = Person::create(['name' => 'John Wayne']); @@ -150,7 +150,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_hasOne_attribute() + public function we_can_update_a_has_one_attribute() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'John Wayne']); @@ -174,7 +174,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_hasMany_attribute() + public function we_can_update_a_has_many_attribute() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'AAA', 'mother_id' => $mother->id]); @@ -210,7 +210,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_belongsToMany_attribute() + public function we_can_update_a_belongs_to_many_attribute() { $person1 = Person::create(['name' => 'John Ford']); $person2 = Person::create(['name' => 'John Wayne']); @@ -240,7 +240,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_create_a_new_related_in_a_belongsToMany_attribute() + public function we_can_create_a_new_related_in_a_belongs_to_many_attribute() { $person1 = Person::create(['name' => 'John Ford']); @@ -275,7 +275,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_handle_the_order_attribute_in_a_hasMany_relation_in_a_creation_case() + public function we_handle_the_order_attribute_in_a_has_many_relation_in_a_creation_case() { $mother = Person::create(['name' => 'Jane Wayne']); @@ -312,7 +312,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_handle_the_order_attribute_in_a_hasMany_relation_in_an_update_case() + public function we_handle_the_order_attribute_in_a_has_many_relation_in_an_update_case() { $mother = Person::create(['name' => 'A']); $son = Person::create(['name' => 'B', 'order' => 30, 'mother_id' => $mother->id]); @@ -349,7 +349,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_morphOne_attribute() + public function we_can_update_a_morph_one_attribute() { $person = Person::create(['name' => 'John Wayne']); @@ -371,7 +371,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function the_relation_separator_is_properly_handled_in_a_belongsTo_case() + public function the_relation_separator_is_properly_handled_in_a_belongs_to_case() { $mother = Person::create(['name' => 'AAA']); $son = Person::create(['name' => 'John Wayne', 'mother_id' => $mother->id]); @@ -398,7 +398,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function the_relation_separator_is_properly_handled_in_a_hasOne_case() + public function the_relation_separator_is_properly_handled_in_a_has_one_case() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'AAA', 'mother_id' => $mother->id]); @@ -426,7 +426,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function the_relation_separator_is_properly_handled_in_a_hasOne_creation_case() + public function the_relation_separator_is_properly_handled_in_a_has_one_creation_case() { $mother = Person::create(['name' => 'Jane Wayne']); diff --git a/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php b/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php index d0eba1f3f..34040ed82 100644 --- a/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php +++ b/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php @@ -54,7 +54,7 @@ public function we_can_format_a_multiple_object_value_to_front() } /** @test */ - public function we_can_format_a_multiple_object_with_toArray_value_to_front() + public function we_can_format_a_multiple_object_with_to_array_value_to_front() { $formatter = new SelectFormatter(); $field = SharpFormSelectField::make('select', $this->getSelectData()) @@ -79,7 +79,7 @@ public function toArray() } /** @test */ - public function we_can_define_idAttribute_for_a_multiple_array_value_to_front() + public function we_can_define_id_attribute_for_a_multiple_array_value_to_front() { $formatter = new SelectFormatter(); $field = SharpFormSelectField::make('select', $this->getSelectData()) @@ -114,7 +114,7 @@ public function we_can_format_a_multiple_value_from_front() } /** @test */ - public function we_can_define_idAttribute_for_a_multiple_array_value_from_front() + public function we_can_define_id_attribute_for_a_multiple_array_value_from_front() { $formatter = new SelectFormatter(); $field = SharpFormSelectField::make('select', $this->getSelectData()) diff --git a/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php b/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php index d5fa4c3bb..c65509225 100644 --- a/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php +++ b/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php @@ -172,7 +172,7 @@ public function optimize() } /** @test */ - public function we_transform_the_newly_uploaded_file_if_isTransformOriginal_is_configured() + public function we_transform_the_newly_uploaded_file_if_is_transform_original_is_configured() { $uploadedFile = UploadedFile::fake()->image('image.jpg', 600, 600); $uploadedFile->storeAs('/tmp', 'image.jpg', ['disk' => 'local']); @@ -210,7 +210,7 @@ public function we_transform_the_newly_uploaded_file_if_isTransformOriginal_is_c } /** @test */ - public function we_transform_an_existing_file_if_isTransformOriginal_is_configured() + public function we_transform_an_existing_file_if_is_transform_original_is_configured() { $existingFile = UploadedFile::fake()->image('image.jpg', 600, 600); $existingFile->storeAs('/data/Test', 'image.jpg', ['disk' => 'local']); @@ -263,7 +263,7 @@ public function we_transform_an_existing_file_if_isTransformOriginal_is_configur } /** @test */ - public function we_get_use_a_closure_as_storageBasePath() + public function we_get_use_a_closure_as_storage_base_path() { UploadedFile::fake() ->image('image.jpg') diff --git a/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php b/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php index 4cb83a337..4d98d9c7c 100644 --- a/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php @@ -66,7 +66,7 @@ public function we_can_define_remote_attributes() } /** @test */ - public function we_can_define_localValues_as_a_id_label_array() + public function we_can_define_local_values_as_a_id_label_array() { $formField = $this->getDefaultLocalAutocomplete([ ['id' => 1, 'label' => 'Elem 1'], @@ -83,7 +83,7 @@ public function we_can_define_localValues_as_a_id_label_array() } /** @test */ - public function we_can_define_localValues_as_an_object_array() + public function we_can_define_local_values_as_an_object_array() { $formField = $this->getDefaultLocalAutocomplete([ (object) ['id' => 1, 'label' => 'Elem 1'], @@ -100,7 +100,7 @@ public function we_can_define_localValues_as_an_object_array() } /** @test */ - public function we_can_define_searchMinChars() + public function we_can_define_search_min_chars() { $formField = $this->getDefaultLocalAutocomplete() ->setSearchMinChars(3); @@ -114,7 +114,7 @@ public function we_can_define_searchMinChars() } /** @test */ - public function we_can_define_debounceDelay() + public function we_can_define_debounce_delay() { $formField = $this->getDefaultLocalAutocomplete() ->setDebounceDelayInMilliseconds(500); @@ -128,7 +128,7 @@ public function we_can_define_debounceDelay() } /** @test */ - public function we_can_define_setDataWrapper() + public function we_can_define_set_data_wrapper() { $formField = $this->getDefaultLocalAutocomplete() ->setDataWrapper('test'); @@ -158,7 +158,7 @@ public function we_can_define_inline_templates() } /** @test */ - public function we_can_define_templateData() + public function we_can_define_template_data() { $formField = $this->getDefaultLocalAutocomplete() ->setAdditionalTemplateData([ @@ -176,7 +176,7 @@ public function we_can_define_templateData() } /** @test */ - public function we_cant_define_a_remote_autocomplete_without_remoteEndpoint() + public function we_cant_define_a_remote_autocomplete_without_remote_endpoint() { $this->expectException(SharpFormFieldValidationException::class); @@ -187,7 +187,7 @@ public function we_cant_define_a_remote_autocomplete_without_remoteEndpoint() } /** @test */ - public function we_can_define_linked_localValues_with_dynamic_attributes() + public function we_can_define_linked_local_values_with_dynamic_attributes() { $formField = $this->getDefaultLocalAutocomplete([ 'A' => [ @@ -216,7 +216,7 @@ public function we_can_define_linked_localValues_with_dynamic_attributes() } /** @test */ - public function we_can_define_linked_localValues_with_dynamic_attributes_and_localization() + public function we_can_define_linked_local_values_with_dynamic_attributes_and_localization() { $formField = $this->getDefaultLocalAutocomplete([ 'A' => [ @@ -245,7 +245,7 @@ public function we_can_define_linked_localValues_with_dynamic_attributes_and_loc } /** @test */ - public function we_can_define_linked_localValues_with_dynamic_attributes_on_multiple_master_fields() + public function we_can_define_linked_local_values_with_dynamic_attributes_on_multiple_master_fields() { $formField = $this->getDefaultLocalAutocomplete([ 'A' => [ diff --git a/tests/Unit/Form/Fields/SharpFormDateFieldTest.php b/tests/Unit/Form/Fields/SharpFormDateFieldTest.php index 795abc7d8..f8108043a 100644 --- a/tests/Unit/Form/Fields/SharpFormDateFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormDateFieldTest.php @@ -30,7 +30,7 @@ public function only_default_values_are_set() } /** @test */ - public function we_can_define_hasDate_and_hasTime() + public function we_can_define_has_date_and_has_time() { $dateFormField = SharpFormDateField::make('date') ->setHasDate(); @@ -111,7 +111,7 @@ public function we_can_define_a_display_format() } /** @test */ - public function default_displayFormat_depends_on_date_time_configuration() + public function default_display_format_depends_on_date_time_configuration() { $dateFormField = SharpFormDateField::make('date') ->setHasDate(); diff --git a/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php b/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php index 4508b9e82..80aeed22e 100644 --- a/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php @@ -55,7 +55,7 @@ public function we_can_define_height() } /** @test */ - public function we_can_define_height_with_maxHeight() + public function we_can_define_height_with_max_height() { $formField = SharpFormEditorField::make('text'); @@ -193,7 +193,7 @@ public function we_can_define_markdown_as_content_renderer() } /** @test */ - public function we_can_define_setWithoutParagraphs() + public function we_can_define_set_without_paragraphs() { $formField = SharpFormEditorField::make('text') ->setWithoutParagraphs(); @@ -205,7 +205,7 @@ public function we_can_define_setWithoutParagraphs() } /** @test */ - public function we_can_define_maxLength_and_showCount() + public function we_can_define_max_length_and_show_count() { $this->assertArraySubset( ['maxLength' => 500, 'showCharacterCount' => true], diff --git a/tests/Unit/Form/Fields/SharpFormFieldTest.php b/tests/Unit/Form/Fields/SharpFormFieldTest.php index 33ebb7af8..f77c7f85a 100644 --- a/tests/Unit/Form/Fields/SharpFormFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormFieldTest.php @@ -57,7 +57,7 @@ public function we_can_define_label() } /** @test */ - public function we_can_define_helpMessage() + public function we_can_define_help_message() { $formField = SomeTestFormField::make('name') ->setHelpMessage('message'); @@ -69,7 +69,7 @@ public function we_can_define_helpMessage() } /** @test */ - public function we_can_define_conditionalDisplay() + public function we_can_define_conditional_display() { $formField = SomeTestFormField::make('name') ->setConditionalDisplayOrOperator() @@ -105,7 +105,7 @@ public function we_can_define_conditionalDisplay() } /** @test */ - public function we_can_define_readOnly() + public function we_can_define_read_only() { $formField = SomeTestFormField::make('name') ->setReadOnly(); @@ -117,7 +117,7 @@ public function we_can_define_readOnly() } /** @test */ - public function we_can_define_extraStyle() + public function we_can_define_extra_style() { $formField = SomeTestFormField::make('name') ->setExtraStyle('font-weight: bold'); diff --git a/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php b/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php index 945765b21..ff180e810 100644 --- a/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php @@ -24,7 +24,7 @@ public function only_default_values_are_set() } /** @test */ - public function we_can_define_displayUnit() + public function we_can_define_display_unit() { $formField = SharpFormGeolocationField::make('geo') ->setDisplayUnitDegreesMinutesSeconds(); @@ -56,7 +56,7 @@ public function we_can_turn_on_geocoding() } /** @test */ - public function we_can_define_a_global_apiKey() + public function we_can_define_a_global_api_key() { $formField = SharpFormGeolocationField::make('geo') ->setApiKey('my-key'); @@ -71,7 +71,7 @@ public function we_can_define_a_global_apiKey() } /** @test */ - public function we_can_define_maps_or_geocoding_apiKey() + public function we_can_define_maps_or_geocoding_api_key() { $formField = SharpFormGeolocationField::make('geo') ->setMapsApiKey('my-key'); @@ -97,7 +97,7 @@ public function we_can_define_maps_or_geocoding_apiKey() } /** @test */ - public function we_can_define_zoomLevel() + public function we_can_define_zoom_level() { $formField = SharpFormGeolocationField::make('geo') ->setZoomLevel(15); @@ -109,7 +109,7 @@ public function we_can_define_zoomLevel() } /** @test */ - public function we_can_define_initialPosition() + public function we_can_define_initial_position() { $formField = SharpFormGeolocationField::make('geo') ->setInitialPosition(12.4, -3.461894989013672); @@ -125,7 +125,7 @@ public function we_can_define_initialPosition() } /** @test */ - public function we_can_clear_initialPosition() + public function we_can_clear_initial_position() { $formField = SharpFormGeolocationField::make('geo') ->setInitialPosition(12.4, 24.5); diff --git a/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php b/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php index a04028633..e6922bab1 100644 --- a/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php @@ -34,7 +34,7 @@ public function inline_template_is_mandatory() } /** @test */ - public function we_can_define_templateData() + public function we_can_define_template_data() { $formField = SharpFormHtmlField::make('html') ->setInlineTemplate('test') diff --git a/tests/Unit/Form/Fields/SharpFormListFieldTest.php b/tests/Unit/Form/Fields/SharpFormListFieldTest.php index 63496ca19..f2678c872 100644 --- a/tests/Unit/Form/Fields/SharpFormListFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormListFieldTest.php @@ -46,7 +46,7 @@ public function we_can_define_addable_removable_and_sortable() } /** @test */ - public function we_can_define_addText() + public function we_can_define_add_text() { $formField = $this->getDefaultList() ->setAddText('Add'); @@ -58,7 +58,7 @@ public function we_can_define_addText() } /** @test */ - public function we_can_define_itemIdAttribute() + public function we_can_define_item_id_attribute() { $formField = $this->getDefaultList() ->setItemIdAttribute('key'); @@ -70,7 +70,7 @@ public function we_can_define_itemIdAttribute() } /** @test */ - public function we_can_define_orderAttribute() + public function we_can_define_order_attribute() { $formField = $this->getDefaultList() ->setOrderAttribute('ordered'); @@ -79,7 +79,7 @@ public function we_can_define_orderAttribute() } /** @test */ - public function we_can_define_maxItemCount() + public function we_can_define_max_item_count() { $formField = $this->getDefaultList() ->setMaxItemCount(10); @@ -98,7 +98,7 @@ public function we_can_define_maxItemCount() } /** @test */ - public function we_can_define_allowBulkUploadForField() + public function we_can_define_allow_bulk_upload_for_field() { $formField = $this->getDefaultList() ->allowBulkUploadForField('itemFieldKey'); @@ -117,7 +117,7 @@ public function we_can_define_allowBulkUploadForField() } /** @test */ - public function we_can_define_setBulkUploadFileCountLimitAtOnce() + public function we_can_define_set_bulk_upload_file_count_limit_at_once() { $formField = $this->getDefaultList() ->setBulkUploadFileCountLimitAtOnce(8); @@ -129,7 +129,7 @@ public function we_can_define_setBulkUploadFileCountLimitAtOnce() } /** @test */ - public function we_can_define_collapsedItemInlineTemplate() + public function we_can_define_collapsed_item_inline_template() { $formField = $this->getDefaultList() ->setCollapsedItemInlineTemplate('template'); @@ -141,7 +141,7 @@ public function we_can_define_collapsedItemInlineTemplate() } /** @test */ - public function we_can_add_an_itemField() + public function we_can_add_an_item_field() { $formField = $this->getDefaultList() ->addItemField( @@ -157,7 +157,7 @@ public function we_can_add_an_itemField() } /** @test */ - public function we_can_find_an_itemField_by_its_key() + public function we_can_find_an_item_field_by_its_key() { $formField = $this->getDefaultList() ->addItemField( diff --git a/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php b/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php index e85bfca66..ea5800bb3 100644 --- a/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php @@ -45,7 +45,7 @@ public function we_can_define_a_step() } /** @test */ - public function we_can_define_showControls() + public function we_can_define_show_controls() { $formField = SharpFormNumberField::make('text') ->setShowControls(); diff --git a/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php b/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php index fdd514db1..88d135256 100644 --- a/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php @@ -58,7 +58,7 @@ public function we_can_define_inline() } /** @test */ - public function we_can_define_maxSelected() + public function we_can_define_max_selected() { $formField = $this->getDefaultSelect() ->setMaxSelected(12); @@ -106,7 +106,7 @@ public function we_can_define_display_as_dropdown() } /** @test */ - public function we_can_define_showSelectAll() + public function we_can_define_show_select_all() { $formField = $this->getDefaultSelect() ->allowSelectAll(); diff --git a/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php b/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php index f9df18968..2f91911ed 100644 --- a/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php @@ -41,7 +41,7 @@ public function we_can_define_creatable() } /** @test */ - public function we_can_define_createText() + public function we_can_define_create_text() { $formField = $this->getDefaultTags() ->setCreateText('A'); @@ -53,7 +53,7 @@ public function we_can_define_createText() } /** @test */ - public function we_can_define_maxTagsCount() + public function we_can_define_max_tags_count() { $formField = $this->getDefaultTags() ->setMaxTagCount(2); diff --git a/tests/Unit/Form/Fields/SharpFormTextFieldTest.php b/tests/Unit/Form/Fields/SharpFormTextFieldTest.php index 626fb5ecf..e25ace24e 100644 --- a/tests/Unit/Form/Fields/SharpFormTextFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormTextFieldTest.php @@ -8,7 +8,7 @@ class SharpFormTextFieldTest extends SharpTestCase { /** @test */ - public function we_can_define_inputType() + public function we_can_define_input_type() { $defaultFormField = SharpFormTextField::make('name'); @@ -47,7 +47,7 @@ public function we_can_define_placeholder() } /** @test */ - public function we_can_define_maxLength() + public function we_can_define_max_length() { $formField = SharpFormTextField::make('text') ->setMaxLength(10); diff --git a/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php b/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php index 8a4660569..a3a88489b 100644 --- a/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php @@ -45,7 +45,7 @@ public function we_cant_define_an_invalid_row_count() } /** @test */ - public function we_can_define_maxLength() + public function we_can_define_max_length() { $formField = SharpFormTextareaField::make('text') ->setMaxLength(10); diff --git a/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php b/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php index 0aab94c18..e43930567 100644 --- a/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php @@ -26,7 +26,7 @@ public function only_default_values_are_set() } /** @test */ - public function we_can_define_maxFileSize() + public function we_can_define_max_file_size() { $formField = SharpFormUploadField::make('file') ->setMaxFileSize(.5); @@ -38,7 +38,7 @@ public function we_can_define_maxFileSize() } /** @test */ - public function we_can_define_compactThumbnail() + public function we_can_define_compact_thumbnail() { $formField = SharpFormUploadField::make('file') ->setCompactThumbnail(); @@ -62,7 +62,7 @@ public function we_can_define_transformable() } /** @test */ - public function we_can_define_transformKeepOriginal_with_transformable() + public function we_can_define_transform_keep_original_with_transformable() { $formField = SharpFormUploadField::make('file') ->setTransformable(true, false); @@ -77,7 +77,7 @@ public function we_can_define_transformKeepOriginal_with_transformable() } /** @test */ - public function we_can_define_transformKeepOriginal_with_config() + public function we_can_define_transform_keep_original_with_config() { config()->set('sharp.uploads.transform_keep_original_image', false); @@ -93,7 +93,7 @@ public function we_can_define_transformKeepOriginal_with_config() } /** @test */ - public function we_can_define_fileFilter() + public function we_can_define_file_filter() { $formField = SharpFormUploadField::make('file') ->setFileFilter('jpg'); @@ -121,7 +121,7 @@ public function we_can_define_fileFilter() } /** @test */ - public function we_can_define_cropRatio() + public function we_can_define_crop_ratio() { $formField = SharpFormUploadField::make('file') ->setCropRatio('16:9'); @@ -133,7 +133,7 @@ public function we_can_define_cropRatio() } /** @test */ - public function we_can_define_transformableFileTypes() + public function we_can_define_transformable_file_types() { $formField = SharpFormUploadField::make('file') ->setCropRatio('16:9', ['jpg', 'jpeg']); @@ -161,7 +161,7 @@ public function we_can_define_transformableFileTypes() } /** @test */ - public function we_can_define_shouldOptimizeImage() + public function we_can_define_should_optimize_image() { $formField = SharpFormUploadField::make('file') ->shouldOptimizeImage(); diff --git a/tests/Unit/Form/SharpFormTest.php b/tests/Unit/Form/SharpFormTest.php index 2a2439352..a037def6a 100644 --- a/tests/Unit/Form/SharpFormTest.php +++ b/tests/Unit/Form/SharpFormTest.php @@ -165,7 +165,7 @@ public function single_forms_are_declared_in_config() } /** @test */ - public function we_can_declare_setDisplayShowPageAfterCreation_in_config() + public function we_can_declare_set_display_show_page_after_creation_in_config() { $sharpForm = new class() extends BaseSharpForm { diff --git a/tests/Unit/Form/WithCustomTransformersInFormTest.php b/tests/Unit/Form/WithCustomTransformersInFormTest.php index aac55f46a..a767cc574 100644 --- a/tests/Unit/Form/WithCustomTransformersInFormTest.php +++ b/tests/Unit/Form/WithCustomTransformersInFormTest.php @@ -53,7 +53,7 @@ public function find($id): array } /** @test */ - public function belongsTo_is_handled() + public function belongs_to_is_handled() { $mother = Person::create([ 'name' => 'Jane Wayne', @@ -74,7 +74,7 @@ public function belongsTo_is_handled() } /** @test */ - public function hasOne_is_handled() + public function has_one_is_handled() { $mother = Person::create([ 'name' => 'Jane Wayne', @@ -96,7 +96,7 @@ public function hasOne_is_handled() } /** @test */ - public function hasMany_is_handled() + public function has_many_is_handled() { $mother = Person::create([ 'name' => 'Jane Wayne', @@ -124,7 +124,7 @@ public function hasMany_is_handled() } /** @test */ - public function belongsToMany_is_handled() + public function belongs_to_many_is_handled() { $person1 = Person::create([ 'name' => 'John Wayne', @@ -154,7 +154,7 @@ public function belongsToMany_is_handled() } /** @test */ - public function morphOne_is_handled() + public function morph_one_is_handled() { $person = Person::create(['name' => 'John Wayne']); $person->picture()->create(['file' => 'test.jpg']); @@ -170,7 +170,7 @@ public function morphOne_is_handled() } /** @test */ - public function morphMany_is_handled() + public function morph_many_is_handled() { $person = Person::create(['name' => 'John Wayne']); $person->pictures()->create(['file' => 'test.jpg']); @@ -250,7 +250,7 @@ public function we_can_use_a_class_as_a_custom_transformer() } /** @test */ - public function we_can_use_applyIfAttributeIsMissing_in_a_custom_transformer() + public function we_can_use_apply_if_attribute_is_missing_in_a_custom_transformer() { $person = Person::create([ 'name' => 'John Wayne', diff --git a/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php b/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php index 6849b5ad8..4e2c08023 100644 --- a/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php +++ b/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php @@ -52,7 +52,7 @@ public function we_can_define_entity_list_field_with_default_key() } /** @test */ - public function we_can_define_hideFilterWithValue() + public function we_can_define_hide_filter_with_value() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideFilterWithValue('f1', 'value1'); @@ -68,7 +68,7 @@ public function we_can_define_hideFilterWithValue() } /** @test */ - public function we_can_define_hideFilterWithValue_with_a_callable() + public function we_can_define_hide_filter_with_value_with_a_callable() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideFilterWithValue('f1', function ($instanceId) { @@ -86,7 +86,7 @@ public function we_can_define_hideFilterWithValue_with_a_callable() } /** @test */ - public function we_can_define_showEntityState() + public function we_can_define_show_entity_state() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showEntityState(false); @@ -98,7 +98,7 @@ public function we_can_define_showEntityState() } /** @test */ - public function we_can_define_showReorderButton() + public function we_can_define_show_reorder_button() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showReorderButton(false); @@ -110,7 +110,7 @@ public function we_can_define_showReorderButton() } /** @test */ - public function we_can_define_showCreateButton() + public function we_can_define_show_create_button() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showCreateButton(false); @@ -122,7 +122,7 @@ public function we_can_define_showCreateButton() } /** @test */ - public function we_can_define_showSearchField() + public function we_can_define_show_search_field() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showSearchField(false); @@ -134,7 +134,7 @@ public function we_can_define_showSearchField() } /** @test */ - public function we_can_define_showCount() + public function we_can_define_show_count() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showCount(); @@ -146,7 +146,7 @@ public function we_can_define_showCount() } /** @test */ - public function we_can_define_hideEntityCommands() + public function we_can_define_hide_entity_commands() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideEntityCommand(['c1', 'c2']); @@ -177,7 +177,7 @@ public function we_can_define_hideEntityCommands() } /** @test */ - public function we_can_define_hideInstanceCommands() + public function we_can_define_hide_instance_commands() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideInstanceCommand(['c1', 'c2']); diff --git a/tests/Unit/Show/Fields/SharpShowTextFieldTest.php b/tests/Unit/Show/Fields/SharpShowTextFieldTest.php index bae58701c..e48a08dea 100644 --- a/tests/Unit/Show/Fields/SharpShowTextFieldTest.php +++ b/tests/Unit/Show/Fields/SharpShowTextFieldTest.php @@ -26,7 +26,7 @@ public function we_can_define_label() } /** @test */ - public function we_can_define_collapseWordCount() + public function we_can_define_collapse_word_count() { $field = SharpShowTextField::make('textfield') ->collapseToWordCount(15); @@ -44,7 +44,7 @@ public function we_can_define_collapseWordCount() } /** @test */ - public function we_can_define_showIfEmpty() + public function we_can_define_show_if_empty() { $field = SharpShowTextField::make('textfield') ->setShowIfEmpty(true); @@ -78,7 +78,7 @@ public function we_can_define_html() } /** @test */ - public function we_can_reset_collapseWordCount() + public function we_can_reset_collapse_word_count() { $field = SharpShowTextField::make('textfield') ->collapseToWordCount(15); diff --git a/tests/Unit/Show/SharpShowTestDefault.php b/tests/Unit/Show/SharpShowTestDefault.php index bce335e7a..f6f941e4e 100644 --- a/tests/Unit/Show/SharpShowTestDefault.php +++ b/tests/Unit/Show/SharpShowTestDefault.php @@ -164,7 +164,7 @@ public function buildShowLayout(ShowLayout $showLayout): void } /** @test */ - public function we_can_declare_a_multiformAttribute() + public function we_can_declare_a_multiform_attribute() { $sharpShow = new class() extends BaseSharpShowTestDefault { diff --git a/tests/Unit/Utils/Testing/SharpAssertionsTest.php b/tests/Unit/Utils/Testing/SharpAssertionsTest.php index 968ff6890..b8a8b80bf 100644 --- a/tests/Unit/Utils/Testing/SharpAssertionsTest.php +++ b/tests/Unit/Utils/Testing/SharpAssertionsTest.php @@ -30,7 +30,7 @@ public function we_can_assert_has_authorization() } /** @test */ - public function we_can_test_getSharpForm() + public function we_can_test_get_sharp_form() { $fake = new class('test') extends SharpTestCase { @@ -53,7 +53,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_updateSharpForm() + public function we_can_test_update_sharp_form() { $fake = new class('test') extends SharpTestCase { @@ -82,7 +82,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_storeSharpForm() + public function we_can_test_store_sharp_form() { $fake = new class('test') extends SharpTestCase { @@ -111,7 +111,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_deleteSharpEntityList() + public function we_can_test_delete_sharp_entity_list() { $fake = new class('test') extends SharpTestCase { @@ -134,7 +134,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_deleteSharpShow() + public function we_can_test_delete_sharp_show() { $fake = new class('test') extends SharpTestCase { @@ -157,7 +157,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_callSharpInstanceCommandFromList() + public function we_can_test_call_sharp_instance_command_from_list() { $fake = new class('test') extends SharpTestCase { @@ -187,7 +187,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_callSharpInstanceCommandFromShow() + public function we_can_test_call_sharp_instance_command_from_show() { $fake = new class('test') extends SharpTestCase { @@ -217,7 +217,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_callSharpInstanceCommandFromList_with_a_wizard_step() + public function we_can_test_call_sharp_instance_command_from_list_with_a_wizard_step() { $fake = new class('test') extends SharpTestCase { From 401f1babdc598ffd61ff07c6e4acce9a45e44882 Mon Sep 17 00:00:00 2001 From: PatrickePatate Date: Wed, 18 Dec 2024 14:28:39 +0100 Subject: [PATCH 4/5] Revert "CS fix" This reverts commit 41c137f438f0283970965a865ed8635d54ee2079. --- tests/Feature/Api/BreadcrumbTest.php | 2 +- .../EntityListEntityCommandControllerTest.php | 2 +- .../EntityListInstanceStateControllerTest.php | 2 +- .../Feature/Api/EntityListControllerTest.php | 2 +- .../Api/MultiFormEntityFormControllerTest.php | 2 +- .../Dashboard/SharpBarGraphWidgetTest.php | 4 ++-- tests/Unit/Dashboard/SharpPanelTest.php | 2 +- tests/Unit/Dashboard/SharpWidgetTest.php | 2 +- .../SimpleEloquentReorderHandlerTest.php | 4 ++-- .../Unit/EntityList/EntityListFilterTest.php | 2 +- .../EntityList/EntityListQueryParamsTest.php | 2 +- .../BelongsToManyRelationUpdaterTest.php | 6 ++--- .../BelongsToRelationUpdaterTest.php | 6 ++--- .../HasManyRelationUpdaterTest.php | 12 +++++----- .../HasOneRelationUpdaterTest.php | 4 ++-- .../MorphManyRelationUpdaterTest.php | 4 ++-- .../MorphOneRelationUpdaterTest.php | 6 ++--- .../MorphToManyRelationUpdaterTest.php | 4 ++-- ...ploadModelFormAttributeTransformerTest.php | 2 +- .../WithSharpFormEloquentUpdaterTest.php | 22 +++++++++---------- .../Fields/Formatters/SelectFormatterTest.php | 6 ++--- .../Fields/Formatters/UploadFormatterTest.php | 6 ++--- .../Fields/SharpFormAutocompleteFieldTest.php | 20 ++++++++--------- .../Form/Fields/SharpFormDateFieldTest.php | 4 ++-- .../Form/Fields/SharpFormEditorFieldTest.php | 6 ++--- tests/Unit/Form/Fields/SharpFormFieldTest.php | 8 +++---- .../Fields/SharpFormGeolocationFieldTest.php | 12 +++++----- .../Form/Fields/SharpFormHtmlFieldTest.php | 2 +- .../Form/Fields/SharpFormListFieldTest.php | 18 +++++++-------- .../Form/Fields/SharpFormNumberFieldTest.php | 2 +- .../Form/Fields/SharpFormSelectFieldTest.php | 4 ++-- .../Form/Fields/SharpFormTagsFieldTest.php | 4 ++-- .../Form/Fields/SharpFormTextFieldTest.php | 4 ++-- .../Fields/SharpFormTextareaFieldTest.php | 2 +- .../Form/Fields/SharpFormUploadFieldTest.php | 16 +++++++------- tests/Unit/Form/SharpFormTest.php | 2 +- .../Form/WithCustomTransformersInFormTest.php | 14 ++++++------ .../Fields/SharpShowEntityListFieldTest.php | 18 +++++++-------- .../Show/Fields/SharpShowTextFieldTest.php | 6 ++--- tests/Unit/Show/SharpShowTestDefault.php | 2 +- .../Utils/Testing/SharpAssertionsTest.php | 16 +++++++------- 41 files changed, 132 insertions(+), 132 deletions(-) diff --git a/tests/Feature/Api/BreadcrumbTest.php b/tests/Feature/Api/BreadcrumbTest.php index 2b1d7433a..7cc386d09 100644 --- a/tests/Feature/Api/BreadcrumbTest.php +++ b/tests/Feature/Api/BreadcrumbTest.php @@ -17,7 +17,7 @@ protected function setUp(): void } /** @test */ - public function breadcrumb_is_appended_and_built_depending_on_referer_for_ap_i_calls() + public function breadcrumb_is_appended_and_built_depending_on_referer_for_API_calls() { $this->buildTheWorld(); diff --git a/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php b/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php index 3e6cbc562..29b672ea8 100644 --- a/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php +++ b/tests/Feature/Api/Commands/EntityListEntityCommandControllerTest.php @@ -120,7 +120,7 @@ public function we_can_call_a_download_entity_command() } /** @test */ - public function we_can_call_a_stream_download_entity_command() + public function we_can_call_a_streamDownload_entity_command() { $this->buildTheWorld(); $this->withoutExceptionHandling(); diff --git a/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php b/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php index 23f0847e2..43ee97b5f 100644 --- a/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php +++ b/tests/Feature/Api/Commands/EntityListInstanceStateControllerTest.php @@ -76,7 +76,7 @@ public function we_can_return_a_refresh_listed_items_action_on_state_update() } /** @test */ - public function we_cant_update_the_state_of_an_entity_with_a_wrong_state_id() + public function we_cant_update_the_state_of_an_entity_with_a_wrong_stateId() { $this->buildTheWorld(); diff --git a/tests/Feature/Api/EntityListControllerTest.php b/tests/Feature/Api/EntityListControllerTest.php index ea788d945..48648595c 100644 --- a/tests/Feature/Api/EntityListControllerTest.php +++ b/tests/Feature/Api/EntityListControllerTest.php @@ -183,7 +183,7 @@ public function we_can_reorder_instances() } /** @test */ - public function list_config_contains_has_show_page_is_relevant() + public function list_config_contains_hasShowPage_is_relevant() { $this->getJson('/sharp/api/list/person') ->assertOk() diff --git a/tests/Feature/Api/MultiFormEntityFormControllerTest.php b/tests/Feature/Api/MultiFormEntityFormControllerTest.php index 4d52cbc30..ecd9c398e 100644 --- a/tests/Feature/Api/MultiFormEntityFormControllerTest.php +++ b/tests/Feature/Api/MultiFormEntityFormControllerTest.php @@ -187,7 +187,7 @@ protected function getFormValidatorClass(): ?string { return app(SharpEntityManager::class) ->entityFor('person') - ->multiformValidatorsForTest['big'] ?? null; + ->multiformValidatorsForTest['big'] ?? null; } } diff --git a/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php b/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php index 988991eb2..ca93466c2 100644 --- a/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php +++ b/tests/Unit/Dashboard/SharpBarGraphWidgetTest.php @@ -44,7 +44,7 @@ public function we_can_define_minimal_attribute() } /** @test */ - public function we_can_define_show_legend_attribute() + public function we_can_define_showLegend_attribute() { $widget = SharpBarGraphWidget::make('name') ->setShowLegend(false); @@ -62,7 +62,7 @@ public function we_can_define_height_attribute() } /** @test */ - public function we_can_define_display_horizontal_axis_as_timeline_attribute() + public function we_can_define_displayHorizontalAxisAsTimeline_attribute() { $widget = SharpBarGraphWidget::make('name') ->setDisplayHorizontalAxisAsTimeline(); diff --git a/tests/Unit/Dashboard/SharpPanelTest.php b/tests/Unit/Dashboard/SharpPanelTest.php index c18c148e2..7e761db33 100644 --- a/tests/Unit/Dashboard/SharpPanelTest.php +++ b/tests/Unit/Dashboard/SharpPanelTest.php @@ -21,7 +21,7 @@ public function returned_array_contains_template() } /** @test */ - public function returned_array_contains_the_sharp_link_to_link() + public function returned_array_contains_the_SharpLinkTo_link() { $widget = SharpPanelWidget::make('name') ->setInlineTemplate('test') diff --git a/tests/Unit/Dashboard/SharpWidgetTest.php b/tests/Unit/Dashboard/SharpWidgetTest.php index 22ac397ee..418aaae2f 100644 --- a/tests/Unit/Dashboard/SharpWidgetTest.php +++ b/tests/Unit/Dashboard/SharpWidgetTest.php @@ -58,7 +58,7 @@ public function we_can_define_title() } /** @test */ - public function we_can_define_an_sharp_link_to_link() + public function we_can_define_an_SharpLinkTo_link() { $widget = SomeTestWidget::make('name') ->setLink(LinkToEntityList::make('entity')); diff --git a/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php b/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php index 0cd1031f6..b2be06218 100644 --- a/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php +++ b/tests/Unit/EntityList/Eloquent/SimpleEloquentReorderHandlerTest.php @@ -9,7 +9,7 @@ class SimpleEloquentReorderHandlerTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_use_simple_eloquent_reorder_handler() + public function we_can_use_SimpleEloquentReorderHandler() { Person::create(['id' => 10, 'name' => 'Bob', 'order' => 1]); Person::create(['id' => 20, 'name' => 'Bob', 'order' => 2]); @@ -22,7 +22,7 @@ public function we_can_use_simple_eloquent_reorder_handler() } /** @test */ - public function we_can_use_simple_eloquent_reorder_handler_with_custom_order_attribute() + public function we_can_use_SimpleEloquentReorderHandler_with_custom_order_attribute() { Person::create(['id' => 20, 'name' => 'Bob', 'order' => 3, 'age' => 22]); Person::create(['id' => 30, 'name' => 'Bob', 'order' => 2, 'age' => 32]); diff --git a/tests/Unit/EntityList/EntityListFilterTest.php b/tests/Unit/EntityList/EntityListFilterTest.php index dea42e10e..f3988b109 100644 --- a/tests/Unit/EntityList/EntityListFilterTest.php +++ b/tests/Unit/EntityList/EntityListFilterTest.php @@ -242,7 +242,7 @@ public function buildFilterConfig(): void } /** @test */ - public function we_can_define_search_keys_on_a_filter() + public function we_can_define_searchKeys_on_a_filter() { $list = new class() extends SharpEntityDefaultTestList { diff --git a/tests/Unit/EntityList/EntityListQueryParamsTest.php b/tests/Unit/EntityList/EntityListQueryParamsTest.php index 67c094101..c16c7e729 100644 --- a/tests/Unit/EntityList/EntityListQueryParamsTest.php +++ b/tests/Unit/EntityList/EntityListQueryParamsTest.php @@ -9,7 +9,7 @@ class EntityListQueryParamsTest extends SharpTestCase { /** @test */ - public function we_can_know_there_is_a_search_with_has_search() + public function we_can_know_there_is_a_search_with_hasSearch() { $this->assertTrue($this->buildParams(1, 'test')->hasSearch()); $this->assertFalse($this->buildParams(1, '')->hasSearch()); diff --git a/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php index 688ee2f8c..6ec6c695b 100644 --- a/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/BelongsToManyRelationUpdaterTest.php @@ -9,7 +9,7 @@ class BelongsToManyRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_belongs_to_many_relation() + public function we_can_update_a_belongsToMany_relation() { $person1 = Person::create(['name' => 'A']); $person2 = Person::create(['name' => 'B']); @@ -29,7 +29,7 @@ public function we_can_update_a_belongs_to_many_relation() } /** @test */ - public function we_can_update_an_existing_belongs_to_many_relation() + public function we_can_update_an_existing_belongsToMany_relation() { $person1 = Person::create(['name' => 'A']); $person2 = Person::create(['name' => 'B']); @@ -80,7 +80,7 @@ public function we_can_can_create_a_new_related_item() } /** @test */ - public function we_can_handle_order_in_a_belongs_to_many_relation() + public function we_can_handle_order_in_a_belongsToMany_relation() { $person1 = Person::create(['name' => 'A']); $person2 = Person::create(['name' => 'B']); diff --git a/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php index 3ea29ff26..780e9a975 100644 --- a/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/BelongsToRelationUpdaterTest.php @@ -9,7 +9,7 @@ class BelongsToRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_belongs_to_relation() + public function we_can_update_a_belongsTo_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $person = Person::create(['name' => 'John Wayne']); @@ -25,7 +25,7 @@ public function we_can_update_a_belongs_to_relation() } /** @test */ - public function we_can_create_a_belongs_to_relation() + public function we_can_create_a_belongsTo_relation() { $person = Person::create(['name' => 'John Wayne']); @@ -43,7 +43,7 @@ public function we_can_create_a_belongs_to_relation() } /** @test */ - public function we_set_default_attributes_when_creating_a_belongs_to_relation() + public function we_set_default_attributes_when_creating_a_belongsTo_relation() { $person = PersonWithDefaultAttributes::create(['name' => 'John Wayne']); diff --git a/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php index 2af20cc20..7cd50e3e3 100644 --- a/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/HasManyRelationUpdaterTest.php @@ -9,7 +9,7 @@ class HasManyRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_has_many_relation() + public function we_can_update_a_hasMany_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $son1 = Person::create(['name' => 'A', 'mother_id' => $mother->id]); @@ -29,7 +29,7 @@ public function we_can_update_a_has_many_relation() } /** @test */ - public function we_can_create_a_new_related_item_in_a_has_many_relation() + public function we_can_create_a_new_related_item_in_a_hasMany_relation() { $mother = Person::create(['name' => 'Jane Wayne']); @@ -47,7 +47,7 @@ public function we_can_create_a_new_related_item_in_a_has_many_relation() } /** @test */ - public function we_do_not_update_the_id_attribute_when_updating_a_related_item_in_a_has_many_relation() + public function we_do_not_update_the_id_attribute_when_updating_a_related_item_in_a_hasMany_relation() { $mother = Person::create(['name' => 'Jane Wayne']); @@ -61,7 +61,7 @@ public function we_do_not_update_the_id_attribute_when_updating_a_related_item_i } /** @test */ - public function we_certainly_do_update_the_id_attribute_when_updating_a_related_item_in_a_has_many_relation_in_a_non_incrementing_id_case() + public function we_certainly_do_update_the_id_attribute_when_updating_a_related_item_in_a_hasMany_relation_in_a_non_incrementing_id_case() { $mother = PersonWithFixedId::create(['name' => 'Jane Wayne']); @@ -77,7 +77,7 @@ public function we_certainly_do_update_the_id_attribute_when_updating_a_related_ } /** @test */ - public function the_optional_get_default_attributes_for_method_is_called_on_an_item_creation() + public function the_optional_getDefaultAttributesFor_method_is_called_on_an_item_creation() { $mother = new class() extends Person { @@ -105,7 +105,7 @@ public function getDefaultAttributesFor($attribute) } /** @test */ - public function we_can_delete_an_existing_related_item_in_a_has_many_relation() + public function we_can_delete_an_existing_related_item_in_a_hasMany_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $son1 = Person::create(['name' => 'John Wayne', 'mother_id' => $mother->id]); diff --git a/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php index 5a1f1ef9f..2b261225c 100644 --- a/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/HasOneRelationUpdaterTest.php @@ -9,7 +9,7 @@ class HasOneRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_update_a_has_one_relation() + public function we_can_update_a_hasOne_relation() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'John Wayne']); @@ -25,7 +25,7 @@ public function we_can_update_a_has_one_relation() } /** @test */ - public function we_can_create_a_has_one_related() + public function we_can_create_a_hasOne_related() { $mother = Person::create(['name' => 'Jane Wayne']); diff --git a/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php index 7a6fad733..68bae1bd4 100644 --- a/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/MorphManyRelationUpdaterTest.php @@ -9,7 +9,7 @@ class MorphManyRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_create_a_morph_many_related() + public function we_can_create_a_morphMany_related() { $person = Person::create(['name' => 'John Wayne']); @@ -28,7 +28,7 @@ public function we_can_create_a_morph_many_related() } /** @test */ - public function we_can_update_a_morph_many_related() + public function we_can_update_a_morphMany_related() { $person = Person::create(['name' => 'John Wayne']); $person->pictures()->create([ diff --git a/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php index 4fdf90673..a464344fb 100644 --- a/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/MorphOneRelationUpdaterTest.php @@ -10,7 +10,7 @@ class MorphOneRelationUpdaterTest extends SharpEloquentBaseTestCase { /** @test */ - public function we_can_create_a_morph_one_related() + public function we_can_create_a_morphOne_related() { $person = Person::create(['name' => 'John Wayne']); @@ -26,7 +26,7 @@ public function we_can_create_a_morph_one_related() } /** @test */ - public function we_can_update_a_morph_one_related() + public function we_can_update_a_morphOne_related() { $person = Person::create(['name' => 'John Wayne']); $person->picture()->create([ @@ -45,7 +45,7 @@ public function we_can_update_a_morph_one_related() } /** @test */ - public function we_ignore_a_morph_one_related_if_null() + public function we_ignore_a_morphOne_related_if_null() { $person = Person::create(['name' => 'John Wayne']); diff --git a/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php b/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php index 0b003d673..f130cc982 100644 --- a/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/Relationships/MorphToManyRelationUpdaterTest.php @@ -30,7 +30,7 @@ protected function getEnvironmentSetUp($app) } /** @test */ - public function we_can_update_a_morph_to_many_relation() + public function we_can_update_a_morphToMany_relation() { $person = TaggablePerson::create(['name' => 'A']); $tag = Tag::create(['name' => 'A']); @@ -49,7 +49,7 @@ public function we_can_update_a_morph_to_many_relation() } /** @test */ - public function we_can_update_an_existing_morph_to_many_relation() + public function we_can_update_an_existing_morphToMany_relation() { $person = TaggablePerson::create(['name' => 'A']); $oldTag = Tag::create(['name' => 'A']); diff --git a/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php b/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php index 68c5c1770..67123311c 100644 --- a/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php +++ b/tests/Unit/Form/Eloquent/Uploads/Transformers/SharpUploadModelFormAttributeTransformerTest.php @@ -178,7 +178,7 @@ public function we_can_transform_a_list_of_upload_with_transformations() } /** @test */ - public function we_can_fake_an_sharp_upload_and_transform_a_single_upload() + public function we_can_fake_an_sharpUpload_and_transform_a_single_upload() { $file = $this->createImage(); diff --git a/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php b/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php index 1fc5fe397..9a201fe08 100644 --- a/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php +++ b/tests/Unit/Form/Eloquent/WithSharpFormEloquentUpdaterTest.php @@ -128,7 +128,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_belongs_to_attribute() + public function we_can_update_a_belongsTo_attribute() { $mother = Person::create(['name' => 'Jane Wayne']); $person = Person::create(['name' => 'John Wayne']); @@ -150,7 +150,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_has_one_attribute() + public function we_can_update_a_hasOne_attribute() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'John Wayne']); @@ -174,7 +174,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_has_many_attribute() + public function we_can_update_a_hasMany_attribute() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'AAA', 'mother_id' => $mother->id]); @@ -210,7 +210,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_belongs_to_many_attribute() + public function we_can_update_a_belongsToMany_attribute() { $person1 = Person::create(['name' => 'John Ford']); $person2 = Person::create(['name' => 'John Wayne']); @@ -240,7 +240,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_create_a_new_related_in_a_belongs_to_many_attribute() + public function we_can_create_a_new_related_in_a_belongsToMany_attribute() { $person1 = Person::create(['name' => 'John Ford']); @@ -275,7 +275,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_handle_the_order_attribute_in_a_has_many_relation_in_a_creation_case() + public function we_handle_the_order_attribute_in_a_hasMany_relation_in_a_creation_case() { $mother = Person::create(['name' => 'Jane Wayne']); @@ -312,7 +312,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_handle_the_order_attribute_in_a_has_many_relation_in_an_update_case() + public function we_handle_the_order_attribute_in_a_hasMany_relation_in_an_update_case() { $mother = Person::create(['name' => 'A']); $son = Person::create(['name' => 'B', 'order' => 30, 'mother_id' => $mother->id]); @@ -349,7 +349,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function we_can_update_a_morph_one_attribute() + public function we_can_update_a_morphOne_attribute() { $person = Person::create(['name' => 'John Wayne']); @@ -371,7 +371,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function the_relation_separator_is_properly_handled_in_a_belongs_to_case() + public function the_relation_separator_is_properly_handled_in_a_belongsTo_case() { $mother = Person::create(['name' => 'AAA']); $son = Person::create(['name' => 'John Wayne', 'mother_id' => $mother->id]); @@ -398,7 +398,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function the_relation_separator_is_properly_handled_in_a_has_one_case() + public function the_relation_separator_is_properly_handled_in_a_hasOne_case() { $mother = Person::create(['name' => 'Jane Wayne']); $son = Person::create(['name' => 'AAA', 'mother_id' => $mother->id]); @@ -426,7 +426,7 @@ public function buildFormFields(FieldsContainer $formFields): void } /** @test */ - public function the_relation_separator_is_properly_handled_in_a_has_one_creation_case() + public function the_relation_separator_is_properly_handled_in_a_hasOne_creation_case() { $mother = Person::create(['name' => 'Jane Wayne']); diff --git a/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php b/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php index 34040ed82..d0eba1f3f 100644 --- a/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php +++ b/tests/Unit/Form/Fields/Formatters/SelectFormatterTest.php @@ -54,7 +54,7 @@ public function we_can_format_a_multiple_object_value_to_front() } /** @test */ - public function we_can_format_a_multiple_object_with_to_array_value_to_front() + public function we_can_format_a_multiple_object_with_toArray_value_to_front() { $formatter = new SelectFormatter(); $field = SharpFormSelectField::make('select', $this->getSelectData()) @@ -79,7 +79,7 @@ public function toArray() } /** @test */ - public function we_can_define_id_attribute_for_a_multiple_array_value_to_front() + public function we_can_define_idAttribute_for_a_multiple_array_value_to_front() { $formatter = new SelectFormatter(); $field = SharpFormSelectField::make('select', $this->getSelectData()) @@ -114,7 +114,7 @@ public function we_can_format_a_multiple_value_from_front() } /** @test */ - public function we_can_define_id_attribute_for_a_multiple_array_value_from_front() + public function we_can_define_idAttribute_for_a_multiple_array_value_from_front() { $formatter = new SelectFormatter(); $field = SharpFormSelectField::make('select', $this->getSelectData()) diff --git a/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php b/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php index c65509225..d5fa4c3bb 100644 --- a/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php +++ b/tests/Unit/Form/Fields/Formatters/UploadFormatterTest.php @@ -172,7 +172,7 @@ public function optimize() } /** @test */ - public function we_transform_the_newly_uploaded_file_if_is_transform_original_is_configured() + public function we_transform_the_newly_uploaded_file_if_isTransformOriginal_is_configured() { $uploadedFile = UploadedFile::fake()->image('image.jpg', 600, 600); $uploadedFile->storeAs('/tmp', 'image.jpg', ['disk' => 'local']); @@ -210,7 +210,7 @@ public function we_transform_the_newly_uploaded_file_if_is_transform_original_is } /** @test */ - public function we_transform_an_existing_file_if_is_transform_original_is_configured() + public function we_transform_an_existing_file_if_isTransformOriginal_is_configured() { $existingFile = UploadedFile::fake()->image('image.jpg', 600, 600); $existingFile->storeAs('/data/Test', 'image.jpg', ['disk' => 'local']); @@ -263,7 +263,7 @@ public function we_transform_an_existing_file_if_is_transform_original_is_config } /** @test */ - public function we_get_use_a_closure_as_storage_base_path() + public function we_get_use_a_closure_as_storageBasePath() { UploadedFile::fake() ->image('image.jpg') diff --git a/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php b/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php index 4d98d9c7c..4cb83a337 100644 --- a/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormAutocompleteFieldTest.php @@ -66,7 +66,7 @@ public function we_can_define_remote_attributes() } /** @test */ - public function we_can_define_local_values_as_a_id_label_array() + public function we_can_define_localValues_as_a_id_label_array() { $formField = $this->getDefaultLocalAutocomplete([ ['id' => 1, 'label' => 'Elem 1'], @@ -83,7 +83,7 @@ public function we_can_define_local_values_as_a_id_label_array() } /** @test */ - public function we_can_define_local_values_as_an_object_array() + public function we_can_define_localValues_as_an_object_array() { $formField = $this->getDefaultLocalAutocomplete([ (object) ['id' => 1, 'label' => 'Elem 1'], @@ -100,7 +100,7 @@ public function we_can_define_local_values_as_an_object_array() } /** @test */ - public function we_can_define_search_min_chars() + public function we_can_define_searchMinChars() { $formField = $this->getDefaultLocalAutocomplete() ->setSearchMinChars(3); @@ -114,7 +114,7 @@ public function we_can_define_search_min_chars() } /** @test */ - public function we_can_define_debounce_delay() + public function we_can_define_debounceDelay() { $formField = $this->getDefaultLocalAutocomplete() ->setDebounceDelayInMilliseconds(500); @@ -128,7 +128,7 @@ public function we_can_define_debounce_delay() } /** @test */ - public function we_can_define_set_data_wrapper() + public function we_can_define_setDataWrapper() { $formField = $this->getDefaultLocalAutocomplete() ->setDataWrapper('test'); @@ -158,7 +158,7 @@ public function we_can_define_inline_templates() } /** @test */ - public function we_can_define_template_data() + public function we_can_define_templateData() { $formField = $this->getDefaultLocalAutocomplete() ->setAdditionalTemplateData([ @@ -176,7 +176,7 @@ public function we_can_define_template_data() } /** @test */ - public function we_cant_define_a_remote_autocomplete_without_remote_endpoint() + public function we_cant_define_a_remote_autocomplete_without_remoteEndpoint() { $this->expectException(SharpFormFieldValidationException::class); @@ -187,7 +187,7 @@ public function we_cant_define_a_remote_autocomplete_without_remote_endpoint() } /** @test */ - public function we_can_define_linked_local_values_with_dynamic_attributes() + public function we_can_define_linked_localValues_with_dynamic_attributes() { $formField = $this->getDefaultLocalAutocomplete([ 'A' => [ @@ -216,7 +216,7 @@ public function we_can_define_linked_local_values_with_dynamic_attributes() } /** @test */ - public function we_can_define_linked_local_values_with_dynamic_attributes_and_localization() + public function we_can_define_linked_localValues_with_dynamic_attributes_and_localization() { $formField = $this->getDefaultLocalAutocomplete([ 'A' => [ @@ -245,7 +245,7 @@ public function we_can_define_linked_local_values_with_dynamic_attributes_and_lo } /** @test */ - public function we_can_define_linked_local_values_with_dynamic_attributes_on_multiple_master_fields() + public function we_can_define_linked_localValues_with_dynamic_attributes_on_multiple_master_fields() { $formField = $this->getDefaultLocalAutocomplete([ 'A' => [ diff --git a/tests/Unit/Form/Fields/SharpFormDateFieldTest.php b/tests/Unit/Form/Fields/SharpFormDateFieldTest.php index f8108043a..795abc7d8 100644 --- a/tests/Unit/Form/Fields/SharpFormDateFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormDateFieldTest.php @@ -30,7 +30,7 @@ public function only_default_values_are_set() } /** @test */ - public function we_can_define_has_date_and_has_time() + public function we_can_define_hasDate_and_hasTime() { $dateFormField = SharpFormDateField::make('date') ->setHasDate(); @@ -111,7 +111,7 @@ public function we_can_define_a_display_format() } /** @test */ - public function default_display_format_depends_on_date_time_configuration() + public function default_displayFormat_depends_on_date_time_configuration() { $dateFormField = SharpFormDateField::make('date') ->setHasDate(); diff --git a/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php b/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php index 80aeed22e..4508b9e82 100644 --- a/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormEditorFieldTest.php @@ -55,7 +55,7 @@ public function we_can_define_height() } /** @test */ - public function we_can_define_height_with_max_height() + public function we_can_define_height_with_maxHeight() { $formField = SharpFormEditorField::make('text'); @@ -193,7 +193,7 @@ public function we_can_define_markdown_as_content_renderer() } /** @test */ - public function we_can_define_set_without_paragraphs() + public function we_can_define_setWithoutParagraphs() { $formField = SharpFormEditorField::make('text') ->setWithoutParagraphs(); @@ -205,7 +205,7 @@ public function we_can_define_set_without_paragraphs() } /** @test */ - public function we_can_define_max_length_and_show_count() + public function we_can_define_maxLength_and_showCount() { $this->assertArraySubset( ['maxLength' => 500, 'showCharacterCount' => true], diff --git a/tests/Unit/Form/Fields/SharpFormFieldTest.php b/tests/Unit/Form/Fields/SharpFormFieldTest.php index f77c7f85a..33ebb7af8 100644 --- a/tests/Unit/Form/Fields/SharpFormFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormFieldTest.php @@ -57,7 +57,7 @@ public function we_can_define_label() } /** @test */ - public function we_can_define_help_message() + public function we_can_define_helpMessage() { $formField = SomeTestFormField::make('name') ->setHelpMessage('message'); @@ -69,7 +69,7 @@ public function we_can_define_help_message() } /** @test */ - public function we_can_define_conditional_display() + public function we_can_define_conditionalDisplay() { $formField = SomeTestFormField::make('name') ->setConditionalDisplayOrOperator() @@ -105,7 +105,7 @@ public function we_can_define_conditional_display() } /** @test */ - public function we_can_define_read_only() + public function we_can_define_readOnly() { $formField = SomeTestFormField::make('name') ->setReadOnly(); @@ -117,7 +117,7 @@ public function we_can_define_read_only() } /** @test */ - public function we_can_define_extra_style() + public function we_can_define_extraStyle() { $formField = SomeTestFormField::make('name') ->setExtraStyle('font-weight: bold'); diff --git a/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php b/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php index ff180e810..945765b21 100644 --- a/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormGeolocationFieldTest.php @@ -24,7 +24,7 @@ public function only_default_values_are_set() } /** @test */ - public function we_can_define_display_unit() + public function we_can_define_displayUnit() { $formField = SharpFormGeolocationField::make('geo') ->setDisplayUnitDegreesMinutesSeconds(); @@ -56,7 +56,7 @@ public function we_can_turn_on_geocoding() } /** @test */ - public function we_can_define_a_global_api_key() + public function we_can_define_a_global_apiKey() { $formField = SharpFormGeolocationField::make('geo') ->setApiKey('my-key'); @@ -71,7 +71,7 @@ public function we_can_define_a_global_api_key() } /** @test */ - public function we_can_define_maps_or_geocoding_api_key() + public function we_can_define_maps_or_geocoding_apiKey() { $formField = SharpFormGeolocationField::make('geo') ->setMapsApiKey('my-key'); @@ -97,7 +97,7 @@ public function we_can_define_maps_or_geocoding_api_key() } /** @test */ - public function we_can_define_zoom_level() + public function we_can_define_zoomLevel() { $formField = SharpFormGeolocationField::make('geo') ->setZoomLevel(15); @@ -109,7 +109,7 @@ public function we_can_define_zoom_level() } /** @test */ - public function we_can_define_initial_position() + public function we_can_define_initialPosition() { $formField = SharpFormGeolocationField::make('geo') ->setInitialPosition(12.4, -3.461894989013672); @@ -125,7 +125,7 @@ public function we_can_define_initial_position() } /** @test */ - public function we_can_clear_initial_position() + public function we_can_clear_initialPosition() { $formField = SharpFormGeolocationField::make('geo') ->setInitialPosition(12.4, 24.5); diff --git a/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php b/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php index e6922bab1..a04028633 100644 --- a/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormHtmlFieldTest.php @@ -34,7 +34,7 @@ public function inline_template_is_mandatory() } /** @test */ - public function we_can_define_template_data() + public function we_can_define_templateData() { $formField = SharpFormHtmlField::make('html') ->setInlineTemplate('test') diff --git a/tests/Unit/Form/Fields/SharpFormListFieldTest.php b/tests/Unit/Form/Fields/SharpFormListFieldTest.php index f2678c872..63496ca19 100644 --- a/tests/Unit/Form/Fields/SharpFormListFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormListFieldTest.php @@ -46,7 +46,7 @@ public function we_can_define_addable_removable_and_sortable() } /** @test */ - public function we_can_define_add_text() + public function we_can_define_addText() { $formField = $this->getDefaultList() ->setAddText('Add'); @@ -58,7 +58,7 @@ public function we_can_define_add_text() } /** @test */ - public function we_can_define_item_id_attribute() + public function we_can_define_itemIdAttribute() { $formField = $this->getDefaultList() ->setItemIdAttribute('key'); @@ -70,7 +70,7 @@ public function we_can_define_item_id_attribute() } /** @test */ - public function we_can_define_order_attribute() + public function we_can_define_orderAttribute() { $formField = $this->getDefaultList() ->setOrderAttribute('ordered'); @@ -79,7 +79,7 @@ public function we_can_define_order_attribute() } /** @test */ - public function we_can_define_max_item_count() + public function we_can_define_maxItemCount() { $formField = $this->getDefaultList() ->setMaxItemCount(10); @@ -98,7 +98,7 @@ public function we_can_define_max_item_count() } /** @test */ - public function we_can_define_allow_bulk_upload_for_field() + public function we_can_define_allowBulkUploadForField() { $formField = $this->getDefaultList() ->allowBulkUploadForField('itemFieldKey'); @@ -117,7 +117,7 @@ public function we_can_define_allow_bulk_upload_for_field() } /** @test */ - public function we_can_define_set_bulk_upload_file_count_limit_at_once() + public function we_can_define_setBulkUploadFileCountLimitAtOnce() { $formField = $this->getDefaultList() ->setBulkUploadFileCountLimitAtOnce(8); @@ -129,7 +129,7 @@ public function we_can_define_set_bulk_upload_file_count_limit_at_once() } /** @test */ - public function we_can_define_collapsed_item_inline_template() + public function we_can_define_collapsedItemInlineTemplate() { $formField = $this->getDefaultList() ->setCollapsedItemInlineTemplate('template'); @@ -141,7 +141,7 @@ public function we_can_define_collapsed_item_inline_template() } /** @test */ - public function we_can_add_an_item_field() + public function we_can_add_an_itemField() { $formField = $this->getDefaultList() ->addItemField( @@ -157,7 +157,7 @@ public function we_can_add_an_item_field() } /** @test */ - public function we_can_find_an_item_field_by_its_key() + public function we_can_find_an_itemField_by_its_key() { $formField = $this->getDefaultList() ->addItemField( diff --git a/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php b/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php index ea5800bb3..e85bfca66 100644 --- a/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormNumberFieldTest.php @@ -45,7 +45,7 @@ public function we_can_define_a_step() } /** @test */ - public function we_can_define_show_controls() + public function we_can_define_showControls() { $formField = SharpFormNumberField::make('text') ->setShowControls(); diff --git a/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php b/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php index 88d135256..fdd514db1 100644 --- a/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormSelectFieldTest.php @@ -58,7 +58,7 @@ public function we_can_define_inline() } /** @test */ - public function we_can_define_max_selected() + public function we_can_define_maxSelected() { $formField = $this->getDefaultSelect() ->setMaxSelected(12); @@ -106,7 +106,7 @@ public function we_can_define_display_as_dropdown() } /** @test */ - public function we_can_define_show_select_all() + public function we_can_define_showSelectAll() { $formField = $this->getDefaultSelect() ->allowSelectAll(); diff --git a/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php b/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php index 2f91911ed..f9df18968 100644 --- a/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormTagsFieldTest.php @@ -41,7 +41,7 @@ public function we_can_define_creatable() } /** @test */ - public function we_can_define_create_text() + public function we_can_define_createText() { $formField = $this->getDefaultTags() ->setCreateText('A'); @@ -53,7 +53,7 @@ public function we_can_define_create_text() } /** @test */ - public function we_can_define_max_tags_count() + public function we_can_define_maxTagsCount() { $formField = $this->getDefaultTags() ->setMaxTagCount(2); diff --git a/tests/Unit/Form/Fields/SharpFormTextFieldTest.php b/tests/Unit/Form/Fields/SharpFormTextFieldTest.php index e25ace24e..626fb5ecf 100644 --- a/tests/Unit/Form/Fields/SharpFormTextFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormTextFieldTest.php @@ -8,7 +8,7 @@ class SharpFormTextFieldTest extends SharpTestCase { /** @test */ - public function we_can_define_input_type() + public function we_can_define_inputType() { $defaultFormField = SharpFormTextField::make('name'); @@ -47,7 +47,7 @@ public function we_can_define_placeholder() } /** @test */ - public function we_can_define_max_length() + public function we_can_define_maxLength() { $formField = SharpFormTextField::make('text') ->setMaxLength(10); diff --git a/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php b/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php index a3a88489b..8a4660569 100644 --- a/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormTextareaFieldTest.php @@ -45,7 +45,7 @@ public function we_cant_define_an_invalid_row_count() } /** @test */ - public function we_can_define_max_length() + public function we_can_define_maxLength() { $formField = SharpFormTextareaField::make('text') ->setMaxLength(10); diff --git a/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php b/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php index e43930567..0aab94c18 100644 --- a/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php +++ b/tests/Unit/Form/Fields/SharpFormUploadFieldTest.php @@ -26,7 +26,7 @@ public function only_default_values_are_set() } /** @test */ - public function we_can_define_max_file_size() + public function we_can_define_maxFileSize() { $formField = SharpFormUploadField::make('file') ->setMaxFileSize(.5); @@ -38,7 +38,7 @@ public function we_can_define_max_file_size() } /** @test */ - public function we_can_define_compact_thumbnail() + public function we_can_define_compactThumbnail() { $formField = SharpFormUploadField::make('file') ->setCompactThumbnail(); @@ -62,7 +62,7 @@ public function we_can_define_transformable() } /** @test */ - public function we_can_define_transform_keep_original_with_transformable() + public function we_can_define_transformKeepOriginal_with_transformable() { $formField = SharpFormUploadField::make('file') ->setTransformable(true, false); @@ -77,7 +77,7 @@ public function we_can_define_transform_keep_original_with_transformable() } /** @test */ - public function we_can_define_transform_keep_original_with_config() + public function we_can_define_transformKeepOriginal_with_config() { config()->set('sharp.uploads.transform_keep_original_image', false); @@ -93,7 +93,7 @@ public function we_can_define_transform_keep_original_with_config() } /** @test */ - public function we_can_define_file_filter() + public function we_can_define_fileFilter() { $formField = SharpFormUploadField::make('file') ->setFileFilter('jpg'); @@ -121,7 +121,7 @@ public function we_can_define_file_filter() } /** @test */ - public function we_can_define_crop_ratio() + public function we_can_define_cropRatio() { $formField = SharpFormUploadField::make('file') ->setCropRatio('16:9'); @@ -133,7 +133,7 @@ public function we_can_define_crop_ratio() } /** @test */ - public function we_can_define_transformable_file_types() + public function we_can_define_transformableFileTypes() { $formField = SharpFormUploadField::make('file') ->setCropRatio('16:9', ['jpg', 'jpeg']); @@ -161,7 +161,7 @@ public function we_can_define_transformable_file_types() } /** @test */ - public function we_can_define_should_optimize_image() + public function we_can_define_shouldOptimizeImage() { $formField = SharpFormUploadField::make('file') ->shouldOptimizeImage(); diff --git a/tests/Unit/Form/SharpFormTest.php b/tests/Unit/Form/SharpFormTest.php index a037def6a..2a2439352 100644 --- a/tests/Unit/Form/SharpFormTest.php +++ b/tests/Unit/Form/SharpFormTest.php @@ -165,7 +165,7 @@ public function single_forms_are_declared_in_config() } /** @test */ - public function we_can_declare_set_display_show_page_after_creation_in_config() + public function we_can_declare_setDisplayShowPageAfterCreation_in_config() { $sharpForm = new class() extends BaseSharpForm { diff --git a/tests/Unit/Form/WithCustomTransformersInFormTest.php b/tests/Unit/Form/WithCustomTransformersInFormTest.php index a767cc574..aac55f46a 100644 --- a/tests/Unit/Form/WithCustomTransformersInFormTest.php +++ b/tests/Unit/Form/WithCustomTransformersInFormTest.php @@ -53,7 +53,7 @@ public function find($id): array } /** @test */ - public function belongs_to_is_handled() + public function belongsTo_is_handled() { $mother = Person::create([ 'name' => 'Jane Wayne', @@ -74,7 +74,7 @@ public function belongs_to_is_handled() } /** @test */ - public function has_one_is_handled() + public function hasOne_is_handled() { $mother = Person::create([ 'name' => 'Jane Wayne', @@ -96,7 +96,7 @@ public function has_one_is_handled() } /** @test */ - public function has_many_is_handled() + public function hasMany_is_handled() { $mother = Person::create([ 'name' => 'Jane Wayne', @@ -124,7 +124,7 @@ public function has_many_is_handled() } /** @test */ - public function belongs_to_many_is_handled() + public function belongsToMany_is_handled() { $person1 = Person::create([ 'name' => 'John Wayne', @@ -154,7 +154,7 @@ public function belongs_to_many_is_handled() } /** @test */ - public function morph_one_is_handled() + public function morphOne_is_handled() { $person = Person::create(['name' => 'John Wayne']); $person->picture()->create(['file' => 'test.jpg']); @@ -170,7 +170,7 @@ public function morph_one_is_handled() } /** @test */ - public function morph_many_is_handled() + public function morphMany_is_handled() { $person = Person::create(['name' => 'John Wayne']); $person->pictures()->create(['file' => 'test.jpg']); @@ -250,7 +250,7 @@ public function we_can_use_a_class_as_a_custom_transformer() } /** @test */ - public function we_can_use_apply_if_attribute_is_missing_in_a_custom_transformer() + public function we_can_use_applyIfAttributeIsMissing_in_a_custom_transformer() { $person = Person::create([ 'name' => 'John Wayne', diff --git a/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php b/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php index 4e2c08023..6849b5ad8 100644 --- a/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php +++ b/tests/Unit/Show/Fields/SharpShowEntityListFieldTest.php @@ -52,7 +52,7 @@ public function we_can_define_entity_list_field_with_default_key() } /** @test */ - public function we_can_define_hide_filter_with_value() + public function we_can_define_hideFilterWithValue() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideFilterWithValue('f1', 'value1'); @@ -68,7 +68,7 @@ public function we_can_define_hide_filter_with_value() } /** @test */ - public function we_can_define_hide_filter_with_value_with_a_callable() + public function we_can_define_hideFilterWithValue_with_a_callable() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideFilterWithValue('f1', function ($instanceId) { @@ -86,7 +86,7 @@ public function we_can_define_hide_filter_with_value_with_a_callable() } /** @test */ - public function we_can_define_show_entity_state() + public function we_can_define_showEntityState() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showEntityState(false); @@ -98,7 +98,7 @@ public function we_can_define_show_entity_state() } /** @test */ - public function we_can_define_show_reorder_button() + public function we_can_define_showReorderButton() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showReorderButton(false); @@ -110,7 +110,7 @@ public function we_can_define_show_reorder_button() } /** @test */ - public function we_can_define_show_create_button() + public function we_can_define_showCreateButton() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showCreateButton(false); @@ -122,7 +122,7 @@ public function we_can_define_show_create_button() } /** @test */ - public function we_can_define_show_search_field() + public function we_can_define_showSearchField() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showSearchField(false); @@ -134,7 +134,7 @@ public function we_can_define_show_search_field() } /** @test */ - public function we_can_define_show_count() + public function we_can_define_showCount() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->showCount(); @@ -146,7 +146,7 @@ public function we_can_define_show_count() } /** @test */ - public function we_can_define_hide_entity_commands() + public function we_can_define_hideEntityCommands() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideEntityCommand(['c1', 'c2']); @@ -177,7 +177,7 @@ public function we_can_define_hide_entity_commands() } /** @test */ - public function we_can_define_hide_instance_commands() + public function we_can_define_hideInstanceCommands() { $field = SharpShowEntityListField::make('entityListField', 'entityKey') ->hideInstanceCommand(['c1', 'c2']); diff --git a/tests/Unit/Show/Fields/SharpShowTextFieldTest.php b/tests/Unit/Show/Fields/SharpShowTextFieldTest.php index e48a08dea..bae58701c 100644 --- a/tests/Unit/Show/Fields/SharpShowTextFieldTest.php +++ b/tests/Unit/Show/Fields/SharpShowTextFieldTest.php @@ -26,7 +26,7 @@ public function we_can_define_label() } /** @test */ - public function we_can_define_collapse_word_count() + public function we_can_define_collapseWordCount() { $field = SharpShowTextField::make('textfield') ->collapseToWordCount(15); @@ -44,7 +44,7 @@ public function we_can_define_collapse_word_count() } /** @test */ - public function we_can_define_show_if_empty() + public function we_can_define_showIfEmpty() { $field = SharpShowTextField::make('textfield') ->setShowIfEmpty(true); @@ -78,7 +78,7 @@ public function we_can_define_html() } /** @test */ - public function we_can_reset_collapse_word_count() + public function we_can_reset_collapseWordCount() { $field = SharpShowTextField::make('textfield') ->collapseToWordCount(15); diff --git a/tests/Unit/Show/SharpShowTestDefault.php b/tests/Unit/Show/SharpShowTestDefault.php index f6f941e4e..bce335e7a 100644 --- a/tests/Unit/Show/SharpShowTestDefault.php +++ b/tests/Unit/Show/SharpShowTestDefault.php @@ -164,7 +164,7 @@ public function buildShowLayout(ShowLayout $showLayout): void } /** @test */ - public function we_can_declare_a_multiform_attribute() + public function we_can_declare_a_multiformAttribute() { $sharpShow = new class() extends BaseSharpShowTestDefault { diff --git a/tests/Unit/Utils/Testing/SharpAssertionsTest.php b/tests/Unit/Utils/Testing/SharpAssertionsTest.php index b8a8b80bf..968ff6890 100644 --- a/tests/Unit/Utils/Testing/SharpAssertionsTest.php +++ b/tests/Unit/Utils/Testing/SharpAssertionsTest.php @@ -30,7 +30,7 @@ public function we_can_assert_has_authorization() } /** @test */ - public function we_can_test_get_sharp_form() + public function we_can_test_getSharpForm() { $fake = new class('test') extends SharpTestCase { @@ -53,7 +53,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_update_sharp_form() + public function we_can_test_updateSharpForm() { $fake = new class('test') extends SharpTestCase { @@ -82,7 +82,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_store_sharp_form() + public function we_can_test_storeSharpForm() { $fake = new class('test') extends SharpTestCase { @@ -111,7 +111,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_delete_sharp_entity_list() + public function we_can_test_deleteSharpEntityList() { $fake = new class('test') extends SharpTestCase { @@ -134,7 +134,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_delete_sharp_show() + public function we_can_test_deleteSharpShow() { $fake = new class('test') extends SharpTestCase { @@ -157,7 +157,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_call_sharp_instance_command_from_list() + public function we_can_test_callSharpInstanceCommandFromList() { $fake = new class('test') extends SharpTestCase { @@ -187,7 +187,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_call_sharp_instance_command_from_show() + public function we_can_test_callSharpInstanceCommandFromShow() { $fake = new class('test') extends SharpTestCase { @@ -217,7 +217,7 @@ public function call($method, $uri, $parameters = [], $cookies = [], $files = [] } /** @test */ - public function we_can_test_call_sharp_instance_command_from_list_with_a_wizard_step() + public function we_can_test_callSharpInstanceCommandFromList_with_a_wizard_step() { $fake = new class('test') extends SharpTestCase { From 82dcf3d583378eddfd5e4a38b745abf59c304b0a Mon Sep 17 00:00:00 2001 From: PatrickePatate Date: Wed, 18 Dec 2024 14:31:24 +0100 Subject: [PATCH 5/5] CS --- tests/Feature/Api/MultiFormEntityFormControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Feature/Api/MultiFormEntityFormControllerTest.php b/tests/Feature/Api/MultiFormEntityFormControllerTest.php index ecd9c398e..4d52cbc30 100644 --- a/tests/Feature/Api/MultiFormEntityFormControllerTest.php +++ b/tests/Feature/Api/MultiFormEntityFormControllerTest.php @@ -187,7 +187,7 @@ protected function getFormValidatorClass(): ?string { return app(SharpEntityManager::class) ->entityFor('person') - ->multiformValidatorsForTest['big'] ?? null; + ->multiformValidatorsForTest['big'] ?? null; } }