Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2019-10-22 08:05:42 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2019-10-22 08:05:42 +0300
commit19a18bf61d964f78ea79a8c91c81d49de3e042af (patch)
treee78d7ba87e9ec47e6f4efbc369d20614ee2a426c /composer.json
parent508fab3b39be060b636dbd19684f9378d11cc92e (diff)
Do not prepend composer autoloader (#15019)
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 88a03cd148..2f843a4246 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,8 @@
"config":{
"platform": {
"php": "5.5.9"
- }
+ },
+ "prepend-autoloader": false
},
"require": {
"php": ">=5.5.9",