I am unable to update from Magento 2.4.5p1 to Magento 2.4.6. When I run “composer update” I keep getting the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- magento/payment-services 1.2.0 requires magento/module-service-proxy 1.2.* -> satisfiable by magento/module-service-proxy[1.2.0].
- magento/payment-services 1.1.0 requires magento/module-service-proxy 1.1.* -> satisfiable by magento/module-service-proxy[1.1.0].
- magento/payment-services[1.3.0, ..., 1.3.1] require magento/module-service-proxy 1.3.* -> satisfiable by magento/module-service-proxy[1.3.0, 1.3.1].
- magento/payment-services[1.5.0, ..., 1.5.4] require magento/module-service-proxy 1.5.* -> satisfiable by magento/module-service-proxy[1.5.0, ..., 1.5.4].
- magento/payment-services[1.4.0, ..., 1.4.1] require magento/module-service-proxy 1.4.* -> satisfiable by magento/module-service-proxy[1.4.0, 1.4.1].
- magento/payment-services[1.6.0, ..., 1.6.1] require magento/module-service-proxy 1.6.* -> satisfiable by magento/module-service-proxy[1.6.0, 1.6.1].
- magento/module-service-proxy[1.1.0, ..., 1.2.0] require magento/framework >=103.0.0 <=103.0.4 -> satisfiable by magento/framework[103.0.0, ..., 103.0.4].
- magento/module-service-proxy[1.3.0, ..., 1.3.1] require magento/framework >=103.0.0 <=103.0.5 -> satisfiable by magento/framework[103.0.0, ..., 103.0.5].
- magento/module-service-proxy[1.4.0, ..., 1.6.0] require magento/framework >=103.0.0 <=103.0.5-p1 -> satisfiable by magento/framework[103.0.0, ..., 103.0.5-p1].
- magento/module-service-proxy 1.6.1 requires magento/framework >=103.0.0 <=103.0.5-p2 -> satisfiable by magento/framework[103.0.0, ..., 103.0.5-p2].
- magento/framework[103.0.4, ..., 103.0.5-p2] require symfony/console ~4.4.0 -> found symfony/console[v4.4.0, ..., v4.4.49] but it conflicts with your root composer.json require (^5.4).
- magento/framework[103.0.0, ..., 103.0.3-p3] require php ~7.3.0||~7.4.0 -> your php version (8.1.15) does not satisfy that requirement.
- Root composer.json requires magento/payment-services ^1.1 -> satisfiable by magento/payment-services[1.1.0, ..., 1.6.1].
Can somebody help me, please?