Skip to content

Commit

Permalink
Composer: install php@7.2 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x authored and dg committed Jan 9, 2022
1 parent db9a685 commit 0074d4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions doc/cs/composer.texy
Expand Up @@ -51,10 +51,8 @@ $ brew install composer
Je možné, že nemáte v systému nainstalované PHP, takže před instalací Composeru ještě zadáme

/--code
$ brew tap homebrew/dupes
$ brew tap homebrew/versions
$ brew tap homebrew/homebrew-php
$ brew install php71
$ brew install php@7.2
$ pecl install xdebug
\--

Nyní již můžete v Terminálu rovnou spouštět příkaz:
Expand Down
6 changes: 2 additions & 4 deletions doc/en/composer.texy
Expand Up @@ -51,10 +51,8 @@ $ brew install composer
It's possible, that you don't have installed PHP you system, so before installing Composer, you should install it by

/--code
$ brew tap homebrew/dupes
$ brew tap homebrew/versions
$ brew tap homebrew/homebrew-php
$ brew install php71
$ brew install php@7.2
$ pecl install xdebug
\--

Now you should be able to run Composer command in console
Expand Down

0 comments on commit 0074d4b

Please sign in to comment.