Problem/Motivation
When I try to install, I get this error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/commerce_paypal_subscriptions ^1.0@alpha -> satisfiable by drupal/commerce_paypal_subscriptions[1.0.0-alpha1, 1.0.0-alpha2, 1.0.0-alpha3, 1.0.0-alpha4].
- drupal/commerce 2.40.0 requires drupal/core ^9.3 || ^10 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.1] but these were not loaded, likely because it conflicts with another require.
- drupal/commerce_paypal[1.0.0, ..., 1.7.0] require drupal/core ^9.3 || ^10 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.1] but these were not loaded, likely because it conflicts with another require.
- drupal/commerce[3.0.0, ..., 3.1.0] require drupal/inline_entity_form ^1.0@RC || ^3.0@RC -> found drupal/inline_entity_form[dev-1.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 3.0.0-rc15, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
- drupal/commerce_paypal[1.8.0, ..., 1.10.0] require drupal/commerce ^2.40 || ^3 -> satisfiable by drupal/commerce[2.40.0, 3.0.0, 3.0.1, 3.0.2, 3.1.0].
- drupal/commerce_paypal_subscriptions[1.0.0-alpha1, ..., 1.0.0-alpha4] require drupal/commerce_paypal * -> satisfiable by drupal/commerce_paypal[1.0.0, ..., 1.10.0].
Steps to reproduce
1) Start with a clean version of Drupal 11.
2) Try to execute "composer require 'drupal/commerce_paypal_subscriptions:^1.0@alpha'"