Skip to content

Commit

Permalink
Merge branch 'master' into exec-limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner authored Nov 27, 2024
2 parents 9621d75 + 70d4d08 commit 81ca96c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"phpunit/phpunit": "^9.6",
"rawr/phpunit-data-provider": "^3.3",
"roave/security-advisories": "dev-master",
"symfony/event-dispatcher": "^5.0 || ^6.0"
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0"
},
"prefer-stable": true,
"config": {
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Also you need to make sure that a PSR-14 compatible event dispatcher is availabl
{
"require": {
"solarium/solarium": "~6.3",
"symfony/event-dispatcher": "^5.0 || ^6.0"
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0"
}
}
```
Expand Down Expand Up @@ -156,7 +156,7 @@ Alternatively you can use any [PSR-14](https://www.php-fig.org/psr/psr-14/) comp
{
"require": {
"solarium/solarium": "~6.3",
"symfony/event-dispatcher": "^5.0 || ^6.0"
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0"
}
}
```
Expand Down

0 comments on commit 81ca96c

Please sign in to comment.