Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qkrtmddml opened this issue Jan 30, 2018 · 3 comments

Comments

@qkrtmddml
Copy link

qkrtmddml commented Jan 30, 2018

hello

I have problem with
composer require nahid/talk
help me please

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

  Problem 1
    - nahid/talk v2.2.1 requires pusher/pusher-php-server ^2.6 -> satisfiable by pusher/pusher-php-server[2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.x-dev, v2.6.0] but these conflict with your requirements or minimum-stability.
    - nahid/talk v2.2.0 requires pusher/pusher-php-server ^2.6 -> satisfiable by pusher/pusher-php-server[2.6.1, 2.6.2, 2.6.3, 2.6.4, 2.x-dev, v2.6.0] but these conflict with your requirements or minimum-stability.
    - Installation request for nahid/talk ^2.2 -> satisfiable by nahid/talk[v2.2.0, v2.2.1].


Installation failed, reverting ./composer.json to its original content.

this is composer.json

{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=5.6.4",
        "laravel/framework": "5.3.*",
        "sebastian-berc/repositories": "^1.0",
        "yohang88/letter-avatar": "^1.0",
        "vinkla/pusher": "^3.0",
        "pusher/pusher-php-server": "^3.0",
        "predis/predis": "^1.1",
        "nahid/talk": "^2.2"
    },
    "require-dev": {
{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=5.6.4",
        "laravel/framework": "5.3.*",
        "sebastian-berc/repositories": "^1.0",
        "yohang88/letter-avatar": "^1.0",
        "vinkla/pusher": "^3.0",
        "pusher/pusher-php-server": "^3.0",
        "predis/predis": "^1.1",
        "nahid/talk": "^2.2"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~5.0",
        "symfony/css-selector": "3.1.*",
        "symfony/dom-crawler": "3.1.*"
    },
    "autoload": {
        "classmap": [
            "database"
        ],
        "psr-4": {
            "App\\": "app/"
        },
        "files": [
{
    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "type": "project",
    "require": {
        "php": ">=5.6.4",
        "laravel/framework": "5.3.*",
        "sebastian-berc/repositories": "^1.0",
        "yohang88/letter-avatar": "^1.0",
        "vinkla/pusher": "^3.0",
        "pusher/pusher-php-server": "^3.0",
        "predis/predis": "^1.1",
        "nahid/talk": "^2.2"
    },
    "require-dev": {
        "fzaninotto/faker": "~1.4",
        "mockery/mockery": "0.9.*",
        "phpunit/phpunit": "~5.0",
        "symfony/css-selector": "3.1.*",
        "symfony/dom-crawler": "3.1.*"
    },
    "autoload": {
        "classmap": [
            "database"
        ],
        "psr-4": {
            "App\\": "app/"
        },
        "files": [
        ]
    },
    "autoload-dev": {
        "classmap": [
            "tests/TestCase.php"
        ]
    },
    "scripts": {
        "post-root-package-install": [
            "php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "php artisan key:generate"
        ],
        "post-install-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postInstall",
            "php artisan optimize"
        ],
        "post-update-cmd": [
            "Illuminate\\Foundation\\ComposerScripts::postUpdate",
            "php artisan optimize"
        ]
    },
    "config": {
        "preferred-install": "dist"
    }
}

@nahid
Copy link
Owner

nahid commented Jan 30, 2018

use master branch

@MrTomAsh
Copy link

MrTomAsh commented Feb 7, 2018

I'm on the master branch with the same issue.

It's working when you downgrade two of the plugins:
"vinkla/pusher": "^2.5", "pusher/pusher-php-server": "^2.6",

@Bobyuan1015
Copy link

I met the same error? why does this project cannot use the latest version of pusher?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants