diff --git a/composer.lock b/composer.lock index 7b0cc955983bfb1713240738457734cde62fde98..2195c530252ed141f99f4d16a43994943fc28d05 100644 --- a/composer.lock +++ b/composer.lock @@ -229,39 +229,38 @@ }, { "name": "dbp/relay-core-bundle", - "version": "v0.1.43", + "version": "v0.1.44", "source": { "type": "git", "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle", - "reference": "0a77fc966ad8a46f8861f2412ed0533777e3a959" + "reference": "56b699ad15de9d8c03a3800af0537531fbf6b961" }, "require": { "api-platform/core": "^2.6.8 <2.7.0", - "doctrine/annotations": "^1.0", - "dragonmantank/cron-expression": "^3.1", + "doctrine/annotations": "^1.13", + "dragonmantank/cron-expression": "^3.3", "ext-fileinfo": "*", "ext-json": "*", - "guzzlehttp/guzzle": "^7.0", + "guzzlehttp/guzzle": "^7.5", "kevinrob/guzzle-cache-middleware": "^4.0", - "league/uri": "^6.5", - "nelmio/cors-bundle": "^2.1.0", - "php": "^7.3 || ^8.0", + "nelmio/cors-bundle": "^2.2", + "php": ">=7.3", "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0", - "symfony/asset": "^5.3", - "symfony/config": "^5.3", - "symfony/event-dispatcher": "^5.3", - "symfony/expression-language": "^5.3", + "symfony/asset": "^5.4", + "symfony/config": "^5.4", + "symfony/event-dispatcher": "^5.4", + "symfony/expression-language": "^5.4", "symfony/framework-bundle": "^5.4", "symfony/lock": "^5.4", - "symfony/messenger": "^5.3", - "symfony/mime": "^5.3", - "symfony/security-bundle": "^5.3", - "symfony/security-core": "^5.3", - "symfony/security-guard": "^5.3", - "symfony/twig-bundle": "^5.3", + "symfony/messenger": "^5.4", + "symfony/mime": "^5.4", + "symfony/security-bundle": "^5.4", + "symfony/security-core": "^5.4", + "symfony/security-guard": "^5.4", + "symfony/twig-bundle": "^5.4", "symfony/uid": "^5.4", - "symfony/validator": "^5.3", - "symfony/yaml": "^5.3" + "symfony/validator": "^5.4", + "symfony/yaml": "^5.4" }, "conflict": { "symfony/dependency-injection": "5.3.7" @@ -269,12 +268,12 @@ "require-dev": { "brainmaestro/composer-git-hooks": "^2.8.5", "friendsofphp/php-cs-fixer": "^3.4", - "phpstan/phpstan": "^1.8.5", + "phpstan/phpstan": "^1.8.6", "phpstan/phpstan-phpunit": "^1.1.1", "phpstan/phpstan-symfony": "^1.2.13", - "phpunit/phpunit": "^9.5.24", + "phpunit/phpunit": "^9.5.25", "symfony/browser-kit": "^5.4.11", - "symfony/http-client": "^5.4.12", + "symfony/http-client": "^5.4.13", "symfony/phpunit-bridge": "^5.4.11", "vimeo/psalm": "^4.27" }, @@ -296,7 +295,7 @@ "AGPL-3.0-or-later" ], "description": "The core bundle of the Relay API gateway", - "time": "2022-09-21T09:14:55+00:00" + "time": "2022-10-06T14:41:22+00:00" }, { "name": "doctrine/annotations", @@ -1150,173 +1149,6 @@ }, "time": "2022-03-15T21:47:10+00:00" }, - { - "name": "league/uri", - "version": "6.5.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/uri.git", - "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/c68ca445abb04817d740ddd6d0b3551826ef0c5a", - "reference": "c68ca445abb04817d740ddd6d0b3551826ef0c5a", - "shasum": "" - }, - "require": { - "ext-json": "*", - "league/uri-interfaces": "^2.3", - "php": "^7.3 || ^8.0", - "psr/http-message": "^1.0" - }, - "conflict": { - "league/uri-schemes": "^1.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.19 || ^3.0", - "phpstan/phpstan": "^0.12.90", - "phpstan/phpstan-phpunit": "^0.12.22", - "phpstan/phpstan-strict-rules": "^0.12.11", - "phpunit/phpunit": "^8.0 || ^9.0", - "psr/http-factory": "^1.0" - }, - "suggest": { - "ext-fileinfo": "Needed to create Data URI from a filepath", - "ext-intl": "Needed to improve host validation", - "league/uri-components": "Needed to easily manipulate URI objects", - "psr/http-factory": "Needed to use the URI factory" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "6.x-dev" - } - }, - "autoload": { - "psr-4": { - "League\\Uri\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ignace Nyamagana Butera", - "email": "nyamsprod@gmail.com", - "homepage": "https://nyamsprod.com" - } - ], - "description": "URI manipulation library", - "homepage": "http://uri.thephpleague.com", - "keywords": [ - "data-uri", - "file-uri", - "ftp", - "hostname", - "http", - "https", - "middleware", - "parse_str", - "parse_url", - "psr-7", - "query-string", - "querystring", - "rfc3986", - "rfc3987", - "rfc6570", - "uri", - "uri-template", - "url", - "ws" - ], - "support": { - "docs": "https://uri.thephpleague.com", - "forum": "https://thephpleague.slack.com", - "issues": "https://github.com/thephpleague/uri/issues", - "source": "https://github.com/thephpleague/uri/tree/6.5.0" - }, - "funding": [ - { - "url": "https://github.com/sponsors/nyamsprod", - "type": "github" - } - ], - "time": "2021-08-27T09:54:07+00:00" - }, - { - "name": "league/uri-interfaces", - "version": "2.3.0", - "source": { - "type": "git", - "url": "https://github.com/thephpleague/uri-interfaces.git", - "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", - "reference": "00e7e2943f76d8cb50c7dfdc2f6dee356e15e383", - "shasum": "" - }, - "require": { - "ext-json": "*", - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "friendsofphp/php-cs-fixer": "^2.19", - "phpstan/phpstan": "^0.12.90", - "phpstan/phpstan-phpunit": "^0.12.19", - "phpstan/phpstan-strict-rules": "^0.12.9", - "phpunit/phpunit": "^8.5.15 || ^9.5" - }, - "suggest": { - "ext-intl": "to use the IDNA feature", - "symfony/intl": "to use the IDNA feature via Symfony Polyfill" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "League\\Uri\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ignace Nyamagana Butera", - "email": "nyamsprod@gmail.com", - "homepage": "https://nyamsprod.com" - } - ], - "description": "Common interface for URI representation", - "homepage": "http://github.com/thephpleague/uri-interfaces", - "keywords": [ - "rfc3986", - "rfc3987", - "uri", - "url" - ], - "support": { - "issues": "https://github.com/thephpleague/uri-interfaces/issues", - "source": "https://github.com/thephpleague/uri-interfaces/tree/2.3.0" - }, - "funding": [ - { - "url": "https://github.com/sponsors/nyamsprod", - "type": "github" - } - ], - "time": "2021-06-28T04:27:21+00:00" - }, { "name": "nelmio/cors-bundle", "version": "2.2.0", @@ -8105,16 +7937,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.8.6", + "version": "1.8.8", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618" + "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/c386ab2741e64cc9e21729f891b28b2b10fe6618", - "reference": "c386ab2741e64cc9e21729f891b28b2b10fe6618", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/08310ce271984587e2a4cda94e1ac66510a6ea07", + "reference": "08310ce271984587e2a4cda94e1ac66510a6ea07", "shasum": "" }, "require": { @@ -8144,7 +7976,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.8.6" + "source": "https://github.com/phpstan/phpstan/tree/1.8.8" }, "funding": [ { @@ -8160,7 +7992,7 @@ "type": "tidelift" } ], - "time": "2022-09-23T09:54:39+00:00" + "time": "2022-10-06T12:51:57+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -8216,16 +8048,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "1.2.13", + "version": "1.2.14", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "016e441a19a2af79ca0c60920ba0d61747b4e855" + "reference": "f7dd737329504115adaa987697a759a66dd2ee8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/016e441a19a2af79ca0c60920ba0d61747b4e855", - "reference": "016e441a19a2af79ca0c60920ba0d61747b4e855", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/f7dd737329504115adaa987697a759a66dd2ee8a", + "reference": "f7dd737329504115adaa987697a759a66dd2ee8a", "shasum": "" }, "require": { @@ -8281,9 +8113,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.13" + "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.14" }, - "time": "2022-08-28T13:34:45+00:00" + "time": "2022-10-05T11:19:29+00:00" }, { "name": "phpunit/php-code-coverage", @@ -10580,5 +10412,5 @@ "platform-overrides": { "php": "7.3" }, - "plugin-api-version": "2.2.0" + "plugin-api-version": "2.3.0" }