Skip to content

bringyourownideas/silverstripe-composer-versions

Repository files navigation

Collects information about the currently installed composer packages and saves it as a DataObject.

Because this module could expose information to an potential attacker the information doesn't get displayed! You need to take care of processing this information somehow! E.g. using the SilverStripe Maintenance module

Requirements

  • SilverStripe Framework ^3.0

Installation

It is recommended to install this module as a development dependency:

composer require bringyourownideas/silverstripe-composer-versions --dev

Please run /dev/build after composer has finished the installation.

It is recommended to install this as dev dependency only!

Usage

After the installation execute the following steps:

  1. Run the dev/build to collect the information

  2. Use the information in your database (Table "ComposerPackageVersion").