mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user