spekulatius / silverstripe-composer-versions
Collect information about composer package versions in SilverStripe
Installs: 997
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 0
Type:silverstripe-module
Requires
- php: >5.3.2
- composer/composer: ^1.0
- friendsofsilverstripe/silverstripe-maintenance: ^0.3
- silverstripe/framework: ^3.0
Replaces
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:
-
Run the dev/build to collect the information
-
Use the information in your database (Table "ComposerPackageVersion").