Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Invalid paths in composer.json #2532

Closed
NicklasWallgren opened this issue Dec 22, 2016 · 3 comments
Closed

PHP Invalid paths in composer.json #2532

NicklasWallgren opened this issue Dec 22, 2016 · 3 comments

Comments

@NicklasWallgren
Copy link
Contributor

NicklasWallgren commented Dec 22, 2016

The composer.json contains invalid paths.

"src/Google/Protobuf/descriptor.php" should be "php/src/Google/Protobuf/descriptor.php"

https://github.com/google/protobuf/blob/master/composer.json

 "autoload": {
    "psr-4": {
      "Google\\Protobuf\\Internal\\": "src/Google/Protobuf/Internal",
      "GPBMetadata\\Google\\Protobuf\\Internal\\": "src/GPBMetadata/Google/Protobuf/Internal"
    },
    "files": [
      "src/Google/Protobuf/descriptor.php"
    ]
  }
@NicklasWallgren
Copy link
Contributor Author

@TeBoring Could you have a look? :)

@NicklasWallgren
Copy link
Contributor Author

NicklasWallgren commented Dec 23, 2016

#2538

@TeBoring
Copy link
Contributor

#2538 merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants