commerce_ticketing.install
deleted100644 → 0
+0
−10
+3
−3
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -4,10 +4,10 @@ | ||
"description": "Commerce Ticketing is a ticketing addon for Drupal Commerce.",
|
||
"license": "GPL-2.0+",
|
||
"require": {
|
||
"php": ">=7.3.0",
|
||
"drupal/core": "^8.8 || ^9",
|
||
"php": ">=7.4.0",
|
||
"drupal/core": "^9",
|
||
"drupal/commerce": "^2",
|
||
"drupal/entity_print": "^2.4",
|
||
"drupal/entity_print": "^2",
|
||
"endroid/qr-code": "^4.3"
|
||
},
|
||
"minimum-stability": "dev"
|
||
Loading