From 577d8324dbe88f6b265a03e44df4c24939e517bc Mon Sep 17 00:00:00 2001 From: User Date: Sat, 3 Jun 2023 22:14:08 +0300 Subject: [PATCH] 20230603#1 --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90c6e81..13bf5be 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ -### Rmphp/Foundation +## Rmphp/Foundation Foundation for **Rmphp** components +## Install + +Stable version + +```bash +composer require rmphp/foundation +``` +```bash +composer require rmphp/foundation:"^1.0" +``` + + +Dev version contains the latest changes + +```bash +composer require rmphp/foundation:"1.0.x-dev" +``` +