We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7082464 commit 34eefbaCopy full SHA for 34eefba
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "devnet/cli",
3
- "description": "The DevNet Command Line Interpreter",
+ "description": "The DevNet Command Line Interface",
4
"type": "library",
5
"license": "MIT",
6
"authors": [
@@ -10,10 +10,8 @@
10
}
11
],
12
"require": {
13
- "php": ">=7.4.0",
14
- "devnet/core": "1.0.*",
15
- "devnet/installer": "1.0.*",
16
- "devnet/console-template": "1.0.*"
+ "php": "7.4 - 8.0",
+ "devnet/core": "1.0.*"
17
},
18
"bin": [
19
"bin/devnet"
0 commit comments