-
- Downloads
Issue #3304503 by jsacksick: Address test failures and fix deprecation warnings due to the events.
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- src/Event/PriceListEvent.php 2 additions, 2 deletionssrc/Event/PriceListEvent.php
- src/Event/PriceListItemEvent.php 2 additions, 2 deletionssrc/Event/PriceListItemEvent.php
- tests/src/Functional/PriceListItemTest.php 2 additions, 2 deletionstests/src/Functional/PriceListItemTest.php
... | ... | @@ -5,7 +5,7 @@ |
"homepage": "https://www.drupal.org/project/commerce_pricelist", | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"drupal/commerce": "^2.16 || ^3" | ||
"drupal/commerce": "^2.25 || ^3" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
Please register or sign in to comment