Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
[![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/coverage.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/?branch=0.0.x)
[![Build Status](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/build.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/build-status/0.0.x)

## Requirements:
## Requirements

* PHP ^7.4|^8.0
* Antidot Framework
* DriftPHP Server
* React Http
* React Promises
* Ramsey Uuid
* [Antidot Framework](https://antidotfw.io)
* [DriftPHP Server](https://github.com/driftphp/server)
* [React Http](https://github.com/reactphp/http)
* [React Promises](https://github.com/reactphp/promise)
* [Ramsey Uuid](https://github.com/ramsey/uuid)

## Description

This package allows running both common synchronous and modern asynchronous PHP following PSR-15 middleware standard approach.
This package allows running asynchronous PHP following PSR-15 middleware standard approach.

## Install

Expand Down
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
[![Code Coverage](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/coverage.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/?branch=0.0.x)
[![Build Status](https://scrutinizer-ci.com/g/antidot-framework/react-framework/badges/build.png?b=0.0.x)](https://scrutinizer-ci.com/g/antidot-framework/react-framework/build-status/0.0.x)

## Requirements:
## Requirements

* PHP ^7.4|^8.0
* Antidot Framework
* DriftPHP Server
* React Http
* React Promises
* Ramsey Uuid
* [Antidot Framework](https://antidotfw.io)
* [DriftPHP Server](https://github.com/driftphp/server)
* [React Http](https://github.com/reactphp/http)
* [React Promises](https://github.com/reactphp/promise)
* [Ramsey Uuid](https://github.com/ramsey/uuid)

## Description

This package allows running both common synchronous and modern asynchronous PHP following PSR-15 middleware standard approach.
This package allows running asynchronous PHP following PSR-15 middleware standard approach.

## Install

Expand Down