johnpbloch / wordpress

A fork of WordPress with Composer support added. Branches, tags, and trunk synced from upstream every 15 minutes.
https://packagist.org/packages/johnpbloch/wordpress
602 stars 102 forks source link

4.6.6, 4.5.9 etc have erroneous dependencies #33

Closed jnweaver closed 7 years ago

jnweaver commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

+1

johnpbloch commented 7 years ago

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 commented 7 years ago

Awesome! Thanks!

jnweaver commented 7 years ago

Thank you!