Skip to content

Commit edc8199

Browse files
committed
fix: change php dependency
1 parent 214e97d commit edc8199

File tree

2 files changed

+935
-312
lines changed

2 files changed

+935
-312
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4",
13+
"php": ">=7.4",
1414
"ext-json": "*",
1515
"ext-sockets": "*",
1616
"clue/socket-raw": "^1.4"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^7.4"
19+
"phpunit/phpunit": ">=7.4"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)