diff --git a/composer.json b/composer.json index 81e8f7ee..4f1e5d0d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "ext-xml": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.17.0", + "friendsofphp/php-cs-fixer": "^3.18.0", "illuminate/view": "^10.5.1", "laravel-zero/framework": "^10.0.2", "mockery/mockery": "^1.5.1", diff --git a/composer.lock b/composer.lock index 8c640501..f4e5b62a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,21 +4,21 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "810eb14356cab760aba9a38f3ce9d6c6", + "content-hash": "3e8fdc79d78ed0b4dbe457463aa6fbe2", "packages": [], "packages-dev": [ { "name": "brianium/paratest", - "version": "v7.1.4", + "version": "v7.2.0", "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "153e68eb9e697baa3acf1db1d8ae1d1eb19fb816" + "reference": "970d21c0ad524861c16548b1363fc21b6c724634" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/153e68eb9e697baa3acf1db1d8ae1d1eb19fb816", - "reference": "153e68eb9e697baa3acf1db1d8ae1d1eb19fb816", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/970d21c0ad524861c16548b1363fc21b6c724634", + "reference": "970d21c0ad524861c16548b1363fc21b6c724634", "shasum": "" }, "require": { @@ -28,26 +28,26 @@ "ext-simplexml": "*", "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1", "jean85/pretty-package-versions": "^2.0.5", - "php": "~8.1.0 || ~8.2.0", + "php": "~8.1.0 || ~8.2.0 || ~8.3.0", "phpunit/php-code-coverage": "^10.1.1", - "phpunit/php-file-iterator": "^4.0.1", + "phpunit/php-file-iterator": "^4.0.2", "phpunit/php-timer": "^6.0", - "phpunit/phpunit": "^10.1.2", + "phpunit/phpunit": "^10.2.2", "sebastian/environment": "^6.0.1", - "symfony/console": "^6.2.10", - "symfony/process": "^6.2.10" + "symfony/console": "^6.3.0", + "symfony/process": "^6.3.0" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", "ext-pcov": "*", "ext-posix": "*", - "infection/infection": "^0.26.21", - "phpstan/phpstan": "^1.10.14", + "infection/infection": "^0.27.0", + "phpstan/phpstan": "^1.10.18", "phpstan/phpstan-deprecation-rules": "^1.1.3", - "phpstan/phpstan-phpunit": "^1.3.11", + "phpstan/phpstan-phpunit": "^1.3.13", "phpstan/phpstan-strict-rules": "^1.5.1", "squizlabs/php_codesniffer": "^3.7.2", - "symfony/filesystem": "^6.2.10" + "symfony/filesystem": "^6.3.0" }, "bin": [ "bin/paratest", @@ -88,7 +88,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v7.1.4" + "source": "https://github.com/paratestphp/paratest/tree/v7.2.0" }, "funding": [ { @@ -100,7 +100,7 @@ "type": "paypal" } ], - "time": "2023-05-05T09:09:30+00:00" + "time": "2023-06-14T13:08:51+00:00" }, { "name": "brick/math", @@ -500,28 +500,28 @@ }, { "name": "doctrine/inflector", - "version": "2.0.6", + "version": "2.0.8", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" + "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", - "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff", + "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^10", + "doctrine/coding-standard": "^11.0", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "^8.5 || ^9.5", - "vimeo/psalm": "^4.25" + "vimeo/psalm": "^4.25 || ^5.4" }, "type": "library", "autoload": { @@ -571,7 +571,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.6" + "source": "https://github.com/doctrine/inflector/tree/2.0.8" }, "funding": [ { @@ -587,7 +587,7 @@ "type": "tidelift" } ], - "time": "2022-10-20T09:10:12+00:00" + "time": "2023-06-16T13:40:37+00:00" }, { "name": "doctrine/lexer", @@ -861,16 +861,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.17.0", + "version": "v3.18.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", - "reference": "3f0ed862f22386c55a767461ef5083bddceeed79" + "reference": "b123395c9fa3a70801f816f13606c0f3a7ada8df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/3f0ed862f22386c55a767461ef5083bddceeed79", - "reference": "3f0ed862f22386c55a767461ef5083bddceeed79", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b123395c9fa3a70801f816f13606c0f3a7ada8df", + "reference": "b123395c9fa3a70801f816f13606c0f3a7ada8df", "shasum": "" }, "require": { @@ -945,7 +945,7 @@ ], "support": { "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", - "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.17.0" + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.18.0" }, "funding": [ { @@ -953,7 +953,7 @@ "type": "github" } ], - "time": "2023-05-22T19:59:32+00:00" + "time": "2023-06-18T22:25:45+00:00" }, { "name": "fruitcake/php-cors", @@ -1225,7 +1225,7 @@ }, { "name": "illuminate/bus", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/bus.git", @@ -1278,16 +1278,16 @@ }, { "name": "illuminate/cache", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/cache.git", - "reference": "8d74fa61d5dcdfd99f113eab5db6b8f7d3128e72" + "reference": "9735d2ae9c782c2ac33d83d80478360711ceb3c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/cache/zipball/8d74fa61d5dcdfd99f113eab5db6b8f7d3128e72", - "reference": "8d74fa61d5dcdfd99f113eab5db6b8f7d3128e72", + "url": "https://api.github.com/repos/illuminate/cache/zipball/9735d2ae9c782c2ac33d83d80478360711ceb3c8", + "reference": "9735d2ae9c782c2ac33d83d80478360711ceb3c8", "shasum": "" }, "require": { @@ -1336,11 +1336,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-24T13:58:54+00:00" + "time": "2023-06-05T10:27:21+00:00" }, { "name": "illuminate/collections", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", @@ -1395,7 +1395,7 @@ }, { "name": "illuminate/conditionable", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -1441,7 +1441,7 @@ }, { "name": "illuminate/config", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", @@ -1489,16 +1489,16 @@ }, { "name": "illuminate/console", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/console.git", - "reference": "ea06cc4e42d4e1f3e839ca26a3a21c8adeb1d339" + "reference": "ba7304e92bdb56456c61eff68a58d0f9b9d48ae1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/console/zipball/ea06cc4e42d4e1f3e839ca26a3a21c8adeb1d339", - "reference": "ea06cc4e42d4e1f3e839ca26a3a21c8adeb1d339", + "url": "https://api.github.com/repos/illuminate/console/zipball/ba7304e92bdb56456c61eff68a58d0f9b9d48ae1", + "reference": "ba7304e92bdb56456c61eff68a58d0f9b9d48ae1", "shasum": "" }, "require": { @@ -1549,11 +1549,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-23T18:03:05+00:00" + "time": "2023-06-08T14:07:14+00:00" }, { "name": "illuminate/container", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", @@ -1604,16 +1604,16 @@ }, { "name": "illuminate/contracts", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "8cbe092c4474cb48233b234f722f7d1a5ac1b847" + "reference": "93605a5fc27cead6746d84796725c7c0d7d51d62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/8cbe092c4474cb48233b234f722f7d1a5ac1b847", - "reference": "8cbe092c4474cb48233b234f722f7d1a5ac1b847", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/93605a5fc27cead6746d84796725c7c0d7d51d62", + "reference": "93605a5fc27cead6746d84796725c7c0d7d51d62", "shasum": "" }, "require": { @@ -1648,20 +1648,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-30T21:33:10+00:00" + "time": "2023-06-06T15:23:52+00:00" }, { "name": "illuminate/database", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", - "reference": "c5ff4dc86b0f91bce0c6209167584b09cae9d380" + "reference": "adc3e9add8d533f98d85c9d7c6f2a4ae52ee5b3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/c5ff4dc86b0f91bce0c6209167584b09cae9d380", - "reference": "c5ff4dc86b0f91bce0c6209167584b09cae9d380", + "url": "https://api.github.com/repos/illuminate/database/zipball/adc3e9add8d533f98d85c9d7c6f2a4ae52ee5b3c", + "reference": "adc3e9add8d533f98d85c9d7c6f2a4ae52ee5b3c", "shasum": "" }, "require": { @@ -1717,11 +1717,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-30T21:33:10+00:00" + "time": "2023-06-08T13:45:57+00:00" }, { "name": "illuminate/events", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", @@ -1776,7 +1776,7 @@ }, { "name": "illuminate/filesystem", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", @@ -1840,16 +1840,16 @@ }, { "name": "illuminate/http", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/http.git", - "reference": "e08bf43e2ca73d06d0082a4e993878f8a4620ae4" + "reference": "7ac8e023d702756746da960234821ab7c0f270de" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/http/zipball/e08bf43e2ca73d06d0082a4e993878f8a4620ae4", - "reference": "e08bf43e2ca73d06d0082a4e993878f8a4620ae4", + "url": "https://api.github.com/repos/illuminate/http/zipball/7ac8e023d702756746da960234821ab7c0f270de", + "reference": "7ac8e023d702756746da960234821ab7c0f270de", "shasum": "" }, "require": { @@ -1896,20 +1896,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-15T14:58:02+00:00" + "time": "2023-06-03T03:02:22+00:00" }, { "name": "illuminate/macroable", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", - "reference": "6b80109438161d45a5f2bdf7ecdd56cbd0096c3d" + "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/macroable/zipball/6b80109438161d45a5f2bdf7ecdd56cbd0096c3d", - "reference": "6b80109438161d45a5f2bdf7ecdd56cbd0096c3d", + "url": "https://api.github.com/repos/illuminate/macroable/zipball/dff667a46ac37b634dcf68909d9d41e94dc97c27", + "reference": "dff667a46ac37b634dcf68909d9d41e94dc97c27", "shasum": "" }, "require": { @@ -1942,11 +1942,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-17T13:33:11+00:00" + "time": "2023-06-05T12:46:42+00:00" }, { "name": "illuminate/pipeline", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/pipeline.git", @@ -1994,7 +1994,7 @@ }, { "name": "illuminate/process", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/process.git", @@ -2045,7 +2045,7 @@ }, { "name": "illuminate/session", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/session.git", @@ -2102,16 +2102,16 @@ }, { "name": "illuminate/support", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "394f00a833031db7a79c9cad33bc5e9ba68024e8" + "reference": "428fba5d30e48a5cb76ca0c5b4be6ce75801ec4e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/394f00a833031db7a79c9cad33bc5e9ba68024e8", - "reference": "394f00a833031db7a79c9cad33bc5e9ba68024e8", + "url": "https://api.github.com/repos/illuminate/support/zipball/428fba5d30e48a5cb76ca0c5b4be6ce75801ec4e", + "reference": "428fba5d30e48a5cb76ca0c5b4be6ce75801ec4e", "shasum": "" }, "require": { @@ -2169,20 +2169,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-30T21:33:47+00:00" + "time": "2023-06-05T10:27:21+00:00" }, { "name": "illuminate/testing", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/testing.git", - "reference": "cabc00e93b99be2c6116b955ec5ae9b593b86ad7" + "reference": "6f3576e02e664739a486a1a65e35c020f9f31bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/testing/zipball/cabc00e93b99be2c6116b955ec5ae9b593b86ad7", - "reference": "cabc00e93b99be2c6116b955ec5ae9b593b86ad7", + "url": "https://api.github.com/repos/illuminate/testing/zipball/6f3576e02e664739a486a1a65e35c020f9f31bbd", + "reference": "6f3576e02e664739a486a1a65e35c020f9f31bbd", "shasum": "" }, "require": { @@ -2228,11 +2228,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-05-30T14:19:07+00:00" + "time": "2023-06-05T12:46:42+00:00" }, { "name": "illuminate/view", - "version": "v10.13.1", + "version": "v10.13.5", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", @@ -2759,38 +2759,44 @@ }, { "name": "mockery/mockery", - "version": "1.5.1", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e" + "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e", - "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e", + "url": "https://api.github.com/repos/mockery/mockery/zipball/13a7fa2642c76c58fa2806ef7f565344c817a191", + "reference": "13a7fa2642c76c58fa2806ef7f565344c817a191", "shasum": "" }, "require": { "hamcrest/hamcrest-php": "^2.0.1", "lib-pcre": ">=7.0", - "php": "^7.3 || ^8.0" + "php": "^7.4 || ^8.0" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.3" + "phpunit/phpunit": "^8.5 || ^9.3", + "psalm/plugin-phpunit": "^0.18", + "vimeo/psalm": "^5.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4.x-dev" + "dev-main": "1.6.x-dev" } }, "autoload": { - "psr-0": { - "Mockery": "library/" + "files": [ + "library/helpers.php", + "library/Mockery.php" + ], + "psr-4": { + "Mockery\\": "library/Mockery" } }, "notification-url": "https://packagist.org/downloads/", @@ -2825,9 +2831,9 @@ ], "support": { "issues": "https://github.com/mockery/mockery/issues", - "source": "https://github.com/mockery/mockery/tree/1.5.1" + "source": "https://github.com/mockery/mockery/tree/1.6.2" }, - "time": "2022-09-07T15:32:08+00:00" + "time": "2023-06-07T09:07:52+00:00" }, { "name": "myclabs/deep-copy", @@ -3048,40 +3054,40 @@ }, { "name": "nunomaduro/collision", - "version": "v7.5.2", + "version": "v7.6.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "76b3cabda0aabda455fc3b9db6c3615f5a87c7ff" + "reference": "87faf7bc1c42d7fef7c60ec5c143050ce2a6189a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/76b3cabda0aabda455fc3b9db6c3615f5a87c7ff", - "reference": "76b3cabda0aabda455fc3b9db6c3615f5a87c7ff", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/87faf7bc1c42d7fef7c60ec5c143050ce2a6189a", + "reference": "87faf7bc1c42d7fef7c60ec5c143050ce2a6189a", "shasum": "" }, "require": { "filp/whoops": "^2.15.2", "nunomaduro/termwind": "^1.15.1", "php": "^8.1.0", - "symfony/console": "^6.2.8" + "symfony/console": "^6.3.0" }, "conflict": { "phpunit/phpunit": "<10.1.2" }, "require-dev": { - "brianium/paratest": "^7.1.3", - "laravel/framework": "^10.8.0", - "laravel/pint": "^1.9.0", - "laravel/sail": "^1.21.4", - "laravel/sanctum": "^3.2.1", + "brianium/paratest": "^7.2.0", + "laravel/framework": "^10.13.5", + "laravel/pint": "^1.10.2", + "laravel/sail": "^1.22.0", + "laravel/sanctum": "^3.2.5", "laravel/tinker": "^2.8.1", - "nunomaduro/larastan": "^2.6.0", - "orchestra/testbench-core": "^8.5.0", - "pestphp/pest": "^2.5.2", - "phpunit/phpunit": "^10.1.1", + "nunomaduro/larastan": "^2.6.3", + "orchestra/testbench-core": "^8.5.7", + "pestphp/pest": "^2", + "phpunit/phpunit": "^10.2.2", "sebastian/environment": "^6.0.1", - "spatie/laravel-ignition": "^2.1.0" + "spatie/laravel-ignition": "^2.1.3" }, "type": "library", "extra": { @@ -3140,20 +3146,20 @@ "type": "patreon" } ], - "time": "2023-04-22T22:12:40+00:00" + "time": "2023-06-15T10:51:08+00:00" }, { "name": "nunomaduro/larastan", - "version": "v2.6.0", + "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/nunomaduro/larastan.git", - "reference": "ccac5b25949576807862cf32ba1fce1769c06c42" + "reference": "73e5be5f5c732212ce6ca77ffd2753a136f36a23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/ccac5b25949576807862cf32ba1fce1769c06c42", - "reference": "ccac5b25949576807862cf32ba1fce1769c06c42", + "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/73e5be5f5c732212ce6ca77ffd2753a136f36a23", + "reference": "73e5be5f5c732212ce6ca77ffd2753a136f36a23", "shasum": "" }, "require": { @@ -3216,7 +3222,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/larastan/issues", - "source": "https://github.com/nunomaduro/larastan/tree/v2.6.0" + "source": "https://github.com/nunomaduro/larastan/tree/v2.6.3" }, "funding": [ { @@ -3236,7 +3242,7 @@ "type": "patreon" } ], - "time": "2023-04-20T12:40:01+00:00" + "time": "2023-06-13T21:39:27+00:00" }, { "name": "nunomaduro/laravel-console-summary", @@ -3520,33 +3526,33 @@ }, { "name": "pestphp/pest", - "version": "v2.6.2", + "version": "v2.7.0", "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "436b20857d84f2cd62411ee32f745263e74b9cc4" + "reference": "c0af671ca214c1fb43133daaa0a667f57b11ef10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/436b20857d84f2cd62411ee32f745263e74b9cc4", - "reference": "436b20857d84f2cd62411ee32f745263e74b9cc4", + "url": "https://api.github.com/repos/pestphp/pest/zipball/c0af671ca214c1fb43133daaa0a667f57b11ef10", + "reference": "c0af671ca214c1fb43133daaa0a667f57b11ef10", "shasum": "" }, "require": { - "brianium/paratest": "^7.1.4", - "nunomaduro/collision": "^7.5.2", + "brianium/paratest": "^7.2.0", + "nunomaduro/collision": "^7.6.0", "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.0.1", - "pestphp/pest-plugin-arch": "^2.1.2", + "pestphp/pest-plugin-arch": "^2.2.0", "php": "^8.1.0", - "phpunit/phpunit": "^10.2.0" + "phpunit/phpunit": "^10.2.2" }, "conflict": { - "phpunit/phpunit": ">10.2.0", + "phpunit/phpunit": ">10.2.2", "webmozart/assert": "<1.11.0" }, "require-dev": { - "pestphp/pest-dev-tools": "^2.9.0", + "pestphp/pest-dev-tools": "^2.12.0", "symfony/process": "^6.3.0" }, "bin": [ @@ -3603,7 +3609,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/v2.6.2" + "source": "https://github.com/pestphp/pest/tree/v2.7.0" }, "funding": [ { @@ -3615,7 +3621,7 @@ "type": "github" } ], - "time": "2023-06-02T21:46:07+00:00" + "time": "2023-06-15T12:11:00+00:00" }, { "name": "pestphp/pest-plugin", @@ -3688,27 +3694,27 @@ }, { "name": "pestphp/pest-plugin-arch", - "version": "v2.2.0", + "version": "v2.2.1", "source": { "type": "git", "url": "https://github.com/pestphp/pest-plugin-arch.git", - "reference": "88725fd0d6ae4025df39c27bd91e98d14b8f1916" + "reference": "bac18387f015590e6d3883383cfb42e7550bb100" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/88725fd0d6ae4025df39c27bd91e98d14b8f1916", - "reference": "88725fd0d6ae4025df39c27bd91e98d14b8f1916", + "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/bac18387f015590e6d3883383cfb42e7550bb100", + "reference": "bac18387f015590e6d3883383cfb42e7550bb100", "shasum": "" }, "require": { - "nunomaduro/collision": "^7.5.2", + "nunomaduro/collision": "^7.6.0", "pestphp/pest-plugin": "^2.0.1", "php": "^8.1", "ta-tikoma/phpunit-architecture-test": "^0.7.3" }, "require-dev": { "pestphp/pest": "dev-develop as 2.6.2", - "pestphp/pest-dev-tools": "^2.10.0" + "pestphp/pest-dev-tools": "^2.12.0" }, "type": "library", "autoload": { @@ -3736,7 +3742,7 @@ "unit" ], "support": { - "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.2.0" + "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.2.1" }, "funding": [ { @@ -3748,7 +3754,7 @@ "type": "github" } ], - "time": "2023-06-02T23:15:55+00:00" + "time": "2023-06-15T16:05:13+00:00" }, { "name": "phar-io/manifest", @@ -4031,16 +4037,16 @@ }, { "name": "phpmyadmin/sql-parser", - "version": "5.7.0", + "version": "5.8.0", "source": { "type": "git", "url": "https://github.com/phpmyadmin/sql-parser.git", - "reference": "0f5895aab2b6002d00b6831b60983523dea30bff" + "reference": "db1b3069b5dbc220d393d67ff911e0ae76732755" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/0f5895aab2b6002d00b6831b60983523dea30bff", - "reference": "0f5895aab2b6002d00b6831b60983523dea30bff", + "url": "https://api.github.com/repos/phpmyadmin/sql-parser/zipball/db1b3069b5dbc220d393d67ff911e0ae76732755", + "reference": "db1b3069b5dbc220d393d67ff911e0ae76732755", "shasum": "" }, "require": { @@ -4114,7 +4120,7 @@ "type": "other" } ], - "time": "2023-01-25T10:43:40+00:00" + "time": "2023-06-05T18:19:38+00:00" }, { "name": "phpoption/phpoption", @@ -4240,16 +4246,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.15", + "version": "1.10.19", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd" + "reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/762c4dac4da6f8756eebb80e528c3a47855da9bd", - "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/af5a296ff02610c1bfb4ddfac9fd4a08657b9046", + "reference": "af5a296ff02610c1bfb4ddfac9fd4a08657b9046", "shasum": "" }, "require": { @@ -4298,7 +4304,7 @@ "type": "tidelift" } ], - "time": "2023-05-09T15:28:01+00:00" + "time": "2023-06-14T15:26:58+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4622,16 +4628,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.2.0", + "version": "10.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f" + "reference": "1ab521b24b88b88310c40c26c0cc4a94ba40ff95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3aad97fde1f3e490e2b316ba56bc4680310e3c3f", - "reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1ab521b24b88b88310c40c26c0cc4a94ba40ff95", + "reference": "1ab521b24b88b88310c40c26c0cc4a94ba40ff95", "shasum": "" }, "require": { @@ -4703,7 +4709,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.2.0" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.2" }, "funding": [ { @@ -4719,7 +4725,7 @@ "type": "tidelift" } ], - "time": "2023-06-02T05:42:13+00:00" + "time": "2023-06-11T06:15:20+00:00" }, { "name": "psr/cache", diff --git a/resources/presets/laravel.php b/resources/presets/laravel.php index 6c2de4b5..495a1b2f 100644 --- a/resources/presets/laravel.php +++ b/resources/presets/laravel.php @@ -16,6 +16,7 @@ 'return', ], ], + 'blank_lines_before_namespace' => true, 'control_structure_braces' => true, 'control_structure_continuation_position' => [ 'position' => 'same_line', @@ -169,7 +170,6 @@ 'short_scalar_cast' => true, 'simplified_null_return' => false, 'single_blank_line_at_eof' => true, - 'single_blank_line_before_namespace' => true, 'single_class_element_per_statement' => [ 'elements' => ['const', 'property'], ],