Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Oct 25, 2021
1 parent 24fa725 commit 764998c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,17 @@
**Required PHP Version**

- PHP 7.2+
- PHP 7.4+

**Installation**

```bash
composer require kelunik/acme
```

This package follows semantic versioning. Although there's no `v1.0.0` yet, it's safe to use it as a dependency, because breaking changes won't be installed when using it as `^0.3`.

**[Documentation](https://docs.kelunik.com/kelunik/acme)**

The library is fully documented using PHPDoc.
This package follows semantic versioning.

**Usage**

If you're not familiar with promises and `amphp/amp` yet, read my [blog post to get started](http://blog.kelunik.com/2015/09/20/getting-started-with-amp.html).
You should be familiar with promises and [`amphp/amp`](https://github.com/amphp/amp).
You can always use `Amp\Promise\wait` to use this async library in synchronous code.

0 comments on commit 764998c

Please sign in to comment.