Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly committed Jun 20, 2024
1 parent ebe2e72 commit a92b053
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ When working locally you will need to install the dev dependencies.
COMPOSER=composer-dev.json composer install
```

## Dependencies

To update dependencies to latest:

```bash
Expand All @@ -45,3 +47,11 @@ composer require friendsofphp/php-cs-fixer laravel/pint squizlabs/php_codesniffe
# Development
COMPOSER=composer-dev.json composer require friendsofphp/php-cs-fixer laravel/pint squizlabs/php_codesniffer tightenco/tlint --dev
```

## PHPStan

If PHPStan fails locally, try increasing the memory:

```bash
./vendor/bin/phpstan analyze --memory-limit 1G
```
Binary file modified builds/duster
Binary file not shown.
Binary file modified builds/duster.phar
Binary file not shown.

0 comments on commit a92b053

Please sign in to comment.