We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
flix-tech/avro-php
1 parent 76bac53 commit 7131ccaCopy full SHA for 7131cca
composer.json
@@ -14,7 +14,7 @@
14
"php": "~7.1",
15
"guzzlehttp/guzzle": "~6.3",
16
"beberlei/assert": "~2.7",
17
- "wikimedia/avro": "dev-master@dev"
+ "flix-tech/avro-php": "^3.0"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "~7.0",
@@ -26,9 +26,6 @@
26
"raphhh/trex-reflection": "Needed if you want to use the `RequestCallbackValidator`",
27
"doctrine/cache": "If you want to use the DoctrineCacheAdapter"
28
29
- "replace": {
30
- "flix-tech/avro-php": "*"
31
- },
32
"autoload": {
33
"psr-4": {
34
"FlixTech\\SchemaRegistryApi\\": "src/"
0 commit comments