Skip to content

Commit

Permalink
build: allow symfony 3 or 4
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdevme committed Jan 30, 2020
1 parent a9e0c9b commit d701560
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "^3.4",
"symfony/finder": "^3.4",
"symfony/yaml": "^3.4",
"symfony/console": "^3.4",
"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",
"twig/twig": "^2",
"mtdowling/cron-expression": "1.0.*",
"doctrine/orm": "~2.7",
Expand All @@ -34,7 +34,7 @@
"require-dev": {
"phpunit/phpunit": "^7.2",
"mockery/mockery": "^1.2",
"symfony/form": "^3.4",
"symfony/form": "^3.4|^4",
"predis/predis": "^1.0",
"phpstan/phpstan-shim": "^0.11.8"
},
Expand Down

0 comments on commit d701560

Please sign in to comment.