johnpbloch / wordpress-core-installer

A composer installer for WordPress core so I can stop saying core is a wordpress-plugin type package.
https://packagist.org/packages/johnpbloch/wordpress-core-installer
GNU General Public License v2.0
207 stars 49 forks source link

New plugin system in Composer #4

Closed Rarst closed 11 years ago

Rarst commented 11 years ago

It seems that Composer merged in new plugin system, which re-classifies installers from special thing to one possible kind of new more generic plugin thing.

A Custom Installer is defined as a class that implements the Composer\Installer\InstallerInterface and is usually distributed in a Composer Plugin.

See updated setting up and using custom installers and new setting up and using plugins docs.

johnpbloch commented 11 years ago

Updated to use the new plugin api in a4c08e91be99e858c7778c2f52a4d73820147c2e

I incremented the version to 0.2.0 so this wouldn't break any installations with out-of-date versions of Composer, so you'll need to update the requirements on your core mirrors.