Fix Contracts autoloader typo

This commit is contained in:
Ion Bazan 2020-02-06 11:10:55 +08:00 committed by GitHub
parent 1db7005c2c
commit d5bcaff00c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
},
"autoload": {
"psr-4": { "Symfony\\Contracts\\": "" },
"file": [ "Deprecation/deprecated.php" ],
"files": [ "Deprecation/deprecated.php" ],
"exclude-from-classmap": [
"**/Tests/"
]