Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codedge committed Apr 5, 2019
1 parent b373cce commit 8074641
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![Build Status](https://travis-ci.org/codedge/laravel-selfupdater.svg?branch=master)](https://travis-ci.org/codedge/laravel-selfupdater)
[![StyleCI](https://styleci.io/repos/64463948/shield)](https://styleci.io/repos/64463948)
[![codecov](https://codecov.io/gh/codedge/laravel-selfupdater/branch/master/graph/badge.svg)](https://codecov.io/gh/codedge/laravel-selfupdater)
[![composer.lock](https://poser.pugx.org/codedge/laravel-selfupdater/composerlock?format=flat-square)](https://packagist.org/packages/codedge/laravel-selfupdater)

This package provides some basic methods to implement a self updating
functionality for your Laravel 5 application. Already bundled are some
Expand All @@ -16,12 +17,6 @@ lovely users with Git and/or Composer commands ;-)

## Install with Composer

There are currently two branches:
* `master`: Compatible with PHP 7.x
* `5.x`: Compatible with PHP 5.5 + 5.6

_Please select the right branch for your PHP version accordingly._

To install the latest version from the master using [Composer](https://getcomposer.org/):
```sh
$ composer require codedge/laravel-selfupdater
Expand Down Expand Up @@ -225,4 +220,4 @@ Please see the [contributing guide](CONTRIBUTING.md).
Just a quickly sketched [roadmap](https://github.com/codedge/laravel-selfupdater/wiki/Roadmap) what still needs to be implemented.

## Licence
The MIT License (MIT). Please see [Licencse file](LICENSE) for more information.
The MIT License (MIT). Please see [Licence file](LICENSE) for more information.

0 comments on commit 8074641

Please sign in to comment.