Fixed issue with autoloading - Invalid paths (#2538)
This commit is contained in:
parent
5f65ee6ac7
commit
4cb113a91b
1 changed files with 3 additions and 3 deletions
|
@ -13,11 +13,11 @@
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal",
|
"Google\\Protobuf\\Internal\\": "php/src/Google/Protobuf/Internal",
|
||||||
"GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal"
|
"GPBMetadata\\Google\\Protobuf\\Internal\\": "php/src/GPBMetadata/Google/Protobuf/Internal"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"src/Google/Protobuf/descriptor.php"
|
"php/src/Google/Protobuf/descriptor.php"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue