diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 2e26538..5244697 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,14 @@ "homepage": "https://github.com/owncloud/TarStreamer", "license": "MIT", "require": { - "php": ">=5.3.8" + "php": ">=7.1" }, - "autoload": { + "config" : { + "platform": { + "php": "7.1" + } +}, +"autoload": { "psr-4": { "ownCloud\\TarStreamer\\": "src/" } @@ -25,8 +30,8 @@ ] }, "require-dev": { - "phpunit/phpunit": "^4.8", - "pear/pear-core-minimal": "v1.10.0alpha2", + "phpunit/phpunit": "^7.5", + "pear/pear-core-minimal": "v1.10.10", "pear/archive_tar": "~1.4" } } |