Skip to content

Commit 57dc246

Browse files
committed
📦 Explicitly specify supported PHP versions (7.4+,8.0+) to avoid installation for possible broken PHP versions
(there is no information about future deprecations that may be used by library)
1 parent 3a7876b commit 57dc246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
},
99
"require": {
10-
"php": ">=7.4",
10+
"php": "^7.4|^8.0",
1111
"code-tool/jaeger-client-php": "^3.4",
1212
"symfony/config": "^4.3|^5.0",
1313
"symfony/console": "^4.3|^5.0",

0 commit comments

Comments
 (0)