Skip to content

Instantly share code, notes, and snippets.

@radmiraal
Created April 3, 2013 12:05
Show Gist options
  • Save radmiraal/5300623 to your computer and use it in GitHub Desktop.
Save radmiraal/5300623 to your computer and use it in GitHub Desktop.
"name": "some/package",
"description" : "",
"config": {
"vendor-dir": "Packages/Libraries",
"bin-dir": "bin"
},
"require": {
"typo3/flow": "2.0.0-beta1"
},
"require-dev": {
"typo3/kickstart": "dev-master",
"typo3/buildessentials": "dev-master",
"phpunit/phpunit": "3.7.x",
"mikey179/vfsstream": "1.1.*"
},
"minimum-stability": "dev",
"scripts": {
"post-update-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall",
"post-install-cmd": "TYPO3\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall"
}
}
@radmiraal
Copy link
Author

composer update --dev
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
- Conclusion: don't install typo3/flow-composer-installers dev-master
- Conclusion: don't install composer/installers 1.0.x-dev
- Conclusion: don't install typo3/flow-composer-installers dev-real-composer-name
- Installation request for typo3/flow 2.0.0-beta1 -> satisfiable by typo3/flow 2.0.0-beta1.
- Installation request for typo3/buildessentials dev-master -> satisfiable by typo3/buildessentials dev-master.
- typo3/flow 2.0.0-beta1 requires typo3/flow-composer-installers * -> satisfiable by typo3/flow-composer-installers dev-master, typo3/flow-composer-installers dev-real-composer-name, typo3/flow-composer-installers dev-rebased, typo3/flow-composer-installers dev-test.
- don't install composer/installers v1.0.2|don't install typo3/flow-composer-installers dev-rebased
- don't install composer/installers v1.0.2|don't install typo3/flow-composer-installers dev-test
- typo3/buildessentials dev-master requires composer/installers >=1.0.2,<1.1 -> satisfiable by composer/installers 1.0.x-dev, composer/installers v1.0.2, composer/installers v1.0.3.
- Conclusion: don't install composer/installers v1.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment