Skip to content

Commit

Permalink
chore: add minor version to packages list
Browse files Browse the repository at this point in the history
  • Loading branch information
hcdias committed Oct 10, 2023
1 parent 1de2aaf commit 144e116
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"require": {
"ext-rdkafka": ">=4.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.0 || ^7.0",
"illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/console": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"illuminate/config": "^5.5 || ^6.0 || ^7.0 || ^8.0",
"guzzlehttp/guzzle": "^6.5.0 || ^7.0.0",
"illuminate/support": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"illuminate/console": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"illuminate/config": "^5.5.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
"php": ">=7.4",
"wikimedia/avro": "^1.9.0"
},
Expand Down

0 comments on commit 144e116

Please sign in to comment.