kirkbushell / eloquence

A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
MIT License
543 stars 58 forks source link

Requirements could not be resolved #7

Closed ncskrypt closed 10 years ago

ncskrypt commented 10 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

kirkbushell commented 10 years ago

Hi @linxgws.

Very strange - I was able to install/update as necessary based on the dev package.

I've updated the 1.x branch to use ~2.7 instead - could you test this on your local and see if this work? If it's still broken I'm not sure how to resolve.

kirkbushell commented 10 years ago

@linxgws I've cloned it twice and setup the dependencies based on the composer.json in 1.1.0 as well, and still no problems. Could you give a little more information from your composer run, by doing the following:

composer install -vvv

Or:

composer update -vvv

Cheers!

ncskrypt commented 10 years ago

I think it may have to do with

"minimum-stability": "stable"

Potential causes:

Here's my composer.json file

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "require": {
        "laravel/framework": "4.2.*",
        "guzzlehttp/guzzle": "~4.0",
        "cboden/Ratchet": "0.3.*",
        "laracasts/utilities": "~1.0",
        "kirkbushell/eloquence": "1.0.*"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "1.*",
        "way/generators": "2.*"
    },
    "autoload": {
        "classmap": [
            "app/commands",
            "app/controllers",
            "app/models",
            "app/library",
            "app/database/migrations",
            "app/database/seeds",
            "app/tests/TestCase.php",
            "app/composers"
        ]
    },
    "scripts": {
        "post-install-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "php artisan clear-compiled",
            "php artisan optimize"
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ]
    },
    "config": {
        "preferred-install": "dist"
    },
    "minimum-stability": "stable"
}

And a dump of the composer update:

➜ sudo composer update -vvv
Reading ./composer.json
Executing command (CWD): git describe --exact-match --tags
Executing command (CWD): git branch --no-color --no-abbrev -v
Loading composer repositories with package information
Downloading https://packagist.org/packages.json
Writing /Users/Skrypt/.composer/cache/repo/https---packagist.org/packages.json into cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/p-provider-active.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/p-provider-archived.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/p-provider-latest.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/p-provider-stale.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-laravel$laravel.json from cache
Updating dependencies (including require-dev)
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-laravel$framework.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$guzzle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-cboden$ratchet.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-laracasts$utilities.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-kirkbushell$eloquence.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-barryvdh$laravel-debugbar.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-way$generators.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-psr$log.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$http-foundation.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$http-kernel.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-stack$builder.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$doctrine-bridge.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$monolog-bridge.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bridge.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$doctrine-abstract-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$doctrine-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$framework-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$monolog-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$security-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$swiftmailer-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$twig-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$web-profiler-bundle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$browser-kit.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$class-loader.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$config.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$console.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$css-selector.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$dependency-injection.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$dom-crawler.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$event-dispatcher.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$finder.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$form.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$locale.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$process.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$routing.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$security.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$serializer.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$templating.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$translation.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$validator.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$yaml.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-mango-group$symfony.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-doctrine$common.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-twig$twig.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$propel1-bridge.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$swiftmailer-bridge.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$filesystem.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$options-resolver.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$property-access.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$stopwatch.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$icu.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$debug.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$intl.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$proxy-manager-bridge.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$expression-language.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$security-acl.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$security-core.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$security-csrf.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$security-http.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-symfony$symfony.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-doctrine$inflector.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-doctrine$cache.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-doctrine$collections.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-doctrine$lexer.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-doctrine$annotations.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-monolog$monolog.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-nikic$php-parser.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-jeremeamia$superclosure.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-jeremeamia$functionparser.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-ircmaxell$password-compat.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-d11wtq$boris.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-classpreloader$classpreloader.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-swiftmailer$swiftmailer.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-evenement$evenement.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$stream.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$guzzle.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-silex$silex.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$event-loop.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$socket.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$http.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$espresso.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$react.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-pimple$pimple.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$http.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$parser.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$common.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$dns.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$http-client.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$batch.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$cache.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$inflection.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$iterator.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$log.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-async.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-backoff.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-cache.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-cookie.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-curlauth.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-history.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-log.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-mock.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-oauth.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$service.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$stream.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-md5.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$promise.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$cache.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-react$socket-client.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzle$plugin-error-response.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-phpseclib$phpseclib.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$support.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-anlutro$curl.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-ngmy$l4-dav.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-filp$whoops.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-nesbot$carbon.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-patchwork$utf8.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-predis$predis.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$auth.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$cache.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$config.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$console.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$container.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$cookie.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$database.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$encryption.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$events.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$exception.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$filesystem.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$foundation.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$hashing.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$http.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$html.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$log.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$mail.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$pagination.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$queue.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$redis.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$routing.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$session.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$translation.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$validation.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$view.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$workbench.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-amaly$laravel-framework.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-illuminate$remote.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-simplenightdev$framework-gae.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-weboap$option.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-igorw$config-service-provider.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-cilex$console-service-provider.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-justinrainbow$json-schema.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-mlebkowski$crane.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-maximebf$debugbar.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-raveren$kint.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-doctrine$dbal.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-guzzlehttp$streams.json from cache
Reading /Users/Skrypt/.composer/cache/repo/https---packagist.org/provider-rhumsaa$uuid.json from cache
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for kirkbushell/eloquence 1.1.x -> satisfiable by kirkbushell/eloquence[1.1.0].
    - kirkbushell/eloquence 1.1.0 requires rhumsaa/uuid 3.0.*@dev -> no matching package found.

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
kirkbushell commented 10 years ago

Alright, try now. I've patched 1.1.1. It works fine on 2.7.3 stable, so I've set the dependency to ~2.7. If the issue still exists after that, please re-open :)

ncskrypt commented 10 years ago

Good looks. Looking forward to using the UUID features.