spekulatius/silverstripe-composer-versions

This package is abandoned and no longer maintained. The author suggests using the bringyourownideas/silverstripe-composer-versions package instead.

Collect information about composer package versions in SilverStripe

0.3.2 2018-05-14 07:12 UTC

This package is auto-updated.

Last update: 2023-04-05 05:23:10 UTC


README

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").

MISC: Future ideas/development, issues, Contributing, License