Skip to content

Commit cdfe8ed

Browse files
Merge branch '5.4' into 6.0
* 5.4: (29 commits) [DI] fix fixture [ErrorHandler] fix handling buffered SilencedErrorContext [HttpClient] fix Psr18Client when allow_url_fopen=0 [DependencyInjection] Add support of PHP enumerations [Cache] handle prefixed redis connections when clearing pools [Cache] fix eventual consistency when using RedisTagAwareAdapter with a cluster [Uid] Prevent double validation in Uuid::fromString() with base32 values [Uid] Fix fromString() with low base58 values [Notifier] Add options to Microsoft Teams notifier [Notifier] Add Telnyx notifier bridge [Validator][Translation] Add ExpressionLanguageSyntax en and fr [HttpKernel] [HttpCache] Keep s-maxage=0 from ESI sub-responses Avoid broken action URL in text notification mail [FrameworkBundle] Add commented base64 version of secrets' keys [WebProfilerBundle] Improved the light/dark theme switching Fix references to CheckRememberMeConditionsListener [DependencyInjection] accept service locator definitions with no class [Cache] Disable locking on Windows by default [HttpClient] Add default base_uri to MockHttpClient [DependencyInjection] Fix binding "iterable $foo" when using the PHP-DSL ...
2 parents 635f715 + 0f95221 commit cdfe8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Internal/ComposerPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function updateAutoloadFile(): void
9393
if (!$nestingLevel) {
9494
$projectDir = '__'.'DIR__.'.var_export('/'.$projectDir, true);
9595
} else {
96-
$projectDir = 'dirname(__'."DIR__, $nestingLevel)".('' !== $projectDir ? var_export('/'.$projectDir, true) : '');
96+
$projectDir = 'dirname(__'."DIR__, $nestingLevel)".('' !== $projectDir ? '.'.var_export('/'.$projectDir, true) : '');
9797
}
9898

9999
$runtimeClass = $extra['class'] ?? SymfonyRuntime::class;

0 commit comments

Comments
 (0)