philwareham / textpattern-hive-admin-theme

The default Hive admin theme that ships as standard with Textpattern CMS.
https://design-patterns.textpattern.com/docs/
GNU General Public License v2.0
18 stars 8 forks source link

Installer package was renamed #47

Closed gocom closed 11 years ago

gocom commented 11 years ago

The textpattern installer package was renamed to from "rah/textpattern-plugin-installer" to textpattern/installer. This causes a name change to the requires property in the composer.json:

{
    "require": {
        "textpattern/installer" : "*@dev"
    }
}
philwareham commented 11 years ago

Done