[DOCTRINE][SCHEMADEF] Create a new metadata driver to allow us to continue using static schemaDef functions

This has the benefit of requiring fewer code changes, as well as providing a better isolation
between GNU social and symfony, useful in case the framework needs to be changed
This commit is contained in:
Hugo Sales
2020-03-15 21:21:11 +00:00
committed by Hugo Sales
parent 710aa946ab
commit cc72373e3d
24 changed files with 835 additions and 148 deletions

View File

@@ -1,4 +1,10 @@
{
"composer/semver": {
"version": "1.5.1"
},
"composer/xdebug-handler": {
"version": "1.4.1"
},
"doctrine/annotations": {
"version": "1.0",
"recipe": {
@@ -90,6 +96,18 @@
"egulias/email-validator": {
"version": "2.1.17"
},
"friendsofphp/php-cs-fixer": {
"version": "2.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "master",
"version": "2.2",
"ref": "cc05ab6abf6894bddb9bbd6a252459010ebe040b"
},
"files": [
".php_cs.dist"
]
},
"jdorn/sql-formatter": {
"version": "v1.2.17"
},
@@ -117,6 +135,9 @@
"php": {
"version": "7.4"
},
"php-cs-fixer/diff": {
"version": "v1.3.0"
},
"phpdocumentor/reflection-common": {
"version": "2.0.0"
},