Skip to content

Commit

Permalink
Fixed issue with autoloading - Invalid paths (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklasWallgren authored and TeBoring committed Dec 28, 2016
1 parent e230283 commit da9fea1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit da9fea1

Please sign in to comment.