From 13f29c029850ef19a9b52746e58c16bafd3c30f2 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 3 Mar 2021 18:36:40 +0545 Subject: [PATCH] Support PHP 7.2 --- .github/workflows/ci.yaml | 1 + composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d30622c..bf356cf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,6 +45,7 @@ jobs: - smbclient - libsmbclient php-version: + - "7.2" - "7.3" - "7.4" - "8.0" diff --git a/composer.json b/composer.json index 99133d2..d2b8abe 100644 --- a/composer.json +++ b/composer.json @@ -9,11 +9,11 @@ } ], "require" : { - "php": ">=7.3", + "php": ">=7.2", "icewind/streams": ">=0.7.3" }, "require-dev": { - "phpunit/phpunit": "^9.3.8", + "phpunit/phpunit": "^8.5|^9.3.8", "friendsofphp/php-cs-fixer": "^2.16", "phpstan/phpstan": "^0.12.57" },