Skip to content

Commit 9fb2109

Browse files
committed
composer.json: Relax all version constraints..
..to the latest major or the major that still supports PHP 5.6.
1 parent cab7716 commit 9fb2109

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,30 @@
1717
"php": ">=5.6.3",
1818
"ext-curl": "*",
1919
"clue/block-react": "^1",
20-
"clue/connection-manager-extra": "^1.1",
20+
"clue/connection-manager-extra": "^1",
2121
"clue/http-proxy-react": "^1",
22-
"clue/mq-react": "^1.1",
23-
"clue/redis-react": "^2.3",
24-
"clue/soap-react": "^1.0",
25-
"clue/socket-raw": "^1.4",
22+
"clue/mq-react": "^1",
23+
"clue/redis-react": "^2",
24+
"clue/soap-react": "^1",
25+
"clue/socket-raw": "^1",
2626
"clue/socks-react": "^1",
27-
"clue/stdio-react": "^2.3",
27+
"clue/stdio-react": "^2",
2828
"evenement/evenement": "^2",
29-
"predis/predis": "^1.1",
29+
"predis/predis": "^1",
3030
"psr/http-message": "^1",
31-
"ramsey/uuid": "^3.8",
31+
"ramsey/uuid": "^3",
3232
"react/child-process": "^0.6",
33-
"react/datagram": "^1.5",
33+
"react/datagram": "^1",
3434
"react/dns": "^1",
35-
"react/event-loop": "^1.1",
35+
"react/event-loop": "^1",
3636
"react/http": "^1",
3737
"react/promise": "^2",
3838
"react/promise-stream": "^1",
39-
"react/promise-timer": "^1.5",
39+
"react/promise-timer": "^1",
4040
"react/socket": "^1",
41-
"react/stream": "^1.1",
42-
"guzzlehttp/psr7": "^1.7",
43-
"guzzlehttp/guzzle": "^6.5.5"
41+
"react/stream": "^1",
42+
"guzzlehttp/psr7": "^1",
43+
"guzzlehttp/guzzle": "^6.5"
4444
},
4545
"require-dev": {
4646
}

0 commit comments

Comments
 (0)