Skip to content

Commit f78d6ee

Browse files
committed
update requirement version of PHP
to PHP v8.0 or higher
1 parent 96660b0 commit f78d6ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This dependency is a part of **DevNet Framework**, a command-line Interface tool, for managing DevNet projects.
33

44
## Requirements
5-
- [PHP](https://www.php.net/) version 7.4 to 8.1
5+
- [PHP](https://www.php.net/) version 8.0 or higher
66
- [Composer](https://getcomposer.org/) version 2.0 or higher
77

88
## Installation

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
}
1111
],
1212
"require": {
13+
"php": "^8.0",
1314
"devnet/core": "1.0.*"
1415
},
1516
"bin": [

0 commit comments

Comments
 (0)