This contains the source files for the "Omnipedia - Warmer" Drupal module, which provides cache warming-related functionality for Omnipedia.
Before attempting to install this, you must add the Composer repositories as described in the installation instructions for these dependencies:
Ensure that you have your Drupal installation set up with the correct Composer
installer types such as those provided by the drupal/recommended-project
template.
If you're starting from scratch, simply requiring that template and following
the Drupal.org Composer
documentation
should get you up and running.
In your root composer.json
, add the following to the "repositories"
section:
"drupal/omnipedia_warmer": {
"type": "vcs",
"url": "https://github.com/neurocracy/drupal-omnipedia-warmer.git"
}
Once you've completed all of the above, run composer require "drupal/omnipedia_warmer:^2.0@dev"
in the root of your project to have
Composer install this and its required dependencies for you.
The following major version bumps indicate breaking changes:
-
2.x:
-
Requires Drupal 9.5 or Drupal 10.
-
Requires PHP 8.1.
-