Skip to content

Commit

Permalink
Fix Contracts autoloader typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IonBazan committed Feb 6, 2020
1 parent 1db7005 commit d5bcaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/composer.json
Expand Up @@ -41,7 +41,7 @@
},
"autoload": {
"psr-4": { "Symfony\\Contracts\\": "" },
"file": [ "Deprecation/deprecated.php" ],
"files": [ "Deprecation/deprecated.php" ],
"exclude-from-classmap": [
"**/Tests/"
]
Expand Down

0 comments on commit d5bcaff

Please sign in to comment.