composer.json: depend on pear-core-minimal instead
Packages we depend on depend on it anyway, but pear/pear is in conflict with -minimal as of writing.
This commit is contained in:
parent
866621dfcb
commit
a3abd77380
|
|
@ -44,7 +44,7 @@
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"require": {
|
"require": {
|
||||||
"pear/pear": "*",
|
"pear/pear-core-minimal": "^1.10",
|
||||||
"pear/ole": "*",
|
"pear/ole": "*",
|
||||||
"php": ">=5.3.3"
|
"php": ">=5.3.3"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue