Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bringyourownideas/silverstripe-composer-versions
Delivers a complete list of all composer dependencies including versions.
https://github.com/bringyourownideas/silverstripe-composer-versions
composer silverstripe update versions
Last synced: 3 months ago
JSON representation
Delivers a complete list of all composer dependencies including versions.
- Host: GitHub
- URL: https://github.com/bringyourownideas/silverstripe-composer-versions
- Owner: bringyourownideas
- License: bsd-3-clause
- Created: 2016-02-21T10:19:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T07:13:05.000Z (over 6 years ago)
- Last Synced: 2024-05-03T04:00:50.479Z (9 months ago)
- Topics: composer, silverstripe, update, versions
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: license.md
Awesome Lists containing this project
README
# [SilverStripe composer versions](https://github.com/bringyourownideas/silverstripe-composer-versions)
[![Build Status](https://api.travis-ci.org/bringyourownideas/silverstripe-composer-versions.svg?branch=master)](https://travis-ci.org/bringyourownideas/silverstripe-composer-versions) [![Latest Stable Version](https://poser.pugx.org/bringyourownideas/silverstripe-composer-versions/version.svg)](https://github.com/bringyourownideas/silverstripe-composer-versions/releases) [![Latest Unstable Version](https://poser.pugx.org/bringyourownideas/silverstripe-composer-versions/v/unstable.svg)](https://packagist.org/packages/bringyourownideas/silverstripe-composer-versions) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/bringyourownideas/silverstripe-composer-versions.svg)](https://scrutinizer-ci.com/g/bringyourownideas/silverstripe-composer-versions?branch=master) [![Total Downloads](https://poser.pugx.org/bringyourownideas/silverstripe-composer-versions/downloads.svg)](https://packagist.org/packages/bringyourownideas/silverstripe-composer-versions) [![License](https://poser.pugx.org/bringyourownideas/silverstripe-composer-versions/license.svg)](https://github.com/bringyourownideas/silverstripe-composer-versions/blob/master/license.md)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](https://github.com/bringyourownideas/silverstripe-maintenance "Support for the maintainence of your SilverStripe site")*### 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](https://github.com/bringyourownideas/silverstripe-composer-versions/issues), [Contributing](https://github.com/bringyourownideas/silverstripe-composer-versions/blob/master/CONTRIBUTING.md), [License](https://github.com/bringyourownideas/silverstripe-composer-versions/blob/master/license.md)