Skip to content
Snippets Groups Projects
Commit 9c557ed6 authored by Christopher C. Wells's avatar Christopher C. Wells Committed by Christopher C. Wells
Browse files

Issue #3213878 by Arla, wells, podarok: 2.0.0-beta2 is uninstallable in Drupal 9.1.x

parent ebfcc415
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment