Skip to content

Commit

Permalink
updated Smarty to v3.1.12 and added mbstring, gettext as suggested ex…
Browse files Browse the repository at this point in the history
…tensions
  • Loading branch information
jakoch committed Sep 27, 2012
1 parent 1cd5fb2 commit 4d79868
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions composer.json
Expand Up @@ -23,9 +23,9 @@
"packagist": false,
"package": {
"name": "smarty/smarty",
"version": "3.1.11",
"version": "3.1.12",
"dist": {
"url": "http://www.smarty.net/files/Smarty-3.1.11.zip",
"url": "http://www.smarty.net/files/Smarty-3.1.12.zip",
"type": "zip"
},
"autoload": {
Expand All @@ -44,13 +44,15 @@

"gedmo/doctrine-extensions": "dev-master",

"smarty/smarty": "v3.1.11",
"smarty/smarty": "v3.1.12",

"ezyang/htmlpurifier" : "dev-master"
},
"suggest": {
"ext-intl" : "*",
"ext-apc" : "*"
"ext-apc" : "*",
"ext-mbstring" : "*",
"ext-gettext" : "*"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 4d79868

Please sign in to comment.