summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorSławomir Kaleta <slaszka@gmail.com>2018-06-12 09:58:15 +0200
committerSławomir Kaleta <slaszka@gmail.com>2018-06-12 09:58:15 +0200
commit240409578349843bd8467ea6a2083b564baa135d (patch)
tree70c5d4d621d0b2ef394c7d13f445ad471b224da7 /composer.json
parentcc4d8fa1a07e18f00951a921041e37c87015dcb2 (diff)
downloadsmarty-240409578349843bd8467ea6a2083b564baa135d.tar.gz
smarty-240409578349843bd8467ea6a2083b564baa135d.tar.bz2
smarty-240409578349843bd8467ea6a2083b564baa135d.zip
Update PSR-2
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 5064c8ce..5007517b 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