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.
1 parent 6017202 commit 31ecb0cCopy full SHA for 31ecb0c
composer.json
@@ -107,6 +107,7 @@
107
"doctrine/orm": "<2.14.0",
108
"doctrine/mongodb-odm": "<2.4",
109
"doctrine/persistence": "<1.3",
110
+ "symfony/framework-bundle": "6.4.6 || 7.0.6",
111
"symfony/var-exporter": "<6.1.1",
112
"phpunit/phpunit": "<9.5",
113
"phpspec/prophecy": "<1.15",
@@ -149,7 +150,8 @@
149
150
"allow-plugins": {
151
"composer/package-versions-deprecated": true,
152
"phpstan/extension-installer": true,
- "php-http/discovery": true
153
+ "php-http/discovery": true,
154
+ "soyuka/pmu": true
155
}
156
},
157
"extra": {
0 commit comments