Skip to content

Commit c35c3c2

Browse files
committed
[composer] Use only smarty tagged releases not trunk
1 parent 7a680da commit c35c3c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Resources/doc/_themes/.DS_Store

-6 KB
Binary file not shown.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=5.3.3",
2121
"symfony/framework-bundle": ">=2.0",
22-
"smarty/smarty": ">=v3.1.11"
22+
"smarty/smarty": "3.1.*@stable"
2323
},
2424
"require-dev": {
2525
"symfony/assetic-bundle": ">=2.0",

0 commit comments

Comments
 (0)