Files
Dto/composer.json
2025-12-12 10:46:50 +04:00

36 lines
718 B
JSON

{
"name": "diffhead/php-dto",
"description": "",
"type": "library",
"license": "MIT",
"version": "1.0.0",
"keywords": [
"php", "data interaction", "data transfer object",
"dto", "library", "package", "php8"
],
"autoload": {
"psr-4": {
"Diffhead\\PHP\\Dto\\": "src/",
"Diffhead\\PHP\\Dto\\Tests\\": "tests/"
}
},
"require": {
"php": "^7.4 || ^8.0",
"diffhead/php-interfaces": "^1.0",
"jawira/case-converter": "^3.6"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"scripts": {
"test": "phpunit"
},
"minimum-stability": "stable",
"authors": [
{
"name": "Viktor S.",
"email": "thinlineseverywhere@gmail.com"
}
]
}