[wp-trac] [WordPress Trac] #49077: Add https://github.com/WordPress/wordpress-develop to Packagist
WordPress Trac
noreply at wordpress.org
Tue Dec 24 11:03:11 UTC 2019
#49077: Add https://github.com/WordPress/wordpress-develop to Packagist
------------------------------+-----------------------------
Reporter: clarinetlord | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Build/Test Tools | Version:
Severity: normal | Keywords:
Focuses: |
------------------------------+-----------------------------
Currently, the WordPress Develop repo is not on Packagist, even though it
now has a composer.json file (thanks to #43558). In order to use as a
dependency, for example to use as a foundation to building an automated
testing suite for a theme or plugin, you need to manually add the Github
URL as an additional repository definition in your project's composer.json
file. Normally this wouldn't be much of an issue, but due to the large
number of branches and tags, Composer has to search the entire repo to
generate a list of tags and branches available on every install/update,
which takes several minutes! Adding WordPress Develop to Packagist (to be
alongside https://packagist.org/packages/wordpress/phpdoc-parser), would
parse and cache branches and tags as they are released via the Packagist
Github hook.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/49077>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list