From 0db90b3c1e060683a97f74214ff5a10a9ef0dcd9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 01:05:44 +0000 Subject: [PATCH] Update symfony/property-access requirement from ^4.3 to ^4.3 || ^5.0 Updates the requirements on [symfony/property-access](https://github.com/symfony/property-access) to permit the latest version. - [Release notes](https://github.com/symfony/property-access/releases) - [Changelog](https://github.com/symfony/property-access/blob/master/CHANGELOG.md) - [Commits](https://github.com/symfony/property-access/compare/v4.3.0...v5.0.4) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index feaa3c8..4830c0d 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "roave/security-advisories": "dev-master", "sebastian/phpcpd": "^4.0", "squizlabs/php_codesniffer": "3.*", - "symfony/property-access": "^4.3" + "symfony/property-access": "^4.3 || ^5.0" }, "replace": { "loyaltycorp/apidocumenter": "*"