Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryszon committed Jun 13, 2024
1 parent fc9b1d2 commit 0a9cb69
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2024-06-13
### Breaking changes
- Requires PHP 8.3
- Doctrine utility requires Doctrine 3

## [0.1.0] - 2020-04-17
Initial release.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# Reun Test Utilities

## Installation

1. Add private package as VCS repository to your project

```sh
composer config repositories.reun/test-utilities vcs [email protected]:Reun-Media/php-test-utilities.git
```

2. Install package using Composer

```sh
composer require --dev reun/test-utilities
```

## Usage

TODO - Write usage instructions.

## Running tests
`composer test`

0 comments on commit 0a9cb69

Please sign in to comment.