diff --git a/.travis.yml b/.travis.yml index 73fafca..289c64b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: php php: - 7.1 + - 7.2 script: - composer validate diff --git a/composer.json b/composer.json index d0e7c1f..9b22e75 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ } }, "require": { - "php": "7.1.*", + "php": "7.1.* || 7.2.*", "nette/http": "~2.0 || ~3.0", "nette/caching": "2.4.* || 2.5.*", "nette/application": "2.3.* || 2.4.*",