Skip to content

Commit 7131cca

Browse files
authored
[FT] Use new 3.0 version of flix-tech/avro-php (#24)
1 parent 76bac53 commit 7131cca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"php": "~7.1",
1515
"guzzlehttp/guzzle": "~6.3",
1616
"beberlei/assert": "~2.7",
17-
"wikimedia/avro": "dev-master@dev"
17+
"flix-tech/avro-php": "^3.0"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~7.0",
@@ -26,9 +26,6 @@
2626
"raphhh/trex-reflection": "Needed if you want to use the `RequestCallbackValidator`",
2727
"doctrine/cache": "If you want to use the DoctrineCacheAdapter"
2828
},
29-
"replace": {
30-
"flix-tech/avro-php": "*"
31-
},
3229
"autoload": {
3330
"psr-4": {
3431
"FlixTech\\SchemaRegistryApi\\": "src/"

0 commit comments

Comments
 (0)