Skip to content

I can't install the package #18

Open
@andresu22

Description

Hi,

I can't install the package

I using Laravel v9.33.0 (PHP v8.0.3)

I trying to install using these two options

Run composer require scottybo/laravel-google-my-business

Or to install via composer - edit your composer.json to require the package.

"require": { "scottbo/laravel-google-my-business": "1.*" }

Then run composer update in your terminal to pull it in.

I got this error:

Problem 1
- Root composer.json requires scottybo/laravel-google-my-business ^2.2 -> satisfiable by scottybo/laravel-google-my-business[2.2.0].
- scottybo/laravel-google-my-business 2.2.0 requires illuminate/support 6.* || 7.* || 8.* -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require scottybo/laravel-google-my-business:*" to figure out if any version is installable, or "composer require scottybo/laravel-google-my-business:^2.1" if you know which you need.

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions