You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/04-03-01-PEAR.md
+23-10Lines changed: 23 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,49 +40,62 @@ installing. See the [Using channel docs][4] for more information on this topic.
40
40
### Handling PEAR dependencies with Composer
41
41
42
42
If you are already using [Composer][5] and you would like to install some PEAR code too, you can use Composer to
43
-
handle your PEAR dependencies. This example will install code from `pear2.php.net`:
43
+
handle your PEAR dependencies. PEAR repositories are no longer directly supported by Composer version 2, so you must manually add a repository to install PEAR packages:
0 commit comments