Skip to content

Commit

Permalink
Be explicit about the supported PHP versions
Browse files Browse the repository at this point in the history
This means supporting PHP 8.1 will require a new release of the library.
PHP major release often comes with BC so this is to be expected anyway.
The constraints on the PHP versions only makes it explicit.
  • Loading branch information
LeSuisse committed Nov 26, 2020
1 parent ddc606b commit 657aa76
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 76 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -3,7 +3,7 @@
"description": "Prometheus instrumentation library",
"license": "Apache-2.0",
"require": {
"php": "^7.3|^7.4|^8.0",
"php": "~7.3.0|~7.4.0|~8.0.0",
"ext-json": "*",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
Expand Down
139 changes: 64 additions & 75 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 657aa76

Please sign in to comment.