Update composer.json

Updated OLE should now work on PHP 7.3
This commit is contained in:
Alexey Kopytko 2018-10-31 13:19:37 +09:00 committed by GitHub
parent 0318867079
commit 1c5726ef4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@
"type": "library", "type": "library",
"require": { "require": {
"pear/pear-core-minimal": "^1.10", "pear/pear-core-minimal": "^1.10",
"pear/ole": ">=1.0.0RC3", "pear/ole": ">=1.0.0RC4",
"php": ">=5.3.3 <7.3" "php": ">=5.3.3 <7.4"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "<6.0" "phpunit/phpunit": "<6.0"