1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Mark v2 as unstable

This commit is contained in:
Niklas Keller 2017-03-12 18:33:12 +01:00
parent 0d96ca4434
commit ba0e9ffb93

View File

@ -2,7 +2,7 @@
[![Build Status](https://img.shields.io/travis/amphp/amp/master.svg?style=flat-square)](https://travis-ci.org/amphp/amp)
[![CoverageStatus](https://img.shields.io/coveralls/amphp/amp/master.svg?style=flat-square)](https://coveralls.io/github/amphp/amp?branch=master)
![Stable v2](https://img.shields.io/badge/stable-v2-green.svg?style=flat-square)
![Unstable v2](https://img.shields.io/badge/unstable-v2-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
`amphp/amp` is a non-blocking concurrency framework for PHP. It provides an event loop, promises and streams as a base for asynchronous programming.
@ -25,4 +25,4 @@ Extensions are only needed if your app necessitates high numbers of concurrent s
```bash
$ composer require amphp/amp ^2@dev
```
```