You are here

commerce_cart_api.info.yml in Commerce Cart API 8

File

commerce_cart_api.info.yml
View source
  1. name: 'Commerce Cart API'
  2. type: module
  3. description: 'Provides a RESTful interface to interact with carts in Drupal Commerce via a lightweight public API.'
  4. core_version_requirement: ^8.8 || ^9
  5. package: 'Commerce (contrib)'
  6. dependencies:
  7. - commerce:commerce
  8. - commerce:commerce_cart
  9. - drupal:serialization
  10. - drupal:rest