summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-13 08:52:52 +0200
committerRemi Collet <remi@remirepo.net>2018-09-13 08:52:52 +0200
commit03db7fd7825f904a8c84448ccd719a851c81872f (patch)
treeca06d6cf57d9eb6e3a7e58f04deaa1cb2b400b10 /composer.json
parent20d9784e4e303c8e5ab7cab69080570c74cadfe1 (diff)
v3.1.33HEADmaster
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