Skip to content

Commit ad53a4d

Browse files
authored
Merge pull request #53 from clue-labs/deps
Forward compatibility with stable clue/utf8-react and clue/term-react
2 parents c35d6c8 + 43e6762 commit ad53a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"php": ">=5.3",
1515
"react/event-loop": "0.3.*|0.4.*",
1616
"react/stream": "^0.4.2",
17-
"clue/utf8-react": "^0.1",
18-
"clue/term-react": "^0.1.1"
17+
"clue/utf8-react": "^1.0 || ^0.1",
18+
"clue/term-react": "^1.0 || ^0.1.1"
1919
},
2020
"suggest": {
2121
"ext-mbstring": "Using ext-mbstring should provide slightly better performance for handling I/O"

0 commit comments

Comments
 (0)