Aimeos create extension " Could not find a matching version of package aimeos-extensions/new-test. Check the package sp"

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
krzysiekp
Posts: 85
Joined: 05 Nov 2021, 16:19

Aimeos create extension " Could not find a matching version of package aimeos-extensions/new-test. Check the package sp"

Post by krzysiekp » 09 May 2022, 08:04

I try install new theme:

Code: Select all

composer req aimeos-extensions/new-test
I always receive error:

Code: Select all

 [InvalidArgumentException]                                                                                                                                                                                                 
  Could not find a matching version of package aimeos-extensions/new-test. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (dev). 

cyberdev
Posts: 14
Joined: 06 May 2022, 09:10

Re: Aimeos create extension " Could not find a matching version of package aimeos-extensions/new-test. Check the package

Post by cyberdev » 09 May 2022, 10:46

correct the version in Extension composer..

User avatar
aimeos
Administrator
Posts: 7954
Joined: 01 Jan 1970, 00:00

Re: Aimeos create extension " Could not find a matching version of package aimeos-extensions/new-test. Check the package

Post by aimeos » 09 May 2022, 13:45

Please read this section about how to install extensions:
https://aimeos.org/docs/latest/laravel/ ... -extension

Like @cyberdev said, you also need to generate the correct version of the extension for you Aimeos Laravel extension (both 2021.x or both 2022.x, depending on what's installed).
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply