joomla / preload
Joomla Preload Package
Fund package maintenance!
joomla
community.joomla.org/sponsorship-campaigns.html
Installs: 1 931
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 10
Forks: 3
Open Issues: 1
Type:joomla-package
Requires
- php: ^8.1.0
- fig/link-util: ^1.0
- psr/link: ^1.0
Requires (Dev)
- joomla/application: ^3.0
- joomla/di: ^3.0
- joomla/event: ^3.0
- joomla/uri: ^3.0
- phan/phan: ^5.4.2
- phpstan/phpstan: ^1.10.7
- phpunit/phpunit: ^9.5.28
- squizlabs/php_codesniffer: ^3.7.2
- symfony/web-link: ^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.4|^5.0`
This package is auto-updated.
Last update: 2024-10-08 21:11:42 UTC
README
The Preload package provides a set of utility classes for managing HTTP/2 preload relations.
Installation via Composer
Add "joomla/preload": "~3.0"
to the require block in your composer.json and then run composer install
.
{ "require": { "joomla/preload": "~3.0" } }
Alternatively, you can simply run the following from the command line:
composer require joomla/preload "~3.0"