Skip to content

Commit

Permalink
update README.md to change the version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iteman committed Mar 10, 2017
1 parent 1557520 commit f8c98eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A finite state machine
[![Total Downloads](https://poser.pugx.org/piece/stagehand-fsm/downloads.png)](https://packagist.org/packages/piece/stagehand-fsm)
[![Latest Stable Version](https://poser.pugx.org/piece/stagehand-fsm/v/stable.png)](https://packagist.org/packages/piece/stagehand-fsm)
[![Latest Unstable Version](https://poser.pugx.org/piece/stagehand-fsm/v/unstable.png)](https://packagist.org/packages/piece/stagehand-fsm)
[![Build Status](https://travis-ci.org/piece/stagehand-fsm.svg?branch=2.4)](https://travis-ci.org/piece/stagehand-fsm)
[![Build Status](https://travis-ci.org/piece/stagehand-fsm.svg?branch=2.5)](https://travis-ci.org/piece/stagehand-fsm)

`Stagehand_FSM` is a [finite state machine](https://en.wikipedia.org/wiki/Finite-state_machine).

Expand Down Expand Up @@ -53,7 +53,7 @@ echo $stateMachine->getCurrentState()->getStateID() . PHP_EOL; // "locked"
Add the dependency to `piece/stagehand-fsm` into your `composer.json` file as the following:

```
composer require piece/stagehand-fsm "2.4.*"
composer require piece/stagehand-fsm "2.5.*"
```

## Support
Expand Down

0 comments on commit f8c98eb

Please sign in to comment.