Skip to content

Commit 2e2ed32

Browse files
Update composer version requirement
If we specify dev-master, just must depend on sgml-stream-interfaces directly or set your minimum-stability. Let's specify `^0.2`, which allows every release until `v0.3.0`
1 parent 27e9552 commit 2e2ed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"require": {
66
"hhvm": "^4.73",
77
"hhvm/hsl": "^4.41",
8-
"hershel-theodore-layton/sgml-stream-interfaces": "dev-master"
8+
"hershel-theodore-layton/sgml-stream-interfaces": "^0.2"
99
},
1010
"require-dev": {
1111
"hhvm/hhvm-autoload": "^3.2",

0 commit comments

Comments
 (0)