From 82d42e80db686297a4902e6e8daf7bdf55920841 Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@gitlab.tugraz.at>
Date: Tue, 23 Feb 2021 00:25:57 +0000
Subject: [PATCH] chore(deps): update dependency api-platform/core to <2.7

---
 composer.json |  6 +++---
 composer.lock | 17 +++++++++--------
 2 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/composer.json b/composer.json
index ca3ba70..6f6339e 100644
--- a/composer.json
+++ b/composer.json
@@ -3,9 +3,9 @@
     "license": "AGPL-3.0-or-later",
     "require": {
         "php": "^7.3",
-        "api-platform/core": "<2.6",
-        "dbp/api-core-bundle": "dev-main",
-        "dbp/api-starter-bundle": "dev-main",
+        "api-platform/core": "<2.7",
+        "dbp/api-core-bundle": "@dev",
+        "dbp/api-starter-bundle": "@dev",
         "symfony/apache-pack": "^1.0",
         "symfony/console": "^4.4",
         "symfony/dotenv": "^4.4",
diff --git a/composer.lock b/composer.lock
index f88706d..9e3a803 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "591c99b8515b0ce8c9968d4e3d7bf69c",
+    "content-hash": "ba9daeb7e659077fc12f6e245560df6c",
     "packages": [
         {
             "name": "api-platform/core",
@@ -1576,20 +1576,20 @@
         },
         {
             "name": "psr/link",
-            "version": "1.0.0",
+            "version": "1.1.0",
             "source": {
                 "type": "git",
                 "url": "https://github.com/php-fig/link.git",
-                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562"
+                "reference": "94d170941164db307197ebf436296372b849bdb5"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562",
-                "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562",
+                "url": "https://api.github.com/repos/php-fig/link/zipball/94d170941164db307197ebf436296372b849bdb5",
+                "reference": "94d170941164db307197ebf436296372b849bdb5",
                 "shasum": ""
             },
             "require": {
-                "php": ">=5.3.0"
+                "php": ">=8.0.0"
             },
             "type": "library",
             "extra": {
@@ -1613,6 +1613,7 @@
                 }
             ],
             "description": "Common interfaces for HTTP links",
+            "homepage": "https://github.com/php-fig/link",
             "keywords": [
                 "http",
                 "http-link",
@@ -1622,9 +1623,9 @@
                 "rest"
             ],
             "support": {
-                "source": "https://github.com/php-fig/link/tree/master"
+                "source": "https://github.com/php-fig/link/tree/1.1.0"
             },
-            "time": "2016-10-28T16:06:13+00:00"
+            "time": "2021-02-03T23:29:51+00:00"
         },
         {
             "name": "psr/log",
-- 
GitLab