Skip to content

Commit

Permalink
Do not prepend composer autoloader (#15019)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur authored and mattab committed Oct 22, 2019
1 parent 508fab3 commit 19a18bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"config":{
"platform": {
"php": "5.5.9"
}
},
"prepend-autoloader": false
},
"require": {
"php": ">=5.5.9",
Expand Down

0 comments on commit 19a18bf

Please sign in to comment.