dynamic / silverstripe-maintenance-mode

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

Composer install is broken #39

Open dirtybirdnj opened 5 years ago

dirtybirdnj commented 5 years ago

Composer installs are broken. first, the documentation is wrong and references a composer install command that does not work

composer require "dljoseph/silverstripe-maintenance-mode:*"

This command does work:

composer require thisisbd/silverstripe-maintenance-mode:dev-master

The problem is that doing composer require for this module... does not actually add anything to the /vendor directory.

Which leads to the following error:

Screen Shot 2019-10-29 at 10 32 06 PM

In addition to nothing getting created in the vendor/ directory, running composer require thisisbd/silverstripe-maintenance-mode:dev-master produces errors referencing dljoseph... this leads me to believe there is misconfiguration in the composer.json or something wrong with the packagist listing for this item.

This is a really important / useful tool... crazy that it's not built into silverstripe. 🤞 we can get it working, the idea / concept of it is perfect

dirtybirdnj commented 5 years ago

I tried the manual installation instructions... using the 2.2.0-beta.1 release

It produces the same error above that I get when doing composer installs