1
0
Fork 0

Use trailing slash for directories as best practice (#11387)

pull/11398/head
Mark Scherer 2023-03-21 11:19:53 +01:00 committed by GitHub
parent 3988fe2c9c
commit f323d0513b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -75,12 +75,12 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Composer\\": "src/Composer" "Composer\\": "src/Composer/"
} }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "psr-4": {
"Composer\\Test\\": "tests/Composer/Test" "Composer\\Test\\": "tests/Composer/Test/"
} }
}, },
"bin": [ "bin": [