php-extension-check/CONTRIBUTING.md

24 řádky
372 B
Markdown
Surový Normální zobrazení Historie

2022-05-25 10:10:23 +00:00
# Contributing
## Code Analysis
To check the code quality, run
```php
composer check
```
To fix any style issues, run
```php
composer fix
```
## Tests
To run the test suite, execute
```php
composer test
```
## Build
[Box](https://github.com/box-project/box) is used to create the phar archive. Run the following command to create the phar:
```sh
./box.phar compile
```