diff --git a/.travis.yml b/.travis.yml index 1d3995e..68eeec4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ php: - 7.1 - 7.2 - 7.3 - - 7.4snapshot + - 7.4 - master matrix: diff --git a/composer.json b/composer.json index e7d57ff..0d539ce 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "license": "MIT", "require": { - "php": "~7.1" + "php": "^7.1 || ^8.0" }, "require-dev": { "consistence/coding-standard": "^3.5",