Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Feb 9, 2024
1 parent 5aaa332 commit 64d01c1
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,23 @@ Common classes for creating vendor specific database writers.
## Installation
Install via composer:

php composer.phar require db-writer-common
```bash
composer require db-writer-common
```

composer.json

{
"require": "db-writer-common": ^0.1
```json
{
"require": {
"db-writer-common": "^6.0"
}
}
```

## Development

Run tests:
docker-compose run --rm tests

```bash
docker-compose run --rm tests
```

0 comments on commit 64d01c1

Please sign in to comment.