Skip to content

Commit

Permalink
chore: upgrade composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
hcdias committed Oct 10, 2023
1 parent 3fdd894 commit f3b8e39
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,21 @@
"require": {
"ext-rdkafka": ">=4.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.0 || ^7.0.0",
"php": ">=7.4",
"wikimedia/avro": "^1.9.0"
"guzzlehttp/guzzle": "^6.5.0 || ^7.0",
"illuminate/support": "^9.0 || ^10.0",
"illuminate/console": "^9.0 || ^10.0",
"illuminate/config": "^9.0 || ^10.0",
"php": "^8.0",
"rg/avro-php": "^3.0"
},
"require-dev": {
"leroy-merlin-br/coding-standard": "^v3.1.0",
"phpunit/phpunit": "^9.5.27",
"mockery/mockery": "^1.5.1",
"phpunit/phpunit": "^9.6.10",
"mockery/mockery": "^1.6.6",
"kwn/php-rdkafka-stubs": "^2.2.1",
"orchestra/testbench": "^6.25.1",
"orchestra/testbench": "^7.0|^8.0",
"dms/phpunit-arraysubset-asserts": "^0.2.1",
"phpro/grumphp": "^1.13.0",
"phpro/grumphp": "^1.16.0",
"vimeo/psalm": "^4.30.0",
"psalm/plugin-mockery": "^0.9.1",
"rector/rector": "^0.13.10"
Expand Down

0 comments on commit f3b8e39

Please sign in to comment.