contao-community-alliance/contao-polyfill-bundle
This polyfill bundle support some contao features in older versions.
Maintainers
Package info
github.com/contao-community-alliance/contao-polyfill-bundle
Type:contao-bundle
pkg:composer/contao-community-alliance/contao-polyfill-bundle
Requires
- php: ^7.1
- contao/core-bundle: ^4.4
- contao/installation-bundle: ^4.4
- doctrine/dbal: ^2.5
- ocramius/package-versions: ^1.4
- symfony/asset: ^3.4 || ^4.0 || ^5.0
- symfony/config: ^3.4 || ^4.0 || ^5.0
- symfony/console: ^3.4 || ^4.0 || ^5.0
- symfony/dependency-injection: ^3.4.26 || ^4.2.7 || ^5.0
- symfony/filesystem: ^3.4 || ^4.0 || ^5.0
- symfony/finder: ^3.4 || ^4.0 || ^5.0
- symfony/http-foundation: ^3.4.35 || ^4.4.7 || ^5.0.7
- symfony/http-kernel: ^3.4.35 || ^4.4.13 || ^5.1.5
Requires (Dev)
- contao/conflicts: @dev
- contao/manager-plugin: ^2.2
- php-http/mock-client: ^1.0
- phpcq/all-tasks: ^1.2
Suggests
None
Provides
None
Conflicts
None
Replaces
None
LGPL-3.0-or-later 03f0923566b572ac5a03ec4dc4add4765a3b002e
- Christian Schiffler <c.schiffler.woop@cyberspectrum.de>
- Sven Baumann <baumann.sv.woop@gmail.com>
This package is auto-updated.
Last update: 2026-05-29 01:18:28 UTC
README
👁 Build Status
👁 Latest Version tagged
👁 Latest Version on Packagist
👁 Installations via composer per month
Contao Polyfill Bundle
This bundle allows you to use Contao features in earlier versions.
For every single feature there is the possibility to deactivate it. See the corresponding description.
The following functions are backported in the package:
Tagged Hooks
This feature is automatically loaded in Contao versions less than 4.5.
What this feature entails, you can read here.
If you want to disable this, add the following to your config.yml.
cca_polyfill45: tagged_hooks: false
Asset
This feature is automatically loaded in Contao versions less than 4.5.
What this feature entails, you can read here.
The function to include asset $this->asset() via the template is not supported.
You can use the insert tag {{asset::path}} as a replacement.
If you want to disable this, add the following to your config.yml.
cca_polyfill45: asset: false
Migration
This feature is automatically loaded in Contao versions less than 4.9.
What this feature entails, you can read here.
If you want to disable this, add the following to your config.yml.
cca_polyfill49: migration: false
