We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d990ef1 + 0877358 commit 51aaf2cCopy full SHA for 51aaf2c
.github/workflows/build.yaml
@@ -41,8 +41,6 @@ jobs:
41
php: '7.4'
42
- description: '8.0'
43
php: '8.0'
44
- # needed because doctrine/mongodb-odm doesn't support php8 yet
45
- composer_option: '--ignore-platform-reqs'
46
- description: '8.1'
47
php: '8.1'
48
composer_option: ''
composer.json
@@ -23,7 +23,7 @@
23
],
24
"require": {
25
"php": "^7.3 || ^8.0",
26
- "symfony/event-dispatcher-contracts": "^1.1 || ^2.0",
+ "symfony/event-dispatcher-contracts": "^2.0 || ^3.0",
27
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.0"
28
},
29
"require-dev": {
0 commit comments