We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b336b commit 06bb470Copy full SHA for 06bb470
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "piece/stagehand-fsm",
+ "name": "phpmentors/stagehand-fsm",
3
"type": "library",
4
"description": "A finite state machine",
5
"keywords": ["fsm", "state machine"],
@@ -12,9 +12,9 @@
12
}
13
],
14
"require": {
15
- "php": ">=5.3.3",
+ "php": ">=7.0",
16
"phpmentors/domain-kata": "~1.4",
17
- "symfony/event-dispatcher": "~2.8|~3.0|~4.0"
+ "symfony/event-dispatcher": "~4.0|~5.0"
18
},
19
"require-dev": {
20
"phake/phake": "~2.3",
0 commit comments