| appveyor.yml | vendor/paragonie/sodium_compat/appveyor.yml |  | vendor/paragonie/sodium_compat/appveyor.yml | 
          
                  | autoload-fast.php | vendor/paragonie/sodium_compat/autoload-fast.php |  |  | 
          
                  | autoload-pedantic.php | vendor/paragonie/sodium_compat/autoload-pedantic.php |  |  | 
          
                  | autoload-php7.php | vendor/paragonie/sodium_compat/autoload-php7.php |  |  | 
          
                  | autoload-phpunit.php | vendor/paragonie/sodium_compat/autoload-phpunit.php |  |  | 
          
                  | autoload.php | vendor/autoload.php |  |  | 
          
                  | autoload.php | vendor/paragonie/sodium_compat/autoload.php |  |  | 
          
                  | autoload_classmap.php | vendor/composer/autoload_classmap.php |  |  | 
          
                  | autoload_files.php | vendor/composer/autoload_files.php |  |  | 
          
                  | autoload_namespaces.php | vendor/composer/autoload_namespaces.php |  |  | 
          
                  | autoload_psr4.php | vendor/composer/autoload_psr4.php |  |  | 
          
                  | autoload_real.php | vendor/composer/autoload_real.php |  |  | 
          
                  | autoload_static.php | vendor/composer/autoload_static.php | Composer\Autoload |  | 
          
                  | automatic-updates-post-update.html.twig | templates/automatic-updates-post-update.html.twig |  | Template for the post update email notification. | 
          
                  | automatic-updates-psa-notify.html.twig | templates/automatic-updates-psa-notify.html.twig |  | Template for the public service announcements email notification. | 
          
                  | AutomaticUpdatesPsa.php | src/Services/AutomaticUpdatesPsa.php | Drupal\automatic_updates\Services |  | 
          
                  | AutomaticUpdatesPsaInterface.php | src/Services/AutomaticUpdatesPsaInterface.php | Drupal\automatic_updates\Services |  | 
          
                  | AutomaticUpdatesTest.php | tests/src/Functional/AutomaticUpdatesTest.php | Drupal\Tests\automatic_updates\Functional |  | 
          
                  | automatic_updates.info.yml | automatic_updates.info.yml |  | automatic_updates.info.yml | 
          
                  | automatic_updates.install | automatic_updates.install |  | Automatic updates install file. | 
          
                  | automatic_updates.links.menu.yml | automatic_updates.links.menu.yml |  | automatic_updates.links.menu.yml | 
          
                  | automatic_updates.module | automatic_updates.module |  | Contains automatic_updates.module.. | 
          
                  | automatic_updates.routing.yml | automatic_updates.routing.yml |  | automatic_updates.routing.yml | 
          
                  | automatic_updates.schema.yml | config/schema/automatic_updates.schema.yml |  | config/schema/automatic_updates.schema.yml | 
          
                  | automatic_updates.services.yml | automatic_updates.services.yml |  | automatic_updates.services.yml | 
          
                  | automatic_updates.settings.yml | config/install/automatic_updates.settings.yml |  | config/install/automatic_updates.settings.yml | 
          
                  | BaseCommand.php | src/Command/BaseCommand.php | Drupal\automatic_updates\Command |  | 
          
                  | BlacklistPhp72Versions.php | src/ReadinessChecker/BlacklistPhp72Versions.php | Drupal\automatic_updates\ReadinessChecker |  | 
          
                  | BLAKE2b.php | vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php | ParagonIE\Sodium\Core |  | 
          
                  | BLAKE2b.php | vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php |  |  | 
          
                  | BLAKE2b.php | vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php |  |  | 
          
                  | build-phar.sh | vendor/paragonie/random_compat/build-phar.sh |  | #!/usr/bin/env bash
basedir=$( dirname $( readlink -f ${BASH_SOURCE[0]} ) )
php -dphar.readonly=0 "$basedir/other/build_phar.php" $* | 
          
                  | build-phar.sh | vendor/paragonie/sodium_compat/build-phar.sh |  | #!/usr/bin/env bash
curl -LSs https://box-project.github.io/box2/installer.php | php
mkdir ~/box
mv box.phar ~/box/box
PATH=$PATH:~/box/ make -C dist/ build-phar
# PATH=$PATH:~/box/ make -C dist/ sign-phar | 
          
                  | byte_safe_strings.php | vendor/paragonie/random_compat/lib/byte_safe_strings.php |  |  | 
          
                  | Cached.php | vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php | ParagonIE\Sodium\Core\Curve25519\Ge |  | 
          
                  | Cached.php | vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php |  |  | 
          
                  | Cached.php | vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php |  |  | 
          
                  | CacheRebuild.php | src/Command/CacheRebuild.php | Drupal\automatic_updates\Command |  | 
          
                  | cast_to_int.php | vendor/paragonie/random_compat/lib/cast_to_int.php |  |  | 
          
                  | ChaCha20.php | vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php | ParagonIE\Sodium\Core |  | 
          
                  | ChaCha20.php | vendor/paragonie/sodium_compat/src/Core/ChaCha20.php |  |  | 
          
                  | ChaCha20.php | vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php |  |  | 
          
                  | ChecksumList.php | vendor/drupal/php-signify/src/ChecksumList.php | Drupal\Signify |  | 
          
                  | ClassLoader.php | vendor/composer/ClassLoader.php | Composer\Autoload |  | 
          
                  | Common.php | vendor/paragonie/sodium_compat/src/Core/Base64/Common.php |  |  | 
          
                  | Compat.php | vendor/paragonie/sodium_compat/namespaced/Compat.php | ParagonIE\Sodium |  | 
          
                  | Compat.php | vendor/paragonie/sodium_compat/src/Compat.php |  |  | 
          
                  | constants.php | vendor/paragonie/sodium_compat/lib/constants.php | Sodium |  | 
          
                  | CronFrequency.php | src/ReadinessChecker/CronFrequency.php | Drupal\automatic_updates\ReadinessChecker |  | 
          
                  | CronFrequencyTest.php | tests/src/Kernel/ReadinessChecker/CronFrequencyTest.php | Drupal\Tests\automatic_updates\Kernel\ReadinessChecker |  |