Skip to content

Commit 06bb470

Browse files
WIP
1 parent 51b336b commit 06bb470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "piece/stagehand-fsm",
2+
"name": "phpmentors/stagehand-fsm",
33
"type": "library",
44
"description": "A finite state machine",
55
"keywords": ["fsm", "state machine"],
@@ -12,9 +12,9 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.3",
15+
"php": ">=7.0",
1616
"phpmentors/domain-kata": "~1.4",
17-
"symfony/event-dispatcher": "~2.8|~3.0|~4.0"
17+
"symfony/event-dispatcher": "~4.0|~5.0"
1818
},
1919
"require-dev": {
2020
"phake/phake": "~2.3",

0 commit comments

Comments
 (0)