Skip to content

Commit 8654e65

Browse files
Simplify
1 parent 7c4a229 commit 8654e65

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/installation.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ The following command will fetch these formulae:
9898
.. code::
9999
100100
brew tap shivammathur/php
101+
brew tap shivammathur/extensions
101102
102103
The following command will install PHP 8.1:
103104

@@ -119,13 +120,6 @@ If you want to collect code coverage information, you need to additionally insta
119120
- ``pcov``
120121
- ``xdebug``
121122

122-
To install these extensions, we need the `homebrew-extensions formulae <https://github.com/shivammathur/homebrew-extensions>`_.
123-
The following command will fetch these formulae:
124-
125-
.. code::
126-
127-
brew tap shivammathur/extensions
128-
129123
The following command will install and enable the ``pcov`` extension:
130124

131125
.. code::

0 commit comments

Comments
 (0)