diff --git a/composer.json b/composer.json index 163ea8c48e..a15db15999 100644 --- a/composer.json +++ b/composer.json @@ -81,7 +81,7 @@ "drush/drush": "11.6.0", "phpdocumentor/reflection-docblock": "^5.3", "symfony/property-access": "^4.4", - "symfony/property-info": "^4.4", + "symfony/property-info": "^5.4", "thecodingmachine/safe": "^1.3", "zaporylie/composer-drupal-optimizations": "1.2.0" }, diff --git a/composer.lock b/composer.lock index bb57e1e612..19e8ef119a 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": "296da9d08b56fde911c90ffd77cd8258", + "content-hash": "0503c4581195fad5f2a60208eecd4cd6", "packages": [ { "name": "amazeeio/drupal_integrations", @@ -7926,34 +7926,36 @@ }, { "name": "symfony/property-info", - "version": "v4.4.47", + "version": "v5.4.24", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "71f4705b0c74d70bf043236a360e32fbdd2dd1c0" + "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/71f4705b0c74d70bf043236a360e32fbdd2dd1c0", - "reference": "71f4705b0c74d70bf043236a360e32fbdd2dd1c0", + "url": "https://api.github.com/repos/symfony/property-info/zipball/d43b85b00699b4484964c297575b5c6f9dc5f6e1", + "reference": "d43b85b00699b4484964c297575b5c6f9dc5f6e1", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/inflector": "^3.4|^4.0|^5.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-php80": "^1.16", + "symfony/string": "^5.1|^6.0" }, "conflict": { - "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", - "phpdocumentor/type-resolver": "<0.3.0|1.3.*", - "symfony/dependency-injection": "<3.4" + "phpdocumentor/reflection-docblock": "<3.2.2", + "phpdocumentor/type-resolver": "<1.4.0", + "symfony/dependency-injection": "<4.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", + "doctrine/annotations": "^1.10.4|^2", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/serializer": "^3.4|^4.0|^5.0" + "phpstan/phpdoc-parser": "^1.0", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/serializer": "^4.4|^5.0|^6.0" }, "suggest": { "phpdocumentor/reflection-docblock": "To use the PHPDoc", @@ -7995,7 +7997,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v4.4.47" + "source": "https://github.com/symfony/property-info/tree/v5.4.24" }, "funding": [ { @@ -8011,7 +8013,7 @@ "type": "tidelift" } ], - "time": "2022-10-01T22:05:32+00:00" + "time": "2023-05-15T20:11:03+00:00" }, { "name": "symfony/psr-http-message-bridge",