We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f676b6 commit 555bb66Copy full SHA for 555bb66
CONTRIBUTING.md
@@ -31,6 +31,7 @@ This repository will automatically check PRs for linting compliance.
31
32
1. Clone this repo (including submodules): `git clone <this-repo> --recurse-submodules`
33
1. Install php v8.3
34
+1. Install PHP extensions (`apt install php-curl php-intl php-ldap php-mbstring php-mysql php-pdo php-xml` on Ubuntu)
35
1. install [composer](https://getcomposer.org/)
36
1. install PHP dependencies: `composer install`
37
1. If you're on Windows, use [WSL](https://learn.microsoft.com/en-us/windows/wsl/)
0 commit comments