1
0
mirror of https://github.com/danog/ipc.git synced 2024-11-26 20:15:05 +01:00

Use less specific version constraints

This commit is contained in:
Daniil Gentili 2020-03-06 14:15:43 +01:00
parent 0fc0127964
commit 6971e4d61a
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -26,8 +26,8 @@
],
"require": {
"php": ">=7.1",
"amphp/byte-stream": "^1.7",
"amphp/parser": "^1.0"
"amphp/byte-stream": "^1",
"amphp/parser": "^1"
},
"require-dev": {
"amphp/amp": "^2.4",