diff --git a/README.md b/README.md index 17dc547..4ecb40a 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,20 @@ Arguments: Options: --output[=OUTPUT] Output format (json, default: table) ``` + +### brancher:update + +``` +Description: + Update a Brancher node with new labels + +Usage: + brancher:update [options] [--] + +Arguments: + hypernode + +Options: + --append-labels + --label[=LABEL] Add labels to your Brancher node (comma-separated) +``` diff --git a/app/Commands/ListBrancherNodes.php b/app/Commands/ListBrancherNodes.php index 99cc9fc..17a2920 100644 --- a/app/Commands/ListBrancherNodes.php +++ b/app/Commands/ListBrancherNodes.php @@ -55,9 +55,8 @@ public function handle() $tableData = []; foreach ($branchers as $brancher) { - $brancher['labels'] = array_keys($brancher['labels']); foreach ($brancher as $key => $value) { - if (is_array($value)) $brancher[$key] = implode(', ', $value); + if (is_array($value)) $brancher[$key] = http_build_query(data: $value, arg_separator: PHP_EOL); } $tableData[] = $brancher; } diff --git a/app/Commands/UpdateBrancherNode.php b/app/Commands/UpdateBrancherNode.php new file mode 100644 index 0000000..b076890 --- /dev/null +++ b/app/Commands/UpdateBrancherNode.php @@ -0,0 +1,45 @@ +argument('hypernode'); + + $labels = array_filter(array_map('trim', explode(',', $this->option('label')))); + + $client->brancherApp->update($originHypernode, ['labels' => $labels], (bool) $this->option('append-labels')); + + $this->line('Brancher node update for ' . $originHypernode . ' requested'); + } +} diff --git a/composer.lock b/composer.lock index 66b6a06..cf15758 100644 --- a/composer.lock +++ b/composer.lock @@ -419,12 +419,12 @@ "source": { "type": "git", "url": "https://github.com/ByteInternet/hypernode-api-php.git", - "reference": "93d8d9738288204bdadd372a36976f26da96fdaf" + "reference": "2c7a8210a155493ae3688deb87679672e5a8578f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ByteInternet/hypernode-api-php/zipball/93d8d9738288204bdadd372a36976f26da96fdaf", - "reference": "93d8d9738288204bdadd372a36976f26da96fdaf", + "url": "https://api.github.com/repos/ByteInternet/hypernode-api-php/zipball/2c7a8210a155493ae3688deb87679672e5a8578f", + "reference": "2c7a8210a155493ae3688deb87679672e5a8578f", "shasum": "" }, "require": { @@ -462,22 +462,22 @@ "description": "Hypernode API Client for PHP", "support": { "issues": "https://github.com/ByteInternet/hypernode-api-php/issues", - "source": "https://github.com/ByteInternet/hypernode-api-php/tree/master" + "source": "https://github.com/ByteInternet/hypernode-api-php/tree/0.4.1" }, - "time": "2023-03-27T14:50:03+00:00" + "time": "2023-04-05T07:29:39+00:00" }, { "name": "illuminate/bus", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/bus.git", - "reference": "0110e6b824693381a18374b9fe87da03cc433628" + "reference": "ddedb2e6cc16b910f95b8dbd140c908e453635b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/bus/zipball/0110e6b824693381a18374b9fe87da03cc433628", - "reference": "0110e6b824693381a18374b9fe87da03cc433628", + "url": "https://api.github.com/repos/illuminate/bus/zipball/ddedb2e6cc16b910f95b8dbd140c908e453635b7", + "reference": "ddedb2e6cc16b910f95b8dbd140c908e453635b7", "shasum": "" }, "require": { @@ -517,20 +517,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-13T01:22:02+00:00" + "time": "2023-03-25T11:52:13+00:00" }, { "name": "illuminate/cache", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/cache.git", - "reference": "686cade4ead7defd61cd5c958a6868bf03a539a8" + "reference": "d9c9e1ff09408e52ce65f180a1d1c0d531d0ab34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/cache/zipball/686cade4ead7defd61cd5c958a6868bf03a539a8", - "reference": "686cade4ead7defd61cd5c958a6868bf03a539a8", + "url": "https://api.github.com/repos/illuminate/cache/zipball/d9c9e1ff09408e52ce65f180a1d1c0d531d0ab34", + "reference": "d9c9e1ff09408e52ce65f180a1d1c0d531d0ab34", "shasum": "" }, "require": { @@ -579,20 +579,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-02-23T18:43:10+00:00" + "time": "2023-04-02T16:22:14+00:00" }, { "name": "illuminate/collections", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/collections.git", - "reference": "c763df1dbcf7116e844ba546eb3576dba75d6cec" + "reference": "93bbd01e3746bc8a5c02cb5440bb9fe3386ad01e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/collections/zipball/c763df1dbcf7116e844ba546eb3576dba75d6cec", - "reference": "c763df1dbcf7116e844ba546eb3576dba75d6cec", + "url": "https://api.github.com/repos/illuminate/collections/zipball/93bbd01e3746bc8a5c02cb5440bb9fe3386ad01e", + "reference": "93bbd01e3746bc8a5c02cb5440bb9fe3386ad01e", "shasum": "" }, "require": { @@ -634,11 +634,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-01T20:03:31+00:00" + "time": "2023-03-31T12:30:11+00:00" }, { "name": "illuminate/conditionable", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/conditionable.git", @@ -684,7 +684,7 @@ }, { "name": "illuminate/config", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", @@ -732,16 +732,16 @@ }, { "name": "illuminate/console", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/console.git", - "reference": "0b98eda873976da4e3708e35a0f180c67d073cc9" + "reference": "3fc84e1fa5f6c92504d6d9b20077744cf4455527" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/console/zipball/0b98eda873976da4e3708e35a0f180c67d073cc9", - "reference": "0b98eda873976da4e3708e35a0f180c67d073cc9", + "url": "https://api.github.com/repos/illuminate/console/zipball/3fc84e1fa5f6c92504d6d9b20077744cf4455527", + "reference": "3fc84e1fa5f6c92504d6d9b20077744cf4455527", "shasum": "" }, "require": { @@ -792,20 +792,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-13T15:50:13+00:00" + "time": "2023-03-18T11:33:32+00:00" }, { "name": "illuminate/container", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", - "reference": "fed3ee8f7389ad431833935d9ed665bc02ac2cca" + "reference": "f85a85791c75a754190d6495e6ca611faaa64f61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/fed3ee8f7389ad431833935d9ed665bc02ac2cca", - "reference": "fed3ee8f7389ad431833935d9ed665bc02ac2cca", + "url": "https://api.github.com/repos/illuminate/container/zipball/f85a85791c75a754190d6495e6ca611faaa64f61", + "reference": "f85a85791c75a754190d6495e6ca611faaa64f61", "shasum": "" }, "require": { @@ -843,11 +843,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-01-25T18:11:51+00:00" + "time": "2023-04-03T19:51:31+00:00" }, { "name": "illuminate/contracts", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", @@ -895,7 +895,7 @@ }, { "name": "illuminate/events", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", @@ -950,16 +950,16 @@ }, { "name": "illuminate/filesystem", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", - "reference": "3053d5c17cf017f47cb9a2e1dfe03062bb316ce6" + "reference": "53a46fed9b31617ce3a786690b2294f0a54559ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/filesystem/zipball/3053d5c17cf017f47cb9a2e1dfe03062bb316ce6", - "reference": "3053d5c17cf017f47cb9a2e1dfe03062bb316ce6", + "url": "https://api.github.com/repos/illuminate/filesystem/zipball/53a46fed9b31617ce3a786690b2294f0a54559ea", + "reference": "53a46fed9b31617ce3a786690b2294f0a54559ea", "shasum": "" }, "require": { @@ -1010,11 +1010,11 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-17T13:33:11+00:00" + "time": "2023-03-22T21:14:41+00:00" }, { "name": "illuminate/macroable", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/macroable.git", @@ -1060,7 +1060,7 @@ }, { "name": "illuminate/pipeline", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/pipeline.git", @@ -1108,7 +1108,7 @@ }, { "name": "illuminate/process", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/process.git", @@ -1159,16 +1159,16 @@ }, { "name": "illuminate/support", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "45d61b01af6fcc417e00a4edece72fdc9a5bb658" + "reference": "17bc477bcee3bcc70129b8dd7064cb9de8405ee9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/45d61b01af6fcc417e00a4edece72fdc9a5bb658", - "reference": "45d61b01af6fcc417e00a4edece72fdc9a5bb658", + "url": "https://api.github.com/repos/illuminate/support/zipball/17bc477bcee3bcc70129b8dd7064cb9de8405ee9", + "reference": "17bc477bcee3bcc70129b8dd7064cb9de8405ee9", "shasum": "" }, "require": { @@ -1226,20 +1226,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-16T03:38:41+00:00" + "time": "2023-04-02T16:23:05+00:00" }, { "name": "illuminate/testing", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/testing.git", - "reference": "28b0ef8d7806924b863a96f0883fbcf5ea37870b" + "reference": "4528ff64b4d15450b3a33787c5e81e699a71e842" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/testing/zipball/28b0ef8d7806924b863a96f0883fbcf5ea37870b", - "reference": "28b0ef8d7806924b863a96f0883fbcf5ea37870b", + "url": "https://api.github.com/repos/illuminate/testing/zipball/4528ff64b4d15450b3a33787c5e81e699a71e842", + "reference": "4528ff64b4d15450b3a33787c5e81e699a71e842", "shasum": "" }, "require": { @@ -1285,20 +1285,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-11T15:05:31+00:00" + "time": "2023-04-04T07:25:25+00:00" }, { "name": "illuminate/view", - "version": "v10.4.1", + "version": "v10.6.2", "source": { "type": "git", "url": "https://github.com/illuminate/view.git", - "reference": "a003192eee0b05cd14718475adf5294ebb084d96" + "reference": "81c2d4e35774714ccd53f3b8fba2afe7ee093609" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/view/zipball/a003192eee0b05cd14718475adf5294ebb084d96", - "reference": "a003192eee0b05cd14718475adf5294ebb084d96", + "url": "https://api.github.com/repos/illuminate/view/zipball/81c2d4e35774714ccd53f3b8fba2afe7ee093609", + "reference": "81c2d4e35774714ccd53f3b8fba2afe7ee093609", "shasum": "" }, "require": { @@ -1339,7 +1339,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-03-13T01:22:02+00:00" + "time": "2023-04-04T21:48:21+00:00" }, { "name": "jolicode/jolinotif", @@ -2322,16 +2322,16 @@ }, { "name": "php-http/discovery", - "version": "1.15.2", + "version": "1.15.3", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "5cc428320191ac1d0b6520034c2dc0698628ced5" + "reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/5cc428320191ac1d0b6520034c2dc0698628ced5", - "reference": "5cc428320191ac1d0b6520034c2dc0698628ced5", + "url": "https://api.github.com/repos/php-http/discovery/zipball/3ccd28dd9fb34b52db946abea1b538568e34eae8", + "reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8", "shasum": "" }, "require": { @@ -2390,9 +2390,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.15.2" + "source": "https://github.com/php-http/discovery/tree/1.15.3" }, - "time": "2023-02-11T08:28:41+00:00" + "time": "2023-03-31T14:40:37+00:00" }, { "name": "php-http/httplug", @@ -2928,25 +2928,25 @@ }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "1.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba", + "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { @@ -2975,9 +2975,9 @@ "response" ], "support": { - "source": "https://github.com/php-fig/http-message/tree/master" + "source": "https://github.com/php-fig/http-message/tree/1.1" }, - "time": "2016-08-06T14:39:51+00:00" + "time": "2023-04-04T09:50:52+00:00" }, { "name": "psr/log", @@ -3263,16 +3263,16 @@ }, { "name": "symfony/console", - "version": "v6.2.7", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d45" + "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cbad09eb8925b6ad4fb721c7a179344dc4a19d45", - "reference": "cbad09eb8925b6ad4fb721c7a179344dc4a19d45", + "url": "https://api.github.com/repos/symfony/console/zipball/3582d68a64a86ec25240aaa521ec8bc2342b369b", + "reference": "3582d68a64a86ec25240aaa521ec8bc2342b369b", "shasum": "" }, "require": { @@ -3334,12 +3334,12 @@ "homepage": "https://symfony.com", "keywords": [ "cli", - "command line", + "command-line", "console", "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.2.7" + "source": "https://github.com/symfony/console/tree/v6.2.8" }, "funding": [ { @@ -3355,7 +3355,7 @@ "type": "tidelift" } ], - "time": "2023-02-25T17:00:03+00:00" + "time": "2023-03-29T21:42:15+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3497,16 +3497,16 @@ }, { "name": "symfony/event-dispatcher", - "version": "v6.2.7", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "404b307de426c1c488e5afad64403e5f145e82a5" + "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/404b307de426c1c488e5afad64403e5f145e82a5", - "reference": "404b307de426c1c488e5afad64403e5f145e82a5", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/04046f35fd7d72f9646e721fc2ecb8f9c67d3339", + "reference": "04046f35fd7d72f9646e721fc2ecb8f9c67d3339", "shasum": "" }, "require": { @@ -3560,7 +3560,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.7" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.2.8" }, "funding": [ { @@ -3576,7 +3576,7 @@ "type": "tidelift" } ], - "time": "2023-02-14T08:44:56+00:00" + "time": "2023-03-20T16:06:02+00:00" }, { "name": "symfony/event-dispatcher-contracts", @@ -3723,16 +3723,16 @@ }, { "name": "symfony/http-client", - "version": "v6.2.7", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "0a5be6cbc570ae23b51b49d67341f378629d78e4" + "reference": "66391ba3a8862c560e1d9134c96d9bd2a619b477" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/0a5be6cbc570ae23b51b49d67341f378629d78e4", - "reference": "0a5be6cbc570ae23b51b49d67341f378629d78e4", + "url": "https://api.github.com/repos/symfony/http-client/zipball/66391ba3a8862c560e1d9134c96d9bd2a619b477", + "reference": "66391ba3a8862c560e1d9134c96d9bd2a619b477", "shasum": "" }, "require": { @@ -3787,8 +3787,11 @@ ], "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", + "keywords": [ + "http" + ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.2.7" + "source": "https://github.com/symfony/http-client/tree/v6.2.8" }, "funding": [ { @@ -3804,7 +3807,7 @@ "type": "tidelift" } ], - "time": "2023-02-21T10:54:55+00:00" + "time": "2023-03-31T09:14:44+00:00" }, { "name": "symfony/http-client-contracts", @@ -4369,16 +4372,16 @@ }, { "name": "symfony/process", - "version": "v6.2.7", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902" + "reference": "75ed64103df4f6615e15a7fe38b8111099f47416" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/680e8a2ea6b3f87aecc07a6a65a203ae573d1902", - "reference": "680e8a2ea6b3f87aecc07a6a65a203ae573d1902", + "url": "https://api.github.com/repos/symfony/process/zipball/75ed64103df4f6615e15a7fe38b8111099f47416", + "reference": "75ed64103df4f6615e15a7fe38b8111099f47416", "shasum": "" }, "require": { @@ -4410,7 +4413,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.2.7" + "source": "https://github.com/symfony/process/tree/v6.2.8" }, "funding": [ { @@ -4426,7 +4429,7 @@ "type": "tidelift" } ], - "time": "2023-02-24T10:42:00+00:00" + "time": "2023-03-09T16:20:02+00:00" }, { "name": "symfony/service-contracts", @@ -4515,16 +4518,16 @@ }, { "name": "symfony/string", - "version": "v6.2.7", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "67b8c1eec78296b85dc1c7d9743830160218993d" + "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/67b8c1eec78296b85dc1c7d9743830160218993d", - "reference": "67b8c1eec78296b85dc1c7d9743830160218993d", + "url": "https://api.github.com/repos/symfony/string/zipball/193e83bbd6617d6b2151c37fff10fa7168ebddef", + "reference": "193e83bbd6617d6b2151c37fff10fa7168ebddef", "shasum": "" }, "require": { @@ -4581,7 +4584,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.2.7" + "source": "https://github.com/symfony/string/tree/v6.2.8" }, "funding": [ { @@ -4597,20 +4600,20 @@ "type": "tidelift" } ], - "time": "2023-02-24T10:42:00+00:00" + "time": "2023-03-20T16:06:02+00:00" }, { "name": "symfony/translation", - "version": "v6.2.7", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "90db1c6138c90527917671cd9ffa9e8b359e3a73" + "reference": "817535dbb1721df8b3a8f2489dc7e50bcd6209b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/90db1c6138c90527917671cd9ffa9e8b359e3a73", - "reference": "90db1c6138c90527917671cd9ffa9e8b359e3a73", + "url": "https://api.github.com/repos/symfony/translation/zipball/817535dbb1721df8b3a8f2489dc7e50bcd6209b5", + "reference": "817535dbb1721df8b3a8f2489dc7e50bcd6209b5", "shasum": "" }, "require": { @@ -4679,7 +4682,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.2.7" + "source": "https://github.com/symfony/translation/tree/v6.2.8" }, "funding": [ { @@ -4695,7 +4698,7 @@ "type": "tidelift" } ], - "time": "2023-02-24T10:42:00+00:00" + "time": "2023-03-31T09:14:44+00:00" }, { "name": "symfony/translation-contracts", @@ -4780,16 +4783,16 @@ }, { "name": "symfony/var-dumper", - "version": "v6.2.7", + "version": "v6.2.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "cf8d4ca1ddc1e3cc242375deb8fc23e54f5e2a1e" + "reference": "d37ab6787be2db993747b6218fcc96e8e3bb4bd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/cf8d4ca1ddc1e3cc242375deb8fc23e54f5e2a1e", - "reference": "cf8d4ca1ddc1e3cc242375deb8fc23e54f5e2a1e", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d37ab6787be2db993747b6218fcc96e8e3bb4bd0", + "reference": "d37ab6787be2db993747b6218fcc96e8e3bb4bd0", "shasum": "" }, "require": { @@ -4848,7 +4851,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.2.7" + "source": "https://github.com/symfony/var-dumper/tree/v6.2.8" }, "funding": [ { @@ -4864,7 +4867,7 @@ "type": "tidelift" } ], - "time": "2023-02-24T10:42:00+00:00" + "time": "2023-03-29T21:42:15+00:00" }, { "name": "vlucas/phpdotenv", @@ -5207,16 +5210,16 @@ }, { "name": "laravel/pint", - "version": "v1.7.0", + "version": "v1.8.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "d55381c73b7308e1b8a124084e804193a179092e" + "reference": "4b8f2ef22bfcddd1d163cfd282e3f42ee1a5cce2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/d55381c73b7308e1b8a124084e804193a179092e", - "reference": "d55381c73b7308e1b8a124084e804193a179092e", + "url": "https://api.github.com/repos/laravel/pint/zipball/4b8f2ef22bfcddd1d163cfd282e3f42ee1a5cce2", + "reference": "4b8f2ef22bfcddd1d163cfd282e3f42ee1a5cce2", "shasum": "" }, "require": { @@ -5227,13 +5230,13 @@ "php": "^8.1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.14.4", - "illuminate/view": "^10.0.0", - "laravel-zero/framework": "^10.0.0", + "friendsofphp/php-cs-fixer": "^3.16.0", + "illuminate/view": "^10.5.1", + "laravel-zero/framework": "^10.0.2", "mockery/mockery": "^1.5.1", - "nunomaduro/larastan": "^2.4.0", + "nunomaduro/larastan": "^2.5.1", "nunomaduro/termwind": "^1.15.1", - "pestphp/pest": "^1.22.4" + "pestphp/pest": "^2.4.0" }, "bin": [ "builds/pint" @@ -5269,7 +5272,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2023-03-21T10:55:35+00:00" + "time": "2023-04-04T13:08:09+00:00" }, { "name": "mockery/mockery",