diff --git a/composer.json b/composer.json index d329e9a..ce05478 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Provides message queue retry processing functionality via RabbitMQ's dead letter exchange.", "type": "magento2-module", "license": "MIT", - "version": "1.1.0", + "version": "2.0.0", "authors": [ { "name": "Cristiano Pacheco", diff --git a/composer.lock b/composer.lock index e84097d..762461d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7436ce4a3465f984006c8aebea465436", + "content-hash": "def0343bde22e72d6267aae3bf52ab98", "packages": [ { "name": "brick/math", @@ -9034,16 +9034,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.11", + "version": "1.10.13", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21" + "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8aa62e6ea8b58ffb650e02940e55a788cbc3fe21", - "reference": "8aa62e6ea8b58ffb650e02940e55a788cbc3fe21", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f07bf8c6980b81bf9e49d44bd0caf2e737614a70", + "reference": "f07bf8c6980b81bf9e49d44bd0caf2e737614a70", "shasum": "" }, "require": { @@ -9092,7 +9092,7 @@ "type": "tidelift" } ], - "time": "2023-04-04T19:17:42+00:00" + "time": "2023-04-12T19:29:52+00:00" }, { "name": "phpunit/php-code-coverage",