20230603#1

This commit is contained in:
User
2023-06-03 22:14:08 +03:00
parent 86561bce77
commit 577d8324db

View File

@@ -1,4 +1,22 @@
### Rmphp/Foundation ## Rmphp/Foundation
Foundation for **Rmphp** components 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"
```