Aimeos Installs wrong version

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
Monmon
Posts: 1
Joined: 02 Feb 2021, 19:04

Aimeos Installs wrong version

Post by Monmon » 02 Feb 2021, 19:41

Hi, am new to aimeos and am trying to get it installed in windows. however after following the guide here "https://github.com/aimeos/aimeos#installation" when I execute the command
composer create-project aimeos/aimeos myshop
it for some reason does not install the latest version as mentioned; however it installs:-
Installing aimeos/aimeos (2018.10.3)
which gives an error cause my php version is 8.0.1. that's the error it gives
require php ^7.0 -> your php version (8.0.1) does not satisfy that requirement.

Any help is appreciated

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

Re: Aimeos Installs wrong version

Post by aimeos » 05 Feb 2021, 07:02

Is another PHP version installed for CLI than for the web server?
You can check and use a specific one of you use the full path:

Code: Select all

which php
/path/to/php -v
/path/to/php /path/to/composer create-project aimeos/aimeos myshop
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: Aimeos Installs wrong version

Post by aimeos » 13 Feb 2021, 08:46

What's the output of:

Code: Select all

which php
php -v
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply