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

Composer #3

Closed
tillkruss opened this issue Mar 3, 2018 · 1 comment
Closed

Composer #3

tillkruss opened this issue Mar 3, 2018 · 1 comment

Comments

@tillkruss
Copy link

We're installing WordPress using Composer:

{
  "require": {
    "johnpbloch/wordpress-core": "^4.8.0",
    "johnpbloch/wordpress-core-installer": "~1.0"
  }
}

Are there any plans to support checking signatures of this as well?

@ericmann
Copy link
Contributor

ericmann commented Mar 6, 2018

Not at this time. Composer downloads are significantly different than core ZIP downloads. I'll follow up with @johnpbloch and see if there's a way we could add support, but at the moment that's not on the roadmap.

That being said, Composer itself is looking to add support for this kind of functionality in the future.

@ericmann ericmann closed this as completed Mar 6, 2018
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