Skip to content

Instantly share code, notes, and snippets.

@finwo
Created March 6, 2017 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save finwo/f90b3846e2c0aabc236d33f17125d2f2 to your computer and use it in GitHub Desktop.
Save finwo/f90b3846e2c0aabc236d33f17125d2f2 to your computer and use it in GitHub Desktop.
jsonmapper issue 72
Welcome to Linux Mint 18 Sarah (GNU/Linux 4.4.0-65-generic x86_64)
* Documentation: https://www.linuxmint.com
No mail.
Last login: Mon Mar 6 16:51:53 2017 from 127.0.0.1
finwo:~% cd git/jsonmapper-issue-72
finwo:jsonmapper-issue-72% phpbrew use 5.3.29
finwo:jsonmapper-issue-72% cat composer.json
{
"name": "ratus/promotools",
"autoload": {
"psr-4": {
"": "classes/psr/"
}
},
"minimum-stability": "stable",
"repositories": [
{
"type": "vcs",
"url": "git@github.com:Ratus/rest-client-php.git"
}
],
"require": {
"php": "~5.3.29",
"ext-curl": "*",
"ext-memcached": "*",
"mustangostang/spyc": "*",
"netresearch/jsonmapper": "0.10.*",
"ratus/rest-client-php": "*",
"finwo/property-accessor": "*",
"finwo/cache": "*",
"finwo/cache-memcached": "^0.3",
"finwo/cache-volatilestorage": "0.1.0",
"php-di/invoker": "*@dev",
"klein/klein": "*",
"rmccue/requests": "^1.6",
"phpunit/phpunit": "*@stable",
"leafo/lessphp": "^0.5.0",
"xamin/handlebars.php": "^0.10.4"
},
"scripts": {
"post-install-cmd": [
"php ./bin/distToConf.php",
"php ./bin/tests.php"
]
},
"extra": {
"paas": {
"document-root": "docs",
"index-document": "index.php"
}
},
"require-dev": {
"heroku/heroku-buildpack-php": "^109.0"
}
}
finwo:jsonmapper-issue-72% php -v
PHP 5.3.29 (cli) (built: Aug 11 2016 14:32:48)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2014 Zend Technologies
finwo:jsonmapper-issue-72% php -m
[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom 0,73, 0,59, 0,59
ereg
fileinfo
filter
hash
intl
json
libxml
mbstring
mcrypt
memcache
memcached
mhash
mysql
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
standard
sysvmsg
sysvsem
sysvshm
tokenizer
xml
xmlreader
xmlwriter
xsl
zip
zlib
[Zend Modules]
finwo:jsonmapper-issue-72% composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for finwo/cache-volatilestorage 0.1.0 -> satisfiable by finwo/cache-volatilestorage[v0.1.0].
- finwo/cache-volatilestorage v0.1.0 requires netresearch/jsonmapper ^1.1 -> satisfiable by netresearch/jsonmapper[v1.1.0, v1.1.1] but these conflict with your requirements or minimum-stability.
[2] finwo:jsonmapper-issue-72% exit
Connection to localhost closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment