Fix "Array and string offset access syntax with curly braces is deprecated" error while running tests (using PHP 7.4)

This commit is contained in:
Meritoo
2021-02-26 15:09:02 +01:00
parent ab0c0e6e89
commit c6efc30872
3 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
"ext-pcre": "*",
"ext-simplexml": "*",
"doctrine/orm": "^2.6",
"gedmo/doctrine-extensions": "^2.4"
"gedmo/doctrine-extensions": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",