Skip to content

Commit

Permalink
Merge pull request #13 from alex-patterson-webdev/feature/0.6.1
Browse files Browse the repository at this point in the history
Update README.md with correct version constraint and improved about text
  • Loading branch information
alex-patterson-webdev committed Apr 11, 2023
2 parents c417315 + fa9cbca commit 8594a3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

## About

The library provides a number of factory interfaces which abstracts the creation of native PHP DateTime objects and
implementations of the [PSR-20 Clock](https://www.php-fig.org/psr/psr-20/) `ClockInterface`.
The library provides implementations of the [PSR-20 Clock](https://www.php-fig.org/psr/psr-20/) `ClockInterface` and a
number of factories which abstract the creation of native PHP DateTime objects.

## Installation

Installation via [composer](https://getcomposer.org).

require alex-patterson-webdev/date-time ^0.5
require alex-patterson-webdev/date-time ^0.6

## Theory

Expand Down

0 comments on commit 8594a3c

Please sign in to comment.