summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json11
1 files changed, 7 insertions, 4 deletions
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