diff options
| author | AnrDaemon <anrdaemon@yandex.ru> | 2018-11-26 20:58:42 +0300 |
|---|---|---|
| committer | AnrDaemon <anrdaemon@yandex.ru> | 2018-11-26 20:58:42 +0300 |
| commit | 91af98d3287fc164f653726a1328dc0b817cea3c (patch) | |
| tree | 2bd984e25d7a7634215d3b479a01ad3d524b725f /composer.json | |
| parent | b9dbd462890fc2b9a949667ca88da178bea6b98c (diff) | |
| download | smarty-91af98d3287fc164f653726a1328dc0b817cea3c.tar.gz smarty-91af98d3287fc164f653726a1328dc0b817cea3c.tar.bz2 smarty-91af98d3287fc164f653726a1328dc0b817cea3c.zip | |
Tweaked the composer.json a little.
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 6c0582f0..75f36850 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,9 @@ "php": ">=5.2" }, "autoload": { - "classmap": ["libs/"] + "classmap": [ + "libs/" + ] }, "extra": { "branch-alias": { |
