dynamic / silverstripe-maintenance-mode

Maintainance/Offline Mode Module for SilverStripe
BSD 2-Clause "Simplified" License
21 stars 18 forks source link

Update packagist name and convert to vendormodule #38

Open elliot-sawyer opened 5 years ago

elliot-sawyer commented 5 years ago

The packagist name for this repository seems to have changed. If you google "silverstripe maintenance mode" and click on the addons page, it points at the following URLs along with this repository: Addons: https://addons.silverstripe.org/add-ons/thisisbd/silverstripe-maintenance-mode Homepage: http://github.com/dljoseph/silverstripe-maintenance-mode Packagist: https://packagist.org/packages/thisisbd/silverstripe-maintenance-mode Repository: https://github.com/dljoseph/silverstripe-maintenance-mode

Changing the package name allows the module to be installed via composer. Changing it to vendormodule allows it to be installed in the vendors folder (see issue #31 )