X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=includes%2Flibs%2Fcomposer%2FComposerJson.php;h=62231a89b61079370b83d055960cbd6d2fec6014;hb=53779578b44575ef91feb3fad488f09b52f737d7;hp=311508f7c060fb6076c38ffe3c0fdc80f860fe47;hpb=4b73a8b6fbb6da651af850a7d667e6e8d59e6fce;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/composer/ComposerJson.php b/includes/libs/composer/ComposerJson.php index 311508f7c0..62231a89b6 100644 --- a/includes/libs/composer/ComposerJson.php +++ b/includes/libs/composer/ComposerJson.php @@ -12,14 +12,9 @@ class ComposerJson { * @param string $location */ public function __construct( $location ) { - $this->hash = md5_file( $location ); $this->contents = json_decode( file_get_contents( $location ), true ); } - public function getHash() { - return $this->hash; - } - /** * Dependencies as specified by composer.json *