[Docs] Bump PHP version also in the documentation 🐃

This commit is contained in:
Kamil Kokot 2016-04-21 11:35:52 +02:00
parent 1033cb924b
commit e40a3e1c09
No known key found for this signature in database
GPG key ID: 7BD76F7054D93C89
2 changed files with 5 additions and 7 deletions

View file

@ -74,9 +74,8 @@ browser.
.. tip::
If you use PHP 5.4 or higher, you can also use the build-in webserver for
Symfony. Run the ``php app/console server:run`` command and then access
``http://localhost:8000``.
You can also use the Symfony built-in webserver by running the ``php app/console server:run --env dev``
command and then accessing ``http://localhost:8000``.
.. _Composer: http://packagist.org
.. _`Composer installed globally`: http://getcomposer.org/doc/00-intro.md#globally

View file

@ -13,10 +13,9 @@ Install the Software Stack
Before working on Sylius, setup a Symfony2 friendly environment with the following
software:
* Git;
* PHP version 5.3.3 or above;
* PHPUnit 3.6.4 or above;
* MySQL.
* Git
* PHP version 5.5.9 or above
* MySQL
Configure Git
~~~~~~~~~~~~~