From 7d50cd04b1eac61d284ff2a88c36583a60bc75dd Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Sat, 29 Oct 2022 13:33:57 +0200 Subject: [PATCH] Issue #3317400 by kreynen, jurgenhaas: Add D10 support --- composer.json | 7 +++---- gitlab_api.info.yml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 2d82c25..386f73d 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "GitLab", "API" ], - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/gitlab_api", "authors": [ { @@ -21,8 +21,7 @@ "source": "https://git.drupal.org/project/gitlab_api" }, "require": { - "php": ">=7.2", - "m4tthumphrey/php-gitlab-api": "^9.13 || ^11.8", - "php-http/guzzle6-adapter": "^1.0 || ^2.0" + "php": ">=7.4", + "m4tthumphrey/php-gitlab-api": "^11.8" } } diff --git a/gitlab_api.info.yml b/gitlab_api.info.yml index 00fd71b..0b11190 100644 --- a/gitlab_api.info.yml +++ b/gitlab_api.info.yml @@ -2,5 +2,5 @@ name: GitLab API type: module description: Integrates your Drupal site into GitLab using the GitLab API. package: Web services -core_version_requirement: ^8.8 || ^9 +core_version_requirement: ^8.8 || ^9 || ^10 configure: entity.gitlab_server.collection -- GitLab