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::
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue