diff options
| author | uwetews <uwe.tews@googlemail.com> | 2016-11-08 17:48:25 +0100 |
|---|---|---|
| committer | uwetews <uwe.tews@googlemail.com> | 2016-11-08 17:48:25 +0100 |
| commit | 428a7ad8837947cdae95ec7716594cf1e4936641 (patch) | |
| tree | 553a8253cc41d45f1393306f2708f0d393179cda /composer.json | |
| parent | c4746e9080802a5fe794f7047c36ee79900431eb (diff) | |
| download | smarty-428a7ad8837947cdae95ec7716594cf1e4936641.tar.gz smarty-428a7ad8837947cdae95ec7716594cf1e4936641.tar.bz2 smarty-428a7ad8837947cdae95ec7716594cf1e4936641.zip | |
- add bootstrap file to load and register Smarty_Autoloader. Change composer.json to make it known to composer
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 2a1a43ae..5064c8ce 100644 --- a/composer.json +++ b/composer.json @@ -28,11 +28,7 @@ "php": ">=5.2" }, "autoload": { - "classmap": [ - "libs/Smarty.class.php", - "libs/SmartyBC.class.php", - "libs/sysplugins/" - ] + "files": ["libs/bootstrap.php"] }, "extra": { "branch-alias": { |
