# DEVELOPMENT

## Running tests

Tests use PHPUnit.

```
./vendor/bin/phpunit --testdox --display-deprecations
```

## Publishing

Published at [packagist](https://packagist.org/packages/dotenv-org/phpdotenv-vault)

1. Log in to packagist
2. Tag master branch `git tag v0.0.0` and `git push --tags`
3. Visit [https://packagist.org/packages/dotenv-org/phpdotenv-vault](https://packagist.org/packages/dotenv-org/phpdotenv-vault)
4. Click 'Update'
