updating aimeos core

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
bilginkilic
Posts: 34
Joined: 05 Jul 2020, 07:08

updating aimeos core

Post by bilginkilic » 20 Jul 2020, 13:10

Recently we have seen your major updates on facebook.
We use aimeos 5.8 LTS on amazon EC2.

For updating this line of code is enough ? Should I define also version number? We want to make it clean update.
composer require aimeos/aimeos-laravel
@bilginkilic_ (twitter)

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

Re: updating aimeos core

Post by aimeos » 21 Jul 2020, 08:48

If you want to use the latest release, use:

Code: Select all

composer req aimeos/aimeos-laravel:~2020.07
Sometimes, composer can't update all dependencies itself and you have to remove the contents of the ./vendor/ directory before.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

rowild

Re: updating aimeos core

Post by rowild » 14 Aug 2020, 08:57

In my case, I also had to delete the "ext" folder. Is that normal?

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

Re: updating aimeos core

Post by aimeos » 14 Aug 2020, 09:55

It seems to be a dependency handling problem in composer that it has problems updating all packages at once.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply