diff --git a/composer.json b/composer.json
index 2d82c256773b34ba1a3c8eed92ce429b751c19f9..386f73d895ef84ac253a608fe878b805ded9632e 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 00fd71b65d634f450714da2ea2c6dfc08b6bf967..0b1119002a7d00c12d0763bb783846318cd2ec35 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