Merge pull request #101 from phil-davis/support-php-7.2

Support PHP 7.2
This commit is contained in:
Robin Appelman 2021-03-03 20:49:42 +00:00 committed by GitHub
commit 849ea79d2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -45,6 +45,7 @@ jobs:
- smbclient - smbclient
- libsmbclient - libsmbclient
php-version: php-version:
- "7.2"
- "7.3" - "7.3"
- "7.4" - "7.4"
- "8.0" - "8.0"

View file

@ -9,11 +9,11 @@
} }
], ],
"require" : { "require" : {
"php": ">=7.3", "php": ">=7.2",
"icewind/streams": ">=0.7.3" "icewind/streams": ">=0.7.3"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.3.8", "phpunit/phpunit": "^8.5|^9.3.8",
"friendsofphp/php-cs-fixer": "^2.16", "friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.57" "phpstan/phpstan": "^0.12.57"
}, },