fix autoload psr4 path

This commit is contained in:
Harald Welte 2022-07-01 11:17:13 +02:00
parent 467a93c18d
commit 7064ff40db
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"autoload": {
"psr-4": {
"SmcShipcloudLive\\": "src/",
"ComyoMedia\\Shipcloud\\": "vendor/sysmocom/shipcloud-php/src/"
"ComyoMedia\\Shipcloud\\": "vendor/comyo-media/shipcloud-php/src/"
}
},
"extra": {