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

Push v3.9.11 tag to Packagist #17

Closed djvdorp closed 8 years ago

djvdorp commented 8 years ago

Sorry for bothering you about this, but I'd like to update my deployments to v3.9.11 asap, and according to Packagist you can only trigger this refresh (it's not there yet):

Update Schedule

New packages will be crawled immediately after submission if you have JS enabled.

Existing packages without auto-updating (GitHub/BitBucket hook) will be crawled once a week for updates. When a hook is enabled packages are crawled whenever you push, or at least once a month in case the crawl failed. You can also trigger a manual update on your package page if you are logged-in as a maintainer.

It is highly recommended to set up the GitHub/BitBucket service hook for all your packages. This reduces the load on our side, and ensures your package is updated almost instantly. Check the how-to below.

The search index is updated every five minutes. It will index (or reindex) any package that has been crawled since the last time the search indexer ran.
MasonM commented 8 years ago

I'm not associated with this repo, but you can just change your composer.json to pull directly from this repo. That's what I did, because I don't want to wait for packagist to update. Example:

{
        "name": "foo/bar",
        "repositories":[
                { "type": "vcs", "url": "https://github.com/johnpbloch/wordpress" }
        ],
        "require": {
                "johnpbloch/wordpress": "3.9.11"
        }
}
johnpbloch commented 8 years ago

Either github or packagist were messing up the auto-update. Hopefully this was a one-time failure.