diff options
| author | Uwe Tews <uwe.tews@googlemail.com> | 2014-10-31 01:28:26 +0100 |
|---|---|---|
| committer | Uwe Tews <uwe.tews@googlemail.com> | 2014-10-31 01:28:26 +0100 |
| commit | f83b3effc64b2a9c2584d1523918587792c8cc1c (patch) | |
| tree | 7af3e3255ffc5cba1d9a262075f2ae27aae474b1 /composer.json | |
| parent | 0ecdd6c41d0de08cba846087abd02a9adb5218e5 (diff) | |
| download | smarty-f83b3effc64b2a9c2584d1523918587792c8cc1c.tar.gz smarty-f83b3effc64b2a9c2584d1523918587792c8cc1c.tar.bz2 smarty-f83b3effc64b2a9c2584d1523918587792c8cc1c.zip | |
prepare 3.1
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 106bb281..c84b5951 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,10 @@ { "name": "Uwe Tews", "email": "uwe.tews@googlemail.com" + }, + { + "name": "Rodney Rehm", + "email": "rodney.rehm@medialize.de" } ], "support": { @@ -26,13 +30,13 @@ "autoload": { "classmap": [ "libs/Smarty.class.php", - "libs/Smarty_Compiler.class.php", - "libs/Config_File.class.php" + "libs/SmartyBC.class.php", + "libs/sysplugins/smarty_security.php" ] }, "extra": { "branch-alias": { - "dev-master": "2.6.x-dev" + "dev-master": "3.1.x-dev" } } |
