Skip to content

Commit

Permalink
update README.md #16
Browse files Browse the repository at this point in the history
* change the branch of the build status
* change the `Installation` section
  • Loading branch information
iteman committed Oct 31, 2016
1 parent b6166c3 commit 8877103
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A BPMN 2.0 compliant workflow engine for PHP
[![Total Downloads](https://poser.pugx.org/phpmentors/workflower/downloads)](https://packagist.org/packages/phpmentors/workflower)
[![Latest Stable Version](https://poser.pugx.org/phpmentors/workflower/v/stable)](https://packagist.org/packages/phpmentors/workflower)
[![Latest Unstable Version](https://poser.pugx.org/phpmentors/workflower/v/unstable)](https://packagist.org/packages/phpmentors/workflower)
[![Build Status](https://travis-ci.org/phpmentors-jp/workflower.svg?branch=master)](https://travis-ci.org/phpmentors-jp/workflower)
[![Build Status](https://travis-ci.org/phpmentors-jp/workflower.svg?branch=1.2)](https://travis-ci.org/phpmentors-jp/workflower)

## Features

Expand Down Expand Up @@ -39,16 +39,8 @@ A BPMN 2.0 compliant workflow engine for PHP

Add the dependency to `phpmentors/workflower` into your `composer.json` file as the following:

**Stable version:**

```
composer require phpmentors/workflower "1.1.*"
```

**Development version:**

```
composer require phpmentors/workflower "~1.2@dev"
composer require phpmentors/workflower "1.2.*"
```

## Support
Expand Down

0 comments on commit 8877103

Please sign in to comment.