-
- Downloads
There was an error fetching the commit references. Please try again later.
Issue #3213878 by Arla, wells, podarok: 2.0.0-beta2 is uninstallable in Drupal 9.1.x
... | ... | @@ -2,7 +2,13 @@ |
"name": "drupal/jsonapi_image_styles", | ||
"description": "JSON:API Image Styles provides a means to expose image styles to JSON:API.", | ||
"type": "drupal-module", | ||
"license": "GPL-2.0+", | ||
"keywords": ["Drupal"], | ||
"license": "GPL-2.0-or-later", | ||
"homepage": "https://www.drupal.org/project/jsonapi_image_styles", | ||
"support": { | ||
"issues": "https://www.drupal.org/project/issues/jsonapi_image_styles", | ||
"source": "https://git.drupalcode.org/project/jsonapi_image_styles" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Alona O'neill", | ||
... | ... | @@ -15,9 +21,26 @@ |
{ | ||
"name": "Jeffrey Bertoen", | ||
"homepage": "https://www.drupal.org/u/jefuri" | ||
}, | ||
{ | ||
"name": "Chrsitopher C. Wells (wells)", | ||
"email": "drupal.org@chris-wells.net" | ||
} | ||
], | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://packages.drupal.org/8" | ||
} | ||
], | ||
"require": { | ||
"drupal/core": "^8.7|9.0" | ||
"drupal/core": "^8.7 || ^9" | ||
}, | ||
"require-dev": { | ||
"drupal/coder": "^8.3" | ||
}, | ||
"minimum-stability": "dev", | ||
"config": { | ||
"sort-packages": true | ||
} | ||
} |
Please register or sign in to comment