Skip to content

Commit 6833085

Browse files
committed
update README.md
1 parent b1eda68 commit 6833085

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,14 @@
22
This package is a Model-View-Controller web application template of DevNet Framewark.
33

44
## Requirements
5-
- PHP 7.4 or higher version from [php.net](https://www.php.net/)
6-
- Composer the dependency manager from [getcomposer.org](https://getcomposer.org/)
5+
- [PHP](https://www.php.net/) version 8.0 or higher
6+
- [Composer](https://getcomposer.org/) version 2.0 or higher
77

88
## Installation
99
To create a DevNet Web MVC Application project using composer, run the following command in your terminal:
1010
```
1111
composer create-project devnet/mvc-template [project-Name]
1212
```
13-
Or using DevNet CLI
14-
```
15-
devnet new mvc --project [project-Name]
16-
```
1713

1814
## Documentation
1915
Full documentation on how to use **DevNet Framework** is available at [devnet-framework.github.io](https://devnet-framework.github.io)

0 commit comments

Comments
 (0)