Skip to content

Commit 08ec55a

Browse files
Merge branch '2.7' into 2.8
* 2.7: (40 commits) [Debug] Fix ClassNotFoundFatalErrorHandler candidates lookups [2.6][Translator] Extend, refactor and simplify Translator tests. Update DebugClassLoader.php inject asset packages in assets helper service [travis] Do not exclude legacy tests on 2.7 [HttpFoundation] remove getExtension method [2.6][Translation] fix legacy tests. [Form] Removed remaining deprecation notices in the test suite [Form] Moved deprecation notice triggers to file level [Debug] Map PHP errors to LogLevel::CRITICAL [Routing][DependencyInjection] Support .yaml extension in YAML loaders [DX] improve file loader error for router/other resources in bundle [FrameworkBundle] Initialize translator with the default locale. [FrameworkBundle] Fix Routing\DelegatingLoader resiliency to fatal errors [2.7][Translation] remove duplicate code for loading catalogue. [2.6][Translation] remove duplicate code for loading catalogue. [HttpKernel] Cleanup ExceptionListener CS fixes [DependencyInjection] Show better error when the Yaml component is not installed [2.3] SCA for Components - reference mismatches ...
2 parents 4c3d4c5 + 793d570 commit 08ec55a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@
4141
"ircmaxell/password-compat": "~1.0"
4242
},
4343
"autoload": {
44-
"psr-0": { "Symfony\\Bundle\\SecurityBundle\\": "" }
44+
"psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" }
4545
},
46-
"target-dir": "Symfony/Bundle/SecurityBundle",
4746
"minimum-stability": "dev",
4847
"extra": {
4948
"branch-alias": {

0 commit comments

Comments
 (0)