I see error when trying update my Magento via composer:
Problem 1 - Root composer.json requires magento/product-community-edition 2.4.3 -> satisfiable by magento/product-community-edition[2.4.3]. - Conclusion: don't install ramsey/uuid[4.1.3] | install one of magento/magento2-functional-testing-framework[3.6.0, 3.6.1, 3.7.0] (conflict analysis result) - Conclusion: don't install magento/magento2-functional-testing-framework 3.6.0 (conflict analysis result) - Conclusion: don't install magento/magento2-functional-testing-framework 3.6.1 (conflict analysis result) - Conclusion: don't install magento/magento2-functional-testing-framework 3.7.0 (conflict analysis result) - magento/product-community-edition 2.4.3 requires magento/framework 103.0.3 -> satisfiable by magento/framework[103.0.3]. - Root composer.json requires magento/magento2-functional-testing-framework ^3.0 -> satisfiable by magento/magento2-functional-testing-framework[3.0.0, ..., 3.7.0]. - allure-framework/allure-codeception[1.4.3, ..., 1.4.4] require allure-framework/allure-php-api ~1.1.8 -> satisfiable by allure-framework/allure-php-api[1.1.8]. - allure-framework/allure-codeception 1.4.2 requires allure-framework/allure-php-api ~1.1.7 -> satisfiable by allure-framework/allure-php-api[1.1.7, 1.1.8]. - allure-framework/allure-php-api[1.1.6, ..., 1.1.8] require ramsey/uuid ^3.0 -> satisfiable by ramsey/uuid[3.0.0, ..., 3.9.6]. - allure-framework/allure-php-api 1.1.5 requires ramsey/uuid ^3.0.0 -> satisfiable by ramsey/uuid[3.0.0, ..., 3.9.6]. - Only one of these can be installed: rhumsaa/uuid[2.7.0, ..., 2.8.2], ramsey/uuid[3.0.0, ..., 3.9.6, 4.0.0, ..., 4.2.3]. ramsey/uuid replaces rhumsaa/uuid and thus cannot coexist with it. - magento/framework 103.0.3 requires ramsey/uuid ~4.1.0 -> satisfiable by ramsey/uuid[4.1.0, 4.1.1, 4.1.2, 4.1.3]. - Conclusion: don't install ramsey/uuid[4.1.1] | install one of magento/magento2-functional-testing-framework[3.5.1, 3.6.0, 3.6.1, 3.7.0] (conflict analysis result) - Conclusion: don't install ramsey/uuid[4.1.2] | install one of magento/magento2-functional-testing-framework[3.5.1, 3.6.0, 3.6.1, 3.7.0] (conflict analysis result) - magento/magento2-functional-testing-framework 3.5.1 requires csharpru/vault-php ^4.1.0 -> satisfiable by csharpru/vault-php[4.1.0, 4.2.0, 4.2.1]. - You can only install one version of a package, so only one of these can be installed: csharpru/vault-php[3.5.3, 4.1.0, 4.2.0, 4.2.1]. - Conclusion: install one of magento/magento2-functional-testing-framework[3.6.0, 3.6.1, 3.7.0], ramsey/uuid[4.1.3], csharpru/vault-php[3.5.3] (conflict analysis result) - Root composer.json requires allure-framework/allure-phpunit ~1.2.0 -> satisfiable by allure-framework/allure-phpunit[1.2.0, ..., 1.2.4]. - allure-framework/allure-phpunit[1.2.2, ..., 1.2.3] require allure-framework/allure-php-api ~1.1.0 -> satisfiable by allure-framework/allure-php-api[1.1.0, ..., 1.1.8]. - You can only install one version of a package, so only one of these can be installed: allure-framework/allure-php-api[1.1.0, ..., 1.3.1]. - Conclusion: don't install one of allure-framework/allure-php-api[1.2.1], allure-framework/allure-phpunit[1.2.4] | install one of allure-framework/allure-php-api[1.1.5, 1.1.6, 1.1.7, 1.1.8] (conflict analysis result) - allure-framework/allure-codeception 1.4.5 requires allure-framework/allure-php-api ~1.2.1 -> satisfiable by allure-framework/allure-php-api[1.2.1]. - Conclusion: install one of magento/magento2-functional-testing-framework[3.5.1, 3.6.0, 3.6.1, 3.7.0], allure-framework/allure-codeception[1.4.2, 1.4.3, 1.4.4, 1.4.5] (conflict analysis result) - Conclusion: install one of allure-framework/allure-phpunit[1.2.2, 1.2.3, 1.2.4], allure-framework/allure-php-api[1.1.0, ..., 1.1.8] (conflict analysis result) Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You should manually fix file composer.json ( located in public_html).
Find and fix this section:
"require-dev": { "allure-framework/allure-phpunit": "~1.4", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "friendsofphp/php-cs-fixer": "~2.18.1", "lusitanian/oauth": "~0.8.10", "magento/magento-coding-standard": "*", "magento/magento2-functional-testing-framework": "^3.0", "pdepend/pdepend": "~2.7.1", "phpcompatibility/php-compatibility": "^9.3", "phpmd/phpmd": "^2.8.0", "phpstan/phpstan": "^0.12.77", "phpunit/phpunit": "^9", "sebastian/phpcpd": "^6.0.3", "squizlabs/php_codesniffer": "~3.5.4", "symfony/finder": "^5.2" },
example:
I’m not author. Found answer here: Magento forum