1
0
mirror of synced 2024-11-22 13:26:08 +03:00
api-client-php/doc/customization/examples/custom-api-methods-with-dto/composer.json

17 lines
454 B
JSON

{
"name": "retailcrm/custom-api-methods-with-dto-example",
"description": "This project demonstrates DTO usage with the custom methods.",
"type": "project",
"require": {
"retailcrm/api-client-php": "^6",
"symfony/serializer": "^5.3",
"symfony/property-access": "^5.3"
},
"license": "MIT",
"autoload": {
"psr-4": {
"RetailCrm\\Examples\\CustomMethodsDto\\": "src/"
}
}
}