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",
|
||||
"require": {
|
||||
"pear/pear-core-minimal": "^1.10",
|
||||
"pear/ole": ">=1.0.0RC3",
|
||||
"php": ">=5.3.3 <7.3"
|
||||
"pear/ole": ">=1.0.0RC4",
|
||||
"php": ">=5.3.3 <7.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "<6.0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue