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.
28 lines
636 B
28 lines
636 B
3 years ago
|
{
|
||
|
"name": "rinsvent/transformer",
|
||
|
"description": "transform data",
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": "^8.0",
|
||
|
"ext-ctype": "*",
|
||
|
"ext-iconv": "*",
|
||
|
"ext-json": "*"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"codeception/codeception": "^4.1",
|
||
|
"codeception/module-phpbrowser": "^1.0.0",
|
||
|
"codeception/module-asserts": "^1.0.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"tests\\": "tests/",
|
||
|
"Rinsvent\\Transformer\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"autoload-dev": {
|
||
|
"psr-4": {
|
||
|
"Rinsvent\\Transformer\\Tests\\": "tests/"
|
||
|
}
|
||
|
}
|
||
|
}
|