email delivery/payment translations

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!
User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: email delivery/payment translations

Post by aimeos » 27 Aug 2023, 17:37

Sorry, there was a dot too much and the correct command is:

Code: Select all

composer require aimeos/aimeos-laravel:2023.07.x-dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

WGSF
Posts: 22
Joined: 04 Apr 2023, 11:12

Re: email delivery/payment translations

Post by WGSF » 27 Aug 2023, 18:05

It Says
Problem 1
- Root composer.json requires aimeos/aimeos-laravel 2023.07.x-dev -> satisfiable by aimeos/aimeos-laravel[2023.07.x-dev].
- aimeos/aimeos-laravel 2023.07.x-dev requires aimeos/aimeos-core 2023.07.* -> found aimeos/aimeos-core[2023.07.1, 2023.07.2, 2023.07.x-dev] but the package is fixed to 2022.10.14 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.

I think it could be the same with Aimeos/ai-admin-jqadm

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

Re: email delivery/payment translations

Post by aimeos » 28 Aug 2023, 06:17

Do you still use 2022.10 LTS? If yes, updating between major versions requires migrating your code:
https://aimeos.org/docs/latest/changelog/2023.x/

Afterwards, you have to change the Aimeos versions in your composer.json file to "^2023.07.x-dev" and run:

Code: Select all

composer up
php artisan aimeos:setup
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply