ILIAS
release_8 Revision v8.19
|
Go to the source code of this file.
Functions | |
composer_lock_hash () | |
vendor_hash () | |
hash_directory ($algo, $path, $exclude=[]) | |
Variables | |
const | HASH_ALGO "sha1" |
This script can be used to quickly compare the state of the vendor directory with some reference. More... | |
const | COMPOSER_LOCK_PATH __DIR__."/composer.lock" |
const | VENDOR_PATH __DIR__."/vendor" |
composer_lock_hash | ( | ) |
Definition at line 19 of file info.php.
References COMPOSER_LOCK_PATH, and HASH_ALGO.
hash_directory | ( | $algo, | |
$path, | |||
$exclude = [] |
|||
) |
Definition at line 33 of file info.php.
References $path, and HASH_ALGO.
Referenced by vendor_hash().
vendor_hash | ( | ) |
Definition at line 26 of file info.php.
References HASH_ALGO, hash_directory(), and VENDOR_PATH.
const COMPOSER_LOCK_PATH __DIR__."/composer.lock" |
Definition at line 11 of file info.php.
Referenced by composer_lock_hash().
const HASH_ALGO "sha1" |
This script can be used to quickly compare the state of the vendor directory with some reference.
It simply outputs a hash of the composer lock and a combined hash of all files in vendor.
Definition at line 10 of file info.php.
Referenced by composer_lock_hash(), hash_directory(), and vendor_hash().
const VENDOR_PATH __DIR__."/vendor" |
Definition at line 12 of file info.php.
Referenced by vendor_hash().