Skip to content

Commit a19d069

Browse files
authored
Relax dependencies
Fixes #21
1 parent 9e8478b commit a19d069

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
@@ -9,8 +9,8 @@
99
"ext-zmq": "*",
1010
"cboden/ratchet": "^0.4",
1111
"graham-campbell/throttle": "^6.0",
12-
"illuminate/console": "5.5.*",
13-
"illuminate/support": "5.5.*",
12+
"illuminate/console": "^5.5",
13+
"illuminate/support": "^5.5",
1414
"react/zmq": "0.2.*|0.3.*"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)