laravel-shopify icon indicating copy to clipboard operation
laravel-shopify copied to clipboard

Laravel 9

Open AcriCAA opened this issue 2 years ago • 2 comments

Will there be forthcoming support for Laravel 9?

Composer is throwing this message: osiset/laravel-shopify[v17.1.0, ..., 17.1.x-dev] require laravel/framework ^7.0 || ^8.0 -> found laravel/framework[v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but it conflicts with your root composer.json require (^9.2).

AcriCAA avatar Jun 21 '22 14:06 AcriCAA

Up for visibility :)

RensBruil avatar Jun 23 '22 06:06 RensBruil

up

dutsik avatar Jul 29 '22 10:07 dutsik

There is a PR for this in #1100.

If you need an immediate workaround for Laravel 9 until that PR is merged...

Update your Laravel project's composer.json with:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "[email protected]:steveperrycreative/laravel-shopify.git"
    }
  ],
  "require": {
    "osiset/laravel-shopify": "dev-master"
  }
}

Then:

composer update osiset/laravel-shopify

frankiejarrett avatar Aug 18 '22 22:08 frankiejarrett

Duplicate, so closing.

Kyon147 avatar Aug 26 '22 08:08 Kyon147