composer-require-checker: 4.13.0 -> 4.14.0
This commit is contained in:
parent
30e9f55fae
commit
bf608e22be
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
php.buildComposerProject2 (finalAttrs: {
|
php.buildComposerProject2 (finalAttrs: {
|
||||||
pname = "composer-require-checker";
|
pname = "composer-require-checker";
|
||||||
version = "4.13.0";
|
version = "4.14.0";
|
||||||
|
|
||||||
# Upstream no longer provides the composer.lock in their release artifact
|
# Upstream no longer provides the composer.lock in their release artifact
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/maglnet/ComposerRequireChecker";
|
url = "https://github.com/maglnet/ComposerRequireChecker";
|
||||||
rev = "refs/tags/${finalAttrs.version}";
|
rev = "refs/tags/${finalAttrs.version}";
|
||||||
hash = "sha256-xq8W5SXwtmJ3uu5g26/rxL02jqBuxvEEQpwazPdCE5Y=";
|
hash = "sha256-dBUDkgbuUBKA3MKB4fxwHhDoT9wYRl49m/2ZCvIcNMM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-GGT/9kBpd7PU/pMJFWw1rrEW2QFUlrp3lljUCyo+/bw=";
|
vendorHash = "sha256-JNdSek3f3WEtJQHjSV+HF6b8l9eZvbI0n4g3UUUVja4=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies";
|
description = "CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies";
|
||||||
|
Loading…
Reference in New Issue
Block a user