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 f373c0a commit 374323fCopy full SHA for 374323f
composer.json
@@ -7,7 +7,7 @@
7
"license": "MIT",
8
"require": {
9
"php": "^7.1.3",
10
- "symfony/framework-bundle": "^3.4|^4",
+ "symfony/framework-bundle": "^3.4|^4|^5",
11
"queue-interop/amqp-interop": "^0.8",
12
"queue-interop/queue-interop": "^0.7|^0.8",
13
"enqueue/enqueue": "^0.9",
@@ -39,8 +39,8 @@
39
"doctrine/doctrine-bundle": "~1.2",
40
"doctrine/mongodb-odm-bundle": "^3.5",
41
"alcaeus/mongo-php-adapter": "^1.0",
42
- "symfony/browser-kit": "^3.4|^4",
43
- "symfony/expression-language": "^3.4|^4"
+ "symfony/browser-kit": "^3.4|^4|^5",
+ "symfony/expression-language": "^3.4|^4|^5"
44
},
45
"suggest": {
46
"enqueue/async-command": "If want to run Symfony command via message queue",
0 commit comments