joomla/symfony-event-dispatcher-bridge
Joomla/Symfony Event Dispatcher Bridge
Maintainers
Package info
github.com/joomla-framework/symfony-event-dispatcher-bridge
Type:joomla-package
pkg:composer/joomla/symfony-event-dispatcher-bridge
Requires
- php: ~7.0
- joomla/event: ~2.0
- symfony/event-dispatcher: ~3.4|~4.0
Requires (Dev)
- joomla/coding-standards: ~2.0@alpha
- phpunit/phpunit: ~6.3
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2021-04-26 11:58:51 UTC
README
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
The Joomla/Symfony Event Dispatcher Bridge package bridges the joomla/event and symfony/event-dispatcher packages, allowing the Joomla API to be used within the Symfony API.
Installation via Composer
Add "joomla/symfony-event-dispatcher-bridge": "~2.0@dev" to the require block in your composer.json and then run composer install.
{
"require": {
"joomla/symfony-event-dispatcher-bridge": "~2.0@dev"
}
}
Alternatively, you can simply run the following from the command line:
composer require joomla/symfony-event-dispatcher-bridge "~2.0@dev"
