Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 3341cfd

Browse files
authored
Merge pull request #13 from hellofresh/patch/1.x
Version 1.x note
2 parents 0acd6a9 + 64b77d9 commit 3341cfd

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- '7.0'
55
- '7.1'
6+
- '7.2'
67

78
env:
89
- COMPOSER_UPDATE=

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
This is generic stats library that we at HelloFresh use in our projects to collect services' stats and then create monitoring
1515
dashboards to track activity and problems.
1616

17+
## Supported PHP versions
18+
19+
`stats-php` version `1.x` supports the following PHP version: `7.0`, `7.1`, `7.2`. If you going to use the library with newer PHP versions - consider using version `2.x+`.
20+
1721
## Key Features
1822

1923
* Several stats backends:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"friendsofphp/php-cs-fixer": "^2.3",
31-
"phpunit/phpunit": "^5.7",
31+
"phpunit/phpunit": "^6.5",
3232
"league/statsd": "^1.5"
3333
},
3434
"suggest": {

0 commit comments

Comments
 (0)