26 lines
613 B
JSON
26 lines
613 B
JSON
{
|
|
"name": "mamad/distributing-carriers",
|
|
"description": "Distributing Carriers Application with DDD, CQRS, and Event Sourcing",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"ext-cassandra": "*",
|
|
"monolog/monolog": "^3.0",
|
|
"ramsey/uuid": "^4.7",
|
|
"vlucas/phpdotenv": "^5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DistributingCarriers\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Mamad",
|
|
"email": "mamad@example.com"
|
|
}
|
|
]
|
|
} |