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
# Set a version globally (on your ~/.tool-versions file)
48
+
asdf set --home php latest
49
+
```
50
+
27
51
## Note
28
52
29
53
Composer is installed globally alongside PHP by default. If your application requires additional php extensions, you may need to install them via `pecl`. For example:
0 commit comments