Skip to content
Snippets Groups Projects
Commit 7d50cd04 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3317400 by kreynen, jurgenhaas: Add D10 support

parent 163580c8
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"GitLab", "GitLab",
"API" "API"
], ],
"license": "GPL-2.0+", "license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/gitlab_api", "homepage": "https://www.drupal.org/project/gitlab_api",
"authors": [ "authors": [
{ {
...@@ -21,8 +21,7 @@ ...@@ -21,8 +21,7 @@
"source": "https://git.drupal.org/project/gitlab_api" "source": "https://git.drupal.org/project/gitlab_api"
}, },
"require": { "require": {
"php": ">=7.2", "php": ">=7.4",
"m4tthumphrey/php-gitlab-api": "^9.13 || ^11.8", "m4tthumphrey/php-gitlab-api": "^11.8"
"php-http/guzzle6-adapter": "^1.0 || ^2.0"
} }
} }
...@@ -2,5 +2,5 @@ name: GitLab API ...@@ -2,5 +2,5 @@ name: GitLab API
type: module type: module
description: Integrates your Drupal site into GitLab using the GitLab API. description: Integrates your Drupal site into GitLab using the GitLab API.
package: Web services package: Web services
core_version_requirement: ^8.8 || ^9 core_version_requirement: ^8.8 || ^9 || ^10
configure: entity.gitlab_server.collection configure: entity.gitlab_server.collection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment