Update composer.json
Updated OLE should now work on PHP 7.3
This commit is contained in:
parent
0318867079
commit
1c5726ef4a
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue