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.
|
|
|
{
|
|
|
|
"name": "rinsvent/dto2data",
|
|
|
|
"description": "Convert data to dto object",
|
|
|
|
"license": "MIT",
|
|
|
|
"require": {
|
|
|
|
"php": "^8.0",
|
|
|
|
"ext-ctype": "*",
|
|
|
|
"ext-iconv": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"symfony/string": "^5.3",
|
|
|
|
"rinsvent/attribute-extractor": "^0.0",
|
|
|
|
"rinsvent/transformer": "^0.0",
|
|
|
|
"symfony/property-access": "^6.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"codeception/codeception": "^4.1",
|
|
|
|
"codeception/module-phpbrowser": "^1.0.0",
|
|
|
|
"codeception/module-asserts": "^1.0.0"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"tests\\": "tests/",
|
|
|
|
"Rinsvent\\DTO2Data\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"Rinsvent\\DTO2Data\\Tests\\": "tests/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|