mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Docs] Bump PHP version also in the documentation 🐃
This commit is contained in:
parent
1033cb924b
commit
e40a3e1c09
2 changed files with 5 additions and 7 deletions
|
|
@ -74,9 +74,8 @@ browser.
|
||||||
|
|
||||||
.. tip::
|
.. tip::
|
||||||
|
|
||||||
If you use PHP 5.4 or higher, you can also use the build-in webserver for
|
You can also use the Symfony built-in webserver by running the ``php app/console server:run --env dev``
|
||||||
Symfony. Run the ``php app/console server:run`` command and then access
|
command and then accessing ``http://localhost:8000``.
|
||||||
``http://localhost:8000``.
|
|
||||||
|
|
||||||
.. _Composer: http://packagist.org
|
.. _Composer: http://packagist.org
|
||||||
.. _`Composer installed globally`: http://getcomposer.org/doc/00-intro.md#globally
|
.. _`Composer installed globally`: http://getcomposer.org/doc/00-intro.md#globally
|
||||||
|
|
|
||||||
|
|
@ -13,10 +13,9 @@ Install the Software Stack
|
||||||
Before working on Sylius, setup a Symfony2 friendly environment with the following
|
Before working on Sylius, setup a Symfony2 friendly environment with the following
|
||||||
software:
|
software:
|
||||||
|
|
||||||
* Git;
|
* Git
|
||||||
* PHP version 5.3.3 or above;
|
* PHP version 5.5.9 or above
|
||||||
* PHPUnit 3.6.4 or above;
|
* MySQL
|
||||||
* MySQL.
|
|
||||||
|
|
||||||
Configure Git
|
Configure Git
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue