GlueDev / laravel-stackdriver

Enables logging, tracing and error reporting to Google Stackdriver for Laravel
MIT License
47 stars 26 forks source link

Cannot install package #12

Closed jangidgirish closed 4 years ago

jangidgirish commented 4 years ago

the composer require is returning the error

./composer.json has been updated
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 google/common-protos (locked at 1.2) -> satisfiable by google/common-protos[1.2].
    - Installation request for gluedev/laravel-stackdriver dev-master -> satisfiable by gluedev/laravel-stackdriver[dev-master].
    - google/cloud-error-reporting v0.12.3 requires google/gax ^0.38.0 -> satisfiable by google/gax[0.38.0, 0.38.1, 0.38.2, 0.38.x-dev].
    - google/cloud-error-reporting v0.12.4 requires google/gax ^0.38.0 -> satisfiable by google/gax[0.38.0, 0.38.1, 0.38.2, 0.38.x-dev].
    - google/cloud-error-reporting v0.12.5 requires google/gax ^0.38.0 -> satisfiable by google/gax[0.38.0, 0.38.1, 0.38.2, 0.38.x-dev].
    - google/gax 0.38.0 requires google/common-protos ^0.1 -> satisfiable by google/common-protos[0.1.0].
    - google/gax 0.38.1 requires google/common-protos ^0.1 -> satisfiable by google/common-protos[0.1.0].
    - google/gax 0.38.2 requires google/common-protos ^0.1 -> satisfiable by google/common-protos[0.1.0].
    - google/gax 0.38.x-dev requires google/common-protos ^0.1 -> satisfiable by google/common-protos[0.1.0].
    - Conclusion: don't install google/common-protos 0.1.0
    - Can only install one of: google/gax[1.3.0, 0.37.0].
    - Can only install one of: google/gax[0.37.0, 1.3.0].
    - Can only install one of: google/gax[0.37.0, 1.3.0].
    - Conclusion: install google/gax 0.37.0|install google/cloud-error-reporting v0.12.3|install google/cloud-error-reporting v0.12.4|install google/cloud-error-reporting v0.12.5
    - Installation request for google/gax (locked at 1.3.0) -> satisfiable by google/gax[1.3.0].

Installation failed, reverting ./composer.json to its original content.
DiederikvandenB commented 4 years ago

Can you post the rest of your (dev) dependencies?

jangidgirish commented 4 years ago
"require": {
        "php": "^7.1.3",
        "ampeco/nova-date-range-filter": "^0.1.1",
        "depsimon/nova-stripe-checkout-field": "^1.0",
        "dillingham/nova-items-field": "^0.5.0",
        "dugajean/laravel-yaml": "^1.0",
        "epartment/nova-dependency-container": "^1.1",
        "fftcl/nova-cashier-manager": "*",
        "fideloper/proxy": "^4.0",
        "genealabs/laravel-model-caching": "^0.6.2",
        "google/cloud-bigquery": "^1.9",
        "google/cloud-kms": "^1.9",
        "hashids/hashids": "^3.0",
        "infinety-es/nova-filemanager": "^2.0",
        "intervention/image": "^2.4",
        "jenssegers/agent": "^2.6",
        "kabbouchi/nova-impersonate": "^1.1",
        "laravel/cashier": "^9.2",
        "laravel/framework": "5.8.*",
        "laravel/nova": "2.10.1",
        "laravel/slack-notification-channel": "^2.0",
        "laravel/tinker": "^1.0",
        "laravelcollective/html": "^5.4.0",
        "mdixon18/fontawesome": "^0.1.1",
        "mkopinsky/zxcvbn-php": "^4.4",
        "outhebox/nova-hidden-field": "^1.0",
        "predis/predis": "^1.1",
        "saumini/count": "^1.0",
        "sparclex/nova-import-card": "^2.0",
        "tightenco/nova-stripe": "^0.2.1",
        "titasgailius/search-relations": "^1.0",
        "ua-parser/uap-php": "^3.9",
        "vmitchell85/nova-links": "^1.0"
    },
    "require-dev": {
        "barryvdh/laravel-debugbar": "^3.2",
        "beyondcode/laravel-dump-server": "^1.0",
        "composer/composer": "^1.9",
        "filp/whoops": "^2.0",
        "fzaninotto/faker": "^1.4",
        "mockery/mockery": "^1.0",
        "nunomaduro/collision": "^2.0",
        "phpunit/phpunit": "^7.0",
        "client/bot-manager": "*",
        "admin/tool": "*",
        "yassi/nova-nested-form": "master"
    }
DiederikvandenB commented 4 years ago

Yeah, seems like we need to update the google/cloud-error-reporting dependency.

I can look at it tomorrow probably.

jangidgirish commented 4 years ago

any update on this issue.