36 lines
798 B
JSON
36 lines
798 B
JSON
{
|
|
"name": "diffhead/php-dto",
|
|
"description": "Simple library that provides suitable data transfer object for PHP applications.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"version": "1.0.1",
|
|
"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"
|
|
}
|
|
]
|
|
}
|