Skip to content

Commit 51aaf2c

Browse files
authored
Merge pull request #303 from garak/event-dispatcher3
support symfony/event-dispatcher-contracts 3
2 parents d990ef1 + 0877358 commit 51aaf2c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
php: '7.4'
4242
- description: '8.0'
4343
php: '8.0'
44-
# needed because doctrine/mongodb-odm doesn't support php8 yet
45-
composer_option: '--ignore-platform-reqs'
4644
- description: '8.1'
4745
php: '8.1'
4846
composer_option: ''

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"require": {
2525
"php": "^7.3 || ^8.0",
26-
"symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
26+
"symfony/event-dispatcher-contracts": "^2.0 || ^3.0",
2727
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.0"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)