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

4.6.6, 4.5.9 etc have erroneous dependencies #33

Closed
jnweaver opened this issue May 17, 2017 · 6 comments
Closed

4.6.6, 4.5.9 etc have erroneous dependencies #33

jnweaver opened this issue May 17, 2017 · 6 comments

Comments

@jnweaver
Copy link

All of the older (older than 4.7.x) versions of this latest May 16, 2017 patch release of WP core, have composer dependencies for "johnpbloch/wordpres-core": "4.6.x-dev", "johnpbloch/wordpres-core": "4.5.x-dev", etc.

These are in addition to the correct wordpress-core dependencies (e.g. "johnpbloch/wordpress-core": "4.6.6"

It results in composer errors such as:

    - Installation request for johnpbloch/wordpress 4.6.6 -> satisfiable by johnpbloch/wordpress[4.6.6].
    - johnpbloch/wordpress 4.6.6 requires johnpbloch/wordpres-core 4.6.x-dev -> no matching package found.
@royduin
Copy link

royduin commented May 17, 2017

Same issue here... please fix this @johnpbloch. See for example: https://github.com/johnpbloch/wordpress/blob/4.6.6/composer.json#L28:L29, the last line should be removed and there is also a typo, Wordpress instead of Wordpres with one S.

@JohNan
Copy link

JohNan commented May 17, 2017

Same issue with latest 3.9.19

  Problem 1
    - Installation request for johnpbloch/wordpress 3.9.19 -> satisfiable by johnpbloch/wordpress[3.9.19].
    - johnpbloch/wordpress 3.9.19 requires johnpbloch/wordpres-core 3.9.x-dev -> no matching package found.

@djvdorp
Copy link

djvdorp commented May 17, 2017

+1

@johnpbloch
Copy link
Owner

This has been fixed and *.1 releases for all of the latest versions on the 3.7-4.6 branches have been pushed up (e.g. 4.6.6.1, etc.).

@royduin
Copy link

royduin commented May 17, 2017

Awesome! Thanks!

@jnweaver
Copy link
Author

Thank you!

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

5 participants