From ebfcc415f08f347db43a2a20cc023ee0f2f2ef30 Mon Sep 17 00:00:00 2001 From: Jeffrey Bertoen <jeffrey@synetic.nl> Date: Thu, 22 Oct 2020 09:01:23 +0200 Subject: [PATCH] git commit -m 'Issue #3140874 by Project Update Bot: Automated Drupal Rector fixes' --author="git <git@3644742.no-reply.drupal.org>" --- composer.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..82d7d22 --- /dev/null +++ b/composer.json @@ -0,0 +1,23 @@ +{ + "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+", + "authors": [ + { + "name": "Alona O'neill", + "homepage": "https://www.drupal.org/u/alonaoneill" + }, + { + "name": "Timo Kirkkala", + "homepage": "https://www.drupal.org/u/kirkkala" + }, + { + "name": "Jeffrey Bertoen", + "homepage": "https://www.drupal.org/u/jefuri" + } + ], + "require": { + "drupal/core": "^8.7|9.0" + } +} -- GitLab