Skip to content

Commit e45e70d

Browse files
committed
explicitly specify PHP version requirements
1 parent aa775ae commit e45e70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"keywords": ["php curl client"],
55
"license": "MIT",
66
"require": {
7+
"php": "^7.3|^8.0",
78
"ext-curl": "*",
89
"ext-json": "*"
910
},

0 commit comments

Comments
 (0)