Skip to content

Commit

Permalink
Merge pull request #18 from spekulatius/readme
Browse files Browse the repository at this point in the history
Improving readability
  • Loading branch information
spekulatius authored Jul 9, 2016
2 parents 16b91bb + 3e1ceff commit bdbe314
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
# [SilverStripe composer update checker](https://github.com/spekulatius/silverstripe-composer-update-checker)

[![Build Status](https://api.travis-ci.org/spekulatius/silverstripe-composer-update-checker.svg?branch=master)](https://travis-ci.org/spekulatius/silverstripe-composer-update-checker)
[![Latest Stable Version](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/version.svg)](https://github.com/spekulatius/silverstripe-composer-update-checker/releases)
[![Latest Unstable Version](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/v/unstable.svg)](https://packagist.org/packages/spekulatius/silverstripe-composer-update-checker)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/spekulatius/silverstripe-composer-update-checker.svg)](https://scrutinizer-ci.com/g/spekulatius/silverstripe-composer-update-checker?branch=master)
[![Total Downloads](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/downloads.svg)](https://packagist.org/packages/spekulatius/silverstripe-composer-update-checker)
[![License](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/license.svg)](https://github.com/spekulatius/silverstripe-composer-update-checker/blob/master/license.md)
# [SilverStripe composer update checker](https://github.com/spekulatius/silverstripe-composer-update-checker) <br />[![Build Status](https://api.travis-ci.org/spekulatius/silverstripe-composer-update-checker.svg?branch=master)](https://travis-ci.org/spekulatius/silverstripe-composer-update-checker) [![Latest Stable Version](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/version.svg)](https://github.com/spekulatius/silverstripe-composer-update-checker/releases) [![Latest Unstable Version](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/v/unstable.svg)](https://packagist.org/packages/spekulatius/silverstripe-composer-update-checker) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/spekulatius/silverstripe-composer-update-checker.svg)](https://scrutinizer-ci.com/g/spekulatius/silverstripe-composer-update-checker?branch=master) [![Total Downloads](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/downloads.svg)](https://packagist.org/packages/spekulatius/silverstripe-composer-update-checker) [![License](https://poser.pugx.org/spekulatius/silverstripe-composer-update-checker/license.svg)](https://github.com/spekulatius/silverstripe-composer-update-checker/blob/master/license.md)

Checks if any of your composer dependencies needs to be updated.

*So far this module only runs the actual checks and saves the information into a DataObject ("ComposerUpdate") - you need to take care of processing this information somehow! If you are considering to use this the [SilverStripe Maintenance module](https://github.com/FriendsOfSilverStripe/silverstripe-maintenance) might be worth a look.*

## Requirements
### Requirements

* SilverStripe Framework ^3.0
* SilverStripe QueuedJobs *

Installation
------------
### Installation

The following installation commands includes schedulding a queuedjob to populate the data. Run the following command to install this package:

Expand Down

0 comments on commit bdbe314

Please sign in to comment.