Switch to the php 5.3.9, drop support symfony 2.0

This commit is contained in:
Alex Demchenko 2014-02-18 14:27:42 +02:00
parent 2aa4a7d9d8
commit ddc5d775b6

View file

@ -18,8 +18,8 @@
], ],
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.9",
"symfony/framework-bundle": "~2.0", "symfony/framework-bundle": "~2.1",
"michelf/php-markdown": "1.4.0" "michelf/php-markdown": "1.4.0"
}, },