You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
data2dto-doctrine-document-.../composer.json

33 lines
964 B

{
"name": "rinsvent/data2dto-doctrine-document-bundle",
"description": "Doctrine entity bridge for data2dto bundle",
"license": "MIT",
"require": {
"php": "^8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"ext-json": "*",
"rinsvent/data2dto": "^0.0",
"rinsvent/data2dto-bundle": "^0.0",
"symfony/http-kernel": "^5.4",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"doctrine/mongodb-odm": "^2"
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.0.0"
},
"autoload": {
"psr-4": {
"tests\\": "tests/",
"Rinsvent\\Data2DTODoctrineDocumentBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Rinsvent\\Data2DTODoctrineDocumentBundle\\Tests\\": "tests/"
}
}
}