laravel-google-merchant-api icon indicating copy to clipboard operation
laravel-google-merchant-api copied to clipboard

Support PHP 8.1?

Open Havenstd06 opened this issue 2 years ago • 2 comments

Havenstd06 avatar Jul 07 '22 13:07 Havenstd06

Laravel upgrade shows error

  • illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.2) does not satisfy that requirement.
    • Root composer.json requires moirei/laravel-google-merchant-api ^1.1.4 -> satisfiable by moirei/laravel-google-merchant-api[1.1.4].

sujith2014 avatar Oct 13 '22 06:10 sujith2014

it's supported but the version isn't bumped on packagist.org yet. you can install via composer require moirei/laravel-google-merchant-api:dev-master

h0lley avatar Dec 21 '22 13:12 h0lley