diff --git a/composer.json b/composer.json index ca3ba709c02a1dd3f453076fcebcc5b9b877dea7..6f6339ec54d6b328a65be22b4d3aa023ee3e9abd 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 f88706dab29e740ee17a8ac47a50a1b7986226f6..9e3a8032c340b62993f5a7222aaf4bdd94643292 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",