From e39cd8e6324d6dc48608c86aebc9d884d90f71fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 30 May 2019 08:07:45 +0000 Subject: [PATCH] Update symfony/property-access requirement from ^3.1 to ^4.3 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/v3.1.0...v4.3.0) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6755561..cdde0b6 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require": { "php": ">=5.6", "jane/runtime": "^2.0", - "symfony/property-access": "^3.1", + "symfony/property-access": "^4.3", "symfony/console": "^3.1", "nikic/php-parser": "^3.0", "doctrine/inflector": "^1.0",