Skip to content

Commit 34eefba

Browse files
committed
update composer.json
modify description and requirements
1 parent 7082464 commit 34eefba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devnet/cli",
3-
"description": "The DevNet Command Line Interpreter",
3+
"description": "The DevNet Command Line Interface",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -10,10 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.4.0",
14-
"devnet/core": "1.0.*",
15-
"devnet/installer": "1.0.*",
16-
"devnet/console-template": "1.0.*"
13+
"php": "7.4 - 8.0",
14+
"devnet/core": "1.0.*"
1715
},
1816
"bin": [
1917
"bin/devnet"

0 commit comments

Comments
 (0)