From 0cdb85eb76f2825c3be0d52ae6b60de15745a9fd Mon Sep 17 00:00:00 2001 From: Elaman Imashov <32027-imash@users.noreply.drupalcode.org> Date: Tue, 13 May 2025 14:44:55 +0000 Subject: [PATCH] Add Drupal 11 --- commerce_addtocart_ajax.info.yml | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commerce_addtocart_ajax.info.yml b/commerce_addtocart_ajax.info.yml index 10ebb2c..102af81 100644 --- a/commerce_addtocart_ajax.info.yml +++ b/commerce_addtocart_ajax.info.yml @@ -2,7 +2,7 @@ name: Commerce Add to Cart Ajax type: module description: 'Ajaxify the add to cart form from Commerce cart module.' package: Commerce -core_version_requirement: ^9 || ^10 +core_version_requirement: ^9 || ^10 || ^11 dependencies: - commerce:commerce diff --git a/composer.json b/composer.json index 8239fd5..5f0863b 100644 --- a/composer.json +++ b/composer.json @@ -5,8 +5,8 @@ "homepage": "http://drupal.org/project/commerce_addtocart_ajax", "license": "GPL-2.0-or-later", "require": { - "drupal/core": "^9.3 || ^10", - "drupal/commerce": "^2.0" + "drupal/core": "^9.3 || ^10 || ^11", + "drupal/commerce": "^2.0 || ^3.0" }, "require-dev": { "drush/drush": "^11.0 || ^12.0" -- GitLab