30 lines
No EOL
677 B
JSON
30 lines
No EOL
677 B
JSON
{
|
|
"name": "acme/laravel-dhl",
|
|
"description": "DHL (Post & Paket DE) Shipping, Returns & Tracking for Laravel.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.1",
|
|
"illuminate/support": "^10.0|^11.0",
|
|
"illuminate/http": "^10.0|^11.0",
|
|
"illuminate/database": "^10.0|^11.0",
|
|
"illuminate/queue": "^10.0|^11.0",
|
|
"illuminate/events": "^10.0|^11.0",
|
|
"guzzlehttp/guzzle": "^7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Acme\\Dhl\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Acme\\Dhl\\DhlServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"DHL": "Acme\\Dhl\\Facades\\DHL"
|
|
}
|
|
}
|
|
}
|
|
} |