Skip to content

Commit

Permalink
Remove warning with composer 2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxhelias authored and steevanb committed Dec 15, 2020
1 parent 30ccc27 commit 4ebe6d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"license": "MIT",
"description": "Fast hydratation for read only purpose",
"autoload": {
"psr-4": { "steevanb\\DoctrineReadOnlyHydrator\\": "" }
"psr-4": { "steevanb\\DoctrineReadOnlyHydrator\\": "" },
"exclude-from-classmap": [
"/ComposerOverloadClass/"
]
},
"require": {
"php" : "^5.4.6 || ^7.0",
Expand Down

0 comments on commit 4ebe6d0

Please sign in to comment.