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 a9e0c9b commit d701560Copy full SHA for d701560
composer.json
@@ -16,11 +16,11 @@
16
],
17
"require": {
18
"php": ">=7.1",
19
- "symfony/framework-bundle": "^3.4",
20
- "symfony/finder": "^3.4",
21
- "symfony/yaml": "^3.4",
22
- "symfony/console": "^3.4",
23
- "symfony/process": "^3.4",
+ "symfony/framework-bundle": "^3.4|^4",
+ "symfony/finder": "^3.4|^4",
+ "symfony/yaml": "^3.4|^4",
+ "symfony/console": "^3.4|^4",
+ "symfony/process": "^3.4|^4",
24
"twig/twig": "^2",
25
"mtdowling/cron-expression": "1.0.*",
26
"doctrine/orm": "~2.7",
@@ -34,7 +34,7 @@
34
"require-dev": {
35
"phpunit/phpunit": "^7.2",
36
"mockery/mockery": "^1.2",
37
- "symfony/form": "^3.4",
+ "symfony/form": "^3.4|^4",
38
"predis/predis": "^1.0",
39
"phpstan/phpstan-shim": "^0.11.8"
40
},
0 commit comments