Skip to content

joomla-framework/preload

Repository files navigation

The Preload Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

The Preload package provides a set of utility classes for managing HTTP/2 preload relations.

Installation via Composer

Add "joomla/preload": "~2.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/preload": "~2.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/preload "~2.0"