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.
clap
1 parent 9c8dd7c commit a3fbc24Copy full SHA for a3fbc24
crates/cli/Cargo.toml
@@ -13,7 +13,7 @@ categories = ["api-bindings", "command-line-interface"]
13
[dependencies]
14
ext-php-rs = { version = ">=0.7.1", path = "../../" }
15
16
-clap = { version = "3.0.0-rc.0", features = ["derive"] }
+clap = { version = "3.1", features = ["derive"] }
17
anyhow = "1"
18
dialoguer = "0.9"
19
libloading = "0.7"
0 commit comments