Skip to content

Commit

Permalink
Merge branch ezplatform/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Longosz committed Jun 26, 2018
2 parents b5371df + 34decc9 commit 5775746
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ For further information [on requirements see online doc](https://doc.ezplatform.

#### Install eZ Platform _(demo distribution)_

Assuming you have prerequisites sorted out, you can get eZ Platform up and running with the following commands in your terminal:
Assuming you have prerequisites sorted out, you can get the install up and running with the following commands in your terminal:

``` bash
composer create-project --keep-vcs ezsystems/ezplatform-demo ezplatform ^2
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Expand Up @@ -72,7 +72,7 @@
"symfony/phpunit-bridge": "^3.4.11"
},
"conflict": {
"symfony/symfony": "3.4.9",
"symfony/symfony": "3.4.9||3.4.12",
"doctrine/dbal": "2.7.0"
},
"scripts": {
Expand All @@ -91,6 +91,9 @@
],
"post-create-project-cmd": [
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::installWelcomeText"
],
"ezplatform-install": [
"@php bin/console ezplatform:install clean"
]
},
"config": {
Expand Down

0 comments on commit 5775746

Please sign in to comment.