diff --git a/composer.json b/composer.json index 352808c..bc03faa 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "softonic/laravel-protobuf-events", "type": "library", - "description" : "Helper to allow nuwber/rabbitevents to work with protobuf", + "description": "Helper to allow nuwber/rabbitevents to work with protobuf", "keywords": [], "license": "Apache-2.0", "homepage": "https://github.com/softonic/laravel-protobuf-events", @@ -15,16 +15,15 @@ "ext-bcmath": "*", "ext-sockets": "*", "google/protobuf": "^3.19", - "nuwber/rabbitevents": "^7.0", - "psr/log": "^2.0" + "nuwber/rabbitevents": "^7.0" }, "require-dev": { - "phpunit/phpunit": "^9.0", - "mockery/mockery": "^1.0", "friendsofphp/php-cs-fixer": "^3.50", - "squizlabs/php_codesniffer": "^3", + "mockery/mockery": "^1.0", + "orchestra/testbench": "^8.21", + "phpunit/phpunit": "^9.0", "rector/rector": "^0.11.20", - "orchestra/testbench": "^6.24" + "squizlabs/php_codesniffer": "^3" }, "autoload": { "psr-4": {