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 d1cb7cc commit f6207e0Copy full SHA for f6207e0
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.1", features = ["derive"] }
+clap = { version = ">=3.2.5", features = ["derive"] }
17
anyhow = "1"
18
dialoguer = "0.10"
19
libloading = "0.7"
0 commit comments