Confused about composer outdated...

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mzerbe
Posts: 7
Joined: 25 Nov 2024, 06:49

Confused about composer outdated...

Post by mzerbe » 13 Dec 2024, 09:48

Hi all,

I just upgraded the extension, so current status is:

Code: Select all

$ composer info
aimeos/ai-admin-graphql            2024.10.2  Aimeos Admin GraphQL API extension
aimeos/ai-admin-jqadm              2024.10.10 Aimeos VueJS+Bootstrap admin backend
aimeos/ai-admin-jsonadm            2024.10.3  Aimeos JSON admin API for backend
aimeos/ai-client-html              2024.10.4  Aimeos standard HTML frontend
aimeos/ai-client-jsonapi           2024.10.4  Aimeos frontend JSON REST API
aimeos/ai-controller-frontend      2024.10.2  Aimeos business controller logic for frontend
aimeos/ai-controller-jobs          2024.10.4  Aimeos job controllers for long running tasks
aimeos/ai-typo3                    2024.10.5  TYPO3 adapter for Aimeos e-commerce integration
aimeos/aimeos-base                 2024.10.3  Aimeos base layer for abstracting from host environments
aimeos/aimeos-core                 2024.10.9  Full-featured e-commerce components for high performance online shops
aimeos/aimeos-typo3                24.10.3    Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects
aimeos/macro                       1.0.2      Customize classes using closures
aimeos/map                         3.9.10     Easy and elegant handling of PHP arrays as array-like collection objects similar to jQuery and Laravel Collections
aimeos/upscheme                    1.2.0      Database schema upgrades made easy
If I check now, with composer outdated, I get the following...

Code: Select all

$ composer outdated
Color legend:
- patch or minor release available - update recommended
- major release available - update possible

Direct dependencies required in composer.json:
aimeos/aimeos-typo3   24.10.3 2023.10.8 Professional, full-featured and high performance TYPO3 e-commerce extension for online shops and complex B2B projects

Transitive dependencies not required in composer.json:
phpstan/phpdoc-parser 1.33.0  2.0.0   PHPDoc parser with support for nullable, intersection and generic types
Puzzled: 2023.10.8 is higher than 24.10.3 ?
Not new to TYPO3 (legacy) - but new to Aimeos & Composer.

Debian 12.8, ISPConfig 3.2.12p, TYPO3 13.4.2, PHP 8.2.26, MariaDB 10.11.6
Aimeos: 24.10.3, Bootstrap 15.0.0
VPS: Ampere® Altra® processors: 8 Core, 16MB RAM, KVM, Linux: 6.1.0-26-arm64

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

Re: Confused about composer outdated...

Post by aimeos » 13 Dec 2024, 09:55

There had been duplicate tags (2023.10.8 and 23.10.8) which caused that because 2023 is greater than 23 for composer. This has been fixed by deleting the 2023.10.* tags so only the 23.10.* tags are available now.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mzerbe
Posts: 7
Joined: 25 Nov 2024, 06:49

Re: Confused about composer outdated...

Post by mzerbe » 13 Dec 2024, 10:05

Thanks for the clarification,
Not new to TYPO3 (legacy) - but new to Aimeos & Composer.

Debian 12.8, ISPConfig 3.2.12p, TYPO3 13.4.2, PHP 8.2.26, MariaDB 10.11.6
Aimeos: 24.10.3, Bootstrap 15.0.0
VPS: Ampere® Altra® processors: 8 Core, 16MB RAM, KVM, Linux: 6.1.0-26-arm64

Post Reply