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 4133a0f commit b72d055Copy full SHA for b72d055
crates/cli/Cargo.toml
@@ -13,9 +13,9 @@ categories = ["api-bindings", "command-line-interface"]
13
[dependencies]
14
ext-php-rs = { version = ">=0.7.1", path = "../../" }
15
16
-clap = { version = ">=3.2.5", features = ["derive"] }
+clap = { version = "4.0", features = ["derive"] }
17
anyhow = "1"
18
dialoguer = "0.10"
19
libloading = "0.7"
20
-cargo_metadata = "0.14"
+cargo_metadata = "0.15"
21
semver = "1.0"
0 commit comments