Updates the requirements on [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) to permit the latest version. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/5.4/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v4.4.0...v5.4.3) --- updated-dependencies: - dependency-name: symfony/event-dispatcher dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~9",
|
|
"behat/behat": "~3.10.0",
|
|
"guzzlehttp/guzzle": "7.4.2",
|
|
"jarnaiz/behat-junit-formatter": "^1.3",
|
|
"sabre/dav": "4.3.1",
|
|
"symfony/event-dispatcher": "~5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": [
|
|
"features/bootstrap/",
|
|
"../../../../build/integration/features/bootstrap/"
|
|
]
|
|
}
|
|
}
|
|
}
|