joomla/preload
Joomla Preload Package
Installs: 745
Dependents: 0
Suggesters: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:joomla-package
Requires
- fig/link-util: ~1.0
- psr/link: ~1.0
- php: ^7.2.5
Requires (Dev)
- joomla/application: ~2.0
- joomla/coding-standards: ~2.0@alpha
- joomla/di: ~1.5|~2.0
- joomla/event: ~2.0
- joomla/uri: ~2.0
- phpunit/phpunit: ~8.2
- symfony/web-link: ~3.4|~4.0|~5.0
Suggests
- joomla/application: To use the PreloadSubscriber event listener, install `~2.0`
- joomla/di: To use the PreloadProvider service provider, install `~1.5|~2.0`
- joomla/event: To use the PreloadSubscriber event listener, install `~2.0`
- symfony/web-link: To use the PreloadSubscriber event listener, install `~3.4|~4.0|~5.0`
README
The Preload package provides a set of utility classes for managing HTTP/2 preload relations.
Installation via Composer
Add "joomla/preload": "~2.0@dev"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/preload": "~2.0@dev" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/preload "~2.0@dev"