Skip to content

Commit

Permalink
Merge pull request #15 from softonic/Allow-logs-for-outgoing-and-inco…
Browse files Browse the repository at this point in the history
…ming-protobuf-messages

Upgrade orchestra/testbench dependency
  • Loading branch information
xaviapa authored Mar 5, 2024
2 parents 253a3b0 + 24d8b65 commit 3982568
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 3982568

Please sign in to comment.