| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
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, HASH_ALGO, and ILIAS\UI\examples\Symbol\Glyph\Sort\sort().
Referenced by vendor_hash().
 Here is the call graph for this function:
 Here is the caller graph for this function:| vendor_hash | ( | ) | 
Definition at line 26 of file info.php.
References HASH_ALGO, hash_directory(), and VENDOR_PATH.
 Here is the call graph for this function:| 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().