Updated the composer.json to require PHP 7.2, removed Travis CI tests for all PHP versions prior to 7.2 and replace jimdo/prometheus_client_php with endclothing/prometheus_client_php to support PHP 7.2.
This commit is contained in:
parent
6e874128e8
commit
0969a17dfd
2 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
||||||
language: php
|
language: php
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- 5.6
|
|
||||||
- 7.0
|
|
||||||
- 7.1
|
|
||||||
- 7.2
|
- 7.2
|
||||||
- 7.3
|
- 7.3
|
||||||
|
- 7.4
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
|
||||||
|
|
|
@ -9,10 +9,10 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.6.0",
|
"php": ">=7.2.0",
|
||||||
"illuminate/support": "^5.3 || ^6.0 || ^7.0",
|
"illuminate/support": "^5.3 || ^6.0 || ^7.0",
|
||||||
"illuminate/routing": "^5.3 || ^6.0 || ^7.0",
|
"illuminate/routing": "^5.3 || ^6.0 || ^7.0",
|
||||||
"jimdo/prometheus_client_php": "^0.9.0"
|
"endclothing/prometheus_client_php": "^1.0"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue