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.
35 lines
937 B
35 lines
937 B
3 years ago
|
{
|
||
|
"name": "rinsvent/transformer-bundle",
|
||
|
"description": "Data to dto bundle",
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": "^8.0",
|
||
|
"ext-ctype": "*",
|
||
|
"ext-iconv": "*",
|
||
|
"ext-json": "*",
|
||
|
"rinsvent/transformer": "^0.0",
|
||
|
"symfony/http-kernel": "^5.3",
|
||
|
"symfony/config": "^5.3",
|
||
|
"symfony/dependency-injection": "^5.3"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"codeception/codeception": "^4.1",
|
||
|
"codeception/module-phpbrowser": "^1.0.0",
|
||
|
"codeception/module-asserts": "^1.0.0",
|
||
|
"symfony/http-kernel": "^5.3",
|
||
|
"symfony/http-foundation": "^5.3",
|
||
|
"symfony/routing": "^5.3"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"tests\\": "tests/",
|
||
|
"Rinsvent\\TransformerBundle\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"Rinsvent\\TransformerBundle\\Tests\\": "tests/"
|
||
|
}
|
||
|
}
|
||
|
}
|