You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual Result
During oro:cron:definitions:load I see next error:
This is my composer.json: "require": { "php": "~8.1.0", "oro/commerce-enterprise": "5.0.*", "oro/health-check-bundle": "5.0.*", "oro/multi-host": "5.0.*", "oro/oauth2-server": "5.0.*", "oro/gridfs-config": "5.0.*", "oro/cookie-consent": "5.0.*", "orolab/order-split": "^5.0", "cweagans/composer-patches": "^1.7", "ext-simplexml": "*", "ext-libxml": "*", "litesaml/lightsaml": "^4.1", "gumlet/php-image-resize": "^2.0", "ext-dom": "*" },
This is composer info:
`
oro/api-doc-bundle 2.0.0 Fork of nelmio/NelmioApiDocBundle to make 2.x version compatible with Symfony 5
oro/calendar-bundle 5.0.7 Calendar bundle for OroPlatform-based applications.See https://doc.oroinc.com/user/back-office/activities/calendar-events/ for more information.
oro/commerce 5.0.12 OroCommerce - an open-source Business to Business Commerce application. \nThis package contains bundles and needs to be added as a dependency in an OroCommerce application.
oro/commerce-enterprise 5.0.11 OroCommerce Enterprise.
oro/cookie-consent 5.0.3 Oro Commerce Cookie Consent
oro/customer-portal 5.0.12
oro/doctrine-extensions 2.0.2 Doctrine Extensions for MySQL and PostgreSQL.
oro/gridfs-config 5.0.2 GridFS adapter configuration for Gaufrette
oro/health-check-bundle 5.0.3 Oro Health Check Bundle
oro/marketing 5.0.8 Oro Marketing Bundles
oro/multi-host 5.0.3 Oro Multi-Host deployment support for BAP
oro/oauth2-server 5.0.5 Oro OAuth 2.0 authorization and resource server for BAP
oro/platform 5.0.13 Business Application Platform (BAP)
oro/platform-enterprise 5.0.11 OroPlatform Enterprise
oro/platform-serialised-fields 5.0.2 OroPlatform Serialized Fields
oro/redis-config 5.0.6 OroRedisConfigBundle
oro/twig-inspector 1.0.3 Oro Twig Inspector adds the possibility to find twig templates and blocks used for rendering HTML pages faster during development
orolab/order-split 5.0.0 OroCommerce extension allowing to split one order into multiple orders by sellers (and other conditions)
....
guzzlehttp/guzzle 7.4.5 Guzzle is a PHP HTTP client library
guzzlehttp/promises 1.5.3 Guzzle promises library
guzzlehttp/psr7 1.9.1 PSR-7 message implementation that also provides common utility methods
`
I tried to update guzzlehttp/psr7 according to suggestins, but it is locked in oro/platform.
Details about your environment
OroCommerce version: Enterprise 5.0.9
PHP version: 8.1
Database PostgreSQL
The text was updated successfully, but these errors were encountered:
Summary
I am trying to update this application to the recent version - orocommerce-enterprise-nocrm-application and getting an error during update command.
Steps to reproduce
composer install
bin/console oro:platform:update --force --timeout=0 --skip-search-reindexation --skip-translations --skip-download-translations --no-interaction --env=dev --no-debug
Actual Result
During
oro:cron:definitions:load
I see next error:This is my composer.json:
"require": { "php": "~8.1.0", "oro/commerce-enterprise": "5.0.*", "oro/health-check-bundle": "5.0.*", "oro/multi-host": "5.0.*", "oro/oauth2-server": "5.0.*", "oro/gridfs-config": "5.0.*", "oro/cookie-consent": "5.0.*", "orolab/order-split": "^5.0", "cweagans/composer-patches": "^1.7", "ext-simplexml": "*", "ext-libxml": "*", "litesaml/lightsaml": "^4.1", "gumlet/php-image-resize": "^2.0", "ext-dom": "*" },
This is composer info:
`
oro/api-doc-bundle 2.0.0 Fork of nelmio/NelmioApiDocBundle to make 2.x version compatible with Symfony 5
oro/calendar-bundle 5.0.7 Calendar bundle for OroPlatform-based applications.See https://doc.oroinc.com/user/back-office/activities/calendar-events/ for more information.
oro/commerce 5.0.12 OroCommerce - an open-source Business to Business Commerce application. \nThis package contains bundles and needs to be added as a dependency in an OroCommerce application.
oro/commerce-enterprise 5.0.11 OroCommerce Enterprise.
oro/cookie-consent 5.0.3 Oro Commerce Cookie Consent
oro/customer-portal 5.0.12
oro/doctrine-extensions 2.0.2 Doctrine Extensions for MySQL and PostgreSQL.
oro/gridfs-config 5.0.2 GridFS adapter configuration for Gaufrette
oro/health-check-bundle 5.0.3 Oro Health Check Bundle
oro/marketing 5.0.8 Oro Marketing Bundles
oro/multi-host 5.0.3 Oro Multi-Host deployment support for BAP
oro/oauth2-server 5.0.5 Oro OAuth 2.0 authorization and resource server for BAP
oro/platform 5.0.13 Business Application Platform (BAP)
oro/platform-enterprise 5.0.11 OroPlatform Enterprise
oro/platform-serialised-fields 5.0.2 OroPlatform Serialized Fields
oro/redis-config 5.0.6 OroRedisConfigBundle
oro/twig-inspector 1.0.3 Oro Twig Inspector adds the possibility to find twig templates and blocks used for rendering HTML pages faster during development
orolab/order-split 5.0.0 OroCommerce extension allowing to split one order into multiple orders by sellers (and other conditions)
....
guzzlehttp/guzzle 7.4.5 Guzzle is a PHP HTTP client library
guzzlehttp/promises 1.5.3 Guzzle promises library
guzzlehttp/psr7 1.9.1 PSR-7 message implementation that also provides common utility methods
`
I tried to update guzzlehttp/psr7 according to suggestins, but it is locked in oro/platform.
Details about your environment
The text was updated successfully, but these errors were encountered: