Lines Matching +full:php +full:- +full:version
12 * For the current version (2.1), use the `main` branch
16 Before submitting a pull request make sure you have [tested the code](#how-to-test)
17 and [followed the coding conventions](#coding-conventions).
19 Please read more about [setting up your environment](#how-to-setup-a-development-environment) for d…
35 * `git` - to fetch the latest development code, merge changes, create pull requests, etc.
36 * [`composer`](https://getcomposer.org) - to install PHP dependencies, build releases, and run test…
37 * [`npm`](https://nodejs.org/en/download/package-manager) - to install CSS/JS dependencies and crea…
48 If you are only interested in the latest version of the code, you can use a
51 Use `git clone --depth 1 https://github.com/fisharebest/webtrees`.
56 If not, you'll need to replace `composer` with `php /path/to/your/copy/of/composer.phar`.
58 … tools, including the PHP debug bar, the build scripts, the analysis and testing tools. You would…
60 …-commit hook" to run checks on your code before you commit them to your local repository. To do t…
66 ## Third-party libraries and compiled files in the source tree
68 For historic reasons, we include certain third-party libraries and compiled
73 We include the non-development PHP libraries from `/vendor`.
74 These are created using the command `composer install --no-dev`.
87 2. Run `composer install` to update the PHP dependencies.
89 4. Run `php -S localhost:8080` and open your browser at [localhost:8080](http://localhost:8080)
100 Your code should follow the [PSR-12](https://www.php-fig.org/psr/psr-12/) Extended coding style gui…
106 There is a [translators forum](http://webtrees.net/index.php/en/forum/8-translation) where you can …
110 on the development version of webtrees. They will be included in the next release of webtrees.