-
- Downloads
Issue #3317400 by kreynen, jurgenhaas: Add D10 support
... | ... | @@ -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" | ||
} | ||
} |
Please register or sign in to comment