You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This dependency is the main repository of **DevNet Framework**, and it includes
6
6
-[devnet/entity](https://github.com/DevNet-Framework/entity) an object-relational mapping system that helps to manipulate databases in an object-oriented way.
7
7
8
8
## Requirements
9
-
-[PHP](https://www.php.net/) version 7.4 to 8.1
9
+
-[PHP](https://www.php.net/) version 8.1 or higher
10
10
-[Composer](https://getcomposer.org/) version 2.0 or higher
11
11
12
12
## Installation
@@ -21,7 +21,7 @@ You can install DevNet Framework globally in your system, by run the following c
21
21
composer global require devnet/framework
22
22
```
23
23
24
-
>**Note:**In order to run DevNet CLI globally in linux os, you need to add composer**bin** into the system environment variables.
24
+
>**Note:**when you install composer in Linux operating system, please do not forget to add composer/vendor/bin into the system environment variables inside the file .bashrc like this:
0 commit comments