From 03db7fd7825f904a8c84448ccd719a851c81872f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Sep 2018 08:52:52 +0200 Subject: v3.1.33 --- composer.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 5064c8c..5007517 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,9 @@ "name": "smarty/smarty", "type": "library", "description": "Smarty - the compiling PHP template engine", - "keywords": ["templating"], + "keywords": [ + "templating" + ], "homepage": "http://www.smarty.net", "license": "LGPL-3.0", "authors": [ @@ -28,12 +30,13 @@ "php": ">=5.2" }, "autoload": { - "files": ["libs/bootstrap.php"] + "files": [ + "libs/bootstrap.php" + ] }, "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } } - -} +} \ No newline at end of file -- cgit