Commit 4cb113a9 authored by NicklasWallgren's avatar NicklasWallgren Committed by Paul Yang

Fixed issue with autoloading - Invalid paths (#2538)

parent 5f65ee6a
......@@ -13,11 +13,11 @@
},
"autoload": {
"psr-4": {
"Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal",
"GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal"
"Google\\Protobuf\\Internal\\": "php/src/Google/Protobuf/Internal",
"GPBMetadata\\Google\\Protobuf\\Internal\\": "php/src/GPBMetadata/Google/Protobuf/Internal"
},
"files": [
"src/Google/Protobuf/descriptor.php"
"php/src/Google/Protobuf/descriptor.php"
]
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment