From c4f07c93dcbb20f873ef059865801d9a13609c65 Mon Sep 17 00:00:00 2001 From: Mehmet Korkmaz Date: Wed, 3 Feb 2021 13:05:59 +0300 Subject: [PATCH] php8 support added --- .travis.yml | 2 ++ composer.json | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0a9d7cb..7d61a2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,9 @@ cache: apt: true php: + - 7.3 - 7.4 + - 8.0 before_script: - composer install script: diff --git a/composer.json b/composer.json index 5bb7829..7ff83e3 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "minimum-stability": "stable", "require": { - "php": "^7.4" + "php": "^7.3 | ~8.0.0" }, "require-dev": { "codeception/codeception": "^4.1", @@ -21,7 +21,6 @@ "autoload": { "psr-4": { "Selami\\Stdlib\\": "src/" - } }, "autoload-dev": {