Skip to content

Commit 266b3f1

Browse files
committed
feature #46 Use symfony/lts for 3.3 branch too (ostrolucky)
This PR was merged into the 3.3 branch. Discussion ---------- Use symfony/lts for 3.3 branch too `composer create-project symfony/skeleton test "3.3.*"` as specified in example in http://symfony.com/doc/current/setup.html currently downloads `4.*` packages Commits ------- 411e5d6 Use symfony/lts for 3.3 branch too
2 parents a081fda + 411e5d6 commit 266b3f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"symfony/console": "^3.3",
1010
"symfony/flex": "^1.0",
1111
"symfony/framework-bundle": "^3.3",
12+
"symfony/lts": "^3",
1213
"symfony/yaml": "^3.3"
1314
},
1415
"require-dev": {

0 commit comments

Comments
 (0)