Skip to content

Commit 70d4d08

Browse files
Symfony EventDispatcher 7 (solariumphp#1135)
1 parent 1955d16 commit 70d4d08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"phpunit/phpunit": "^9.6",
3535
"rawr/phpunit-data-provider": "^3.3",
3636
"roave/security-advisories": "dev-master",
37-
"symfony/event-dispatcher": "^5.0 || ^6.0"
37+
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0"
3838
},
3939
"prefer-stable": true,
4040
"config": {

docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Also you need to make sure that a PSR-14 compatible event dispatcher is availabl
4545
{
4646
"require": {
4747
"solarium/solarium": "~6.3",
48-
"symfony/event-dispatcher": "^5.0 || ^6.0"
48+
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0"
4949
}
5050
}
5151
```
@@ -156,7 +156,7 @@ Alternatively you can use any [PSR-14](https://www.php-fig.org/psr/psr-14/) comp
156156
{
157157
"require": {
158158
"solarium/solarium": "~6.3",
159-
"symfony/event-dispatcher": "^5.0 || ^6.0"
159+
"symfony/event-dispatcher": "^5.0 || ^6.0 || ^7.0"
160160
}
161161
}
162162
```

0 commit comments

Comments
 (0)