File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A finite state machine
5
5
[ ![ Total Downloads] ( https://poser.pugx.org/piece/stagehand-fsm/downloads.png )] ( https://packagist.org/packages/piece/stagehand-fsm )
6
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/piece/stagehand-fsm/v/stable.png )] ( https://packagist.org/packages/piece/stagehand-fsm )
7
7
[ ![ Latest Unstable Version] ( https://poser.pugx.org/piece/stagehand-fsm/v/unstable.png )] ( https://packagist.org/packages/piece/stagehand-fsm )
8
- [ ![ Build Status] ( https://travis-ci.org/piece/stagehand-fsm.svg?branch=master )] ( https://travis-ci.org/piece/stagehand-fsm )
8
+ [ ![ Build Status] ( https://travis-ci.org/piece/stagehand-fsm.svg?branch=2.4 )] ( https://travis-ci.org/piece/stagehand-fsm )
9
9
10
10
` Stagehand_FSM ` is a [ finite state machine] ( https://en.wikipedia.org/wiki/Finite-state_machine ) .
11
11
@@ -52,16 +52,8 @@ echo $stateMachine->getCurrentState()->getStateID() . PHP_EOL; // "locked"
52
52
53
53
Add the dependency to ` piece/stagehand-fsm ` into your ` composer.json ` file as the following:
54
54
55
- Stable version:
56
-
57
- ```
58
- composer require piece/stagehand-fsm "2.3.*"
59
- ```
60
-
61
- Development version:
62
-
63
55
```
64
- composer require piece/stagehand-fsm "~ 2.4@dev "
56
+ composer require piece/stagehand-fsm "2.4.* "
65
57
```
66
58
67
59
## Support
You can’t perform that action at this time.
0 commit comments