![Picture of Tony Hansen Picture of Tony Hansen](/graphics/unknown.gif)
Tony Hansen - 2016-07-30 23:49:47
I am really excited about this package!
I am getting this error on composer update:
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for phpclasses/jaxon-core >=1.0.0 -> satisfiable by phpclasses/jaxon-core[1.0.0].
- phpclasses/jaxon-core 1.0.0 requires pimple/pimple ~3.0 -> no matching package found.
Here is composer.json:
{
"name": "xyz.com",
"require": {
"erusev/parsedown": "1.5.3",
"mpdf/mpdf" : "*",
"mobiledetect/mobiledetectlib": "^2.8",
"tecnickcom/tcpdf": "^6.2",
"components/bootstrap": "^3.3",
"sendgrid/sendgrid": "~4.0",
"phpclasses/jaxon-core": ">=1.0.0"
},
"repositories":
[
{
"type": "composer",
"url": "https:\/\/www.phpclasses.org\/"
},
{
"packagist": false
}
]
}