Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Dec 18, 2023
1 parent 4b0d801 commit 9061a39
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,20 @@ You may include the [polyfill](https://github.com/php-ds/polyfill) as a dependen

## Contributing

For local development, I'm using Docker:

```
./dev.sh # opens a shell into a development environment
phpize
./configure
make
make install
composer install
composer test
```

Please see [CONTRIBUTING](CONTRIBUTING.md) for more information.

## Credits
Expand Down

0 comments on commit 9061a39

Please sign in to comment.