Skip to content

Commit

Permalink
Add some version info
Browse files Browse the repository at this point in the history
  • Loading branch information
prewk committed Mar 24, 2021
1 parent fa938d7 commit 3f402e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Expand Up @@ -2,6 +2,10 @@

A PHP implementation of [Rust's Option type](https://doc.rust-lang.org/std/option/enum.Option.html) with roughly the same API.

## Version information

Version 3.x.x requires PHP 7.3+. Make sure you match the versions for this and the [Result](https://github.com/prewk/result) library if you use both.

## Installation

```php
Expand Down Expand Up @@ -45,4 +49,3 @@ $value = findSomething()->expect(new Exception("Oh noes!"));
## License

MIT & Apache 2.0

0 comments on commit 3f402e4

Please sign in to comment.