Skip to content

Commit 9617407

Browse files
committed
Fixed psr4 rules for the tar adapter
1 parent fa25429 commit 9617407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapter/Tar/SatelliteBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ final class SatelliteBuilder implements Configurator\SatelliteBuilderInterface
2020
/** @var array<string, array<string, string>> */
2121
private array $composerAutoload = [
2222
'psr4' => [
23-
'GyroscopsGenerated\\' => './',
23+
'GyroscopsGenerated\\' => './build/',
2424
],
2525
];
2626

0 commit comments

Comments
 (0)