diff --git a/.travis.yml b/.travis.yml index c747b3ff..b11580f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,6 @@ language: php dist: trusty php: - - '5.5' - - '5.6' - - '7.0' - - '7.1' - '7.2' - '7.3' install: "composer install" @@ -26,7 +22,7 @@ jobs: include: - stage: 'Linting' language: php - php: '7.0' + php: '7.2' install: 'composer require "squizlabs/php_codesniffer=*"' script: 'composer lint' after_script: skip diff --git a/composer.json b/composer.json index 2e8dc56b..f5a00ec6 100644 --- a/composer.json +++ b/composer.json @@ -15,11 +15,11 @@ "beautify": "phpcbf" }, "require": { - "php": ">=5.5", + "php": ">=7.2", "justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0 || ^5.0", "lastguest/murmurhash": "1.3.0", "guzzlehttp/guzzle": "~5.3|~6.2", - "monolog/monolog": "~1.21", + "monolog/monolog": "^2.0", "icecave/parity": "^1.0 || ^2.0" }, "require-dev": {