20230603#1
This commit is contained in:
17
README.md
17
README.md
@@ -2,3 +2,20 @@
|
||||
|
||||
Kernel for **Rmphp**
|
||||
|
||||
## Install
|
||||
|
||||
Stable version
|
||||
|
||||
```bash
|
||||
composer require rmphp/kernel
|
||||
```
|
||||
```bash
|
||||
composer require rmphp/kernel:"^1.0"
|
||||
```
|
||||
|
||||
|
||||
Dev version contains the latest changes
|
||||
|
||||
```bash
|
||||
composer require rmphp/kernel:"1.0.x-dev"
|
||||
```
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
],
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"ext-yaml": "*",
|
||||
"psr/log": "^3.0.0",
|
||||
"psr/container": "^1.0",
|
||||
"rmphp/foundation": "1.0.x-dev"
|
||||
|
||||
Reference in New Issue
Block a user