From e13d42656da997eb6360dd1f9f49d359a73e82ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Sat, 14 May 2022 11:18:07 +0200 Subject: [PATCH] version --- composer.lock | 71 +++++++++++++++++++++++++++------------------------ src/Root.php | 2 +- 2 files changed, 39 insertions(+), 34 deletions(-) diff --git a/composer.lock b/composer.lock index 2c2badd7..f2a7c696 100644 --- a/composer.lock +++ b/composer.lock @@ -742,16 +742,16 @@ }, { "name": "laravel/fortify", - "version": "v1.12.0", + "version": "v1.13.0", "source": { "type": "git", "url": "https://github.com/laravel/fortify.git", - "reference": "a6caadc80e348755de0e1da221a6253d9f2c48f9" + "reference": "0b8e7a860f0aa4868846555f5d095d7b546ffb9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/fortify/zipball/a6caadc80e348755de0e1da221a6253d9f2c48f9", - "reference": "a6caadc80e348755de0e1da221a6253d9f2c48f9", + "url": "https://api.github.com/repos/laravel/fortify/zipball/0b8e7a860f0aa4868846555f5d095d7b546ffb9c", + "reference": "0b8e7a860f0aa4868846555f5d095d7b546ffb9c", "shasum": "" }, "require": { @@ -801,20 +801,20 @@ "issues": "https://github.com/laravel/fortify/issues", "source": "https://github.com/laravel/fortify" }, - "time": "2022-03-29T14:37:05+00:00" + "time": "2022-05-05T14:52:14+00:00" }, { "name": "laravel/framework", - "version": "v9.11.0", + "version": "v9.12.2", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "598a8c84d452a66b90a3213b1d67189cc726c728" + "reference": "b5b5c635f1a93f277b5248725a1f7ffc97e20810" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/598a8c84d452a66b90a3213b1d67189cc726c728", - "reference": "598a8c84d452a66b90a3213b1d67189cc726c728", + "url": "https://api.github.com/repos/laravel/framework/zipball/b5b5c635f1a93f277b5248725a1f7ffc97e20810", + "reference": "b5b5c635f1a93f277b5248725a1f7ffc97e20810", "shasum": "" }, "require": { @@ -980,7 +980,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-05-03T14:47:20+00:00" + "time": "2022-05-11T13:38:26+00:00" }, { "name": "laravel/serializable-closure", @@ -1377,16 +1377,16 @@ }, { "name": "monolog/monolog", - "version": "2.5.0", + "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "4192345e260f1d51b365536199744b987e160edc" + "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc", - "reference": "4192345e260f1d51b365536199744b987e160edc", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/247918972acd74356b0a91dfaa5adcaec069b6c0", + "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0", "shasum": "" }, "require": { @@ -1399,18 +1399,23 @@ "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", - "elasticsearch/elasticsearch": "^7", + "elasticsearch/elasticsearch": "^7 || ^8", + "ext-json": "*", "graylog2/gelf-php": "^1.4.2", + "guzzlehttp/guzzle": "^7.4", + "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.3", - "phpspec/prophecy": "^1.6.1", + "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^0.12.91", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^8.5.14", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3 || ^2 || ^3", - "ruflin/elastica": ">=0.90@dev", - "swiftmailer/swiftmailer": "^5.3|^6.0" + "ruflin/elastica": "^7", + "swiftmailer/swiftmailer": "^5.3|^6.0", + "symfony/mailer": "^5.4 || ^6", + "symfony/mime": "^5.4 || ^6" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", @@ -1460,7 +1465,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.5.0" + "source": "https://github.com/Seldaek/monolog/tree/2.6.0" }, "funding": [ { @@ -1472,7 +1477,7 @@ "type": "tidelift" } ], - "time": "2022-04-08T15:43:54+00:00" + "time": "2022-05-10T09:36:00+00:00" }, { "name": "nesbot/carbon", @@ -5772,16 +5777,16 @@ }, { "name": "laravel/laravel", - "version": "v9.1.7", + "version": "v9.1.8", "source": { "type": "git", "url": "https://github.com/laravel/laravel.git", - "reference": "5840c98d8fde042efd8652f053d8e879a736ed3b" + "reference": "7216fa7e9a797227f303630d937a0722878b753b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/laravel/zipball/5840c98d8fde042efd8652f053d8e879a736ed3b", - "reference": "5840c98d8fde042efd8652f053d8e879a736ed3b", + "url": "https://api.github.com/repos/laravel/laravel/zipball/7216fa7e9a797227f303630d937a0722878b753b", + "reference": "7216fa7e9a797227f303630d937a0722878b753b", "shasum": "" }, "require": { @@ -5822,9 +5827,9 @@ "laravel" ], "support": { - "source": "https://github.com/laravel/laravel/tree/v9.1.7" + "source": "https://github.com/laravel/laravel/tree/v9.1.8" }, - "time": "2022-05-03T15:51:16+00:00" + "time": "2022-05-05T19:52:25+00:00" }, { "name": "laravel/sanctum", @@ -6584,16 +6589,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.6.7", + "version": "1.6.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d41c39cb2e487663bce9bbd97c660e244b73abad" + "reference": "d76498c5531232cb8386ceb6004f7e013138d3ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d41c39cb2e487663bce9bbd97c660e244b73abad", - "reference": "d41c39cb2e487663bce9bbd97c660e244b73abad", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d76498c5531232cb8386ceb6004f7e013138d3ba", + "reference": "d76498c5531232cb8386ceb6004f7e013138d3ba", "shasum": "" }, "require": { @@ -6619,7 +6624,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.6.7" + "source": "https://github.com/phpstan/phpstan/tree/1.6.8" }, "funding": [ { @@ -6639,7 +6644,7 @@ "type": "tidelift" } ], - "time": "2022-05-04T22:55:41+00:00" + "time": "2022-05-10T06:54:21+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/src/Root.php b/src/Root.php index 39f9dc0e..35a71e4c 100644 --- a/src/Root.php +++ b/src/Root.php @@ -14,7 +14,7 @@ abstract class Root * * @var string */ - public const VERSION = '0.2.0'; + public const VERSION = '0.3.0'; /** * The registered callbacks.