Skip to content

Commit

Permalink
Updated version constraints to allow for newer versions of Symfony pa…
Browse files Browse the repository at this point in the history
…ckages.
  • Loading branch information
lifo101 committed Jul 7, 2022
1 parent e0971c3 commit d41108c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"require": {
"php": ">=5.4.4",
"ext-pcntl": "*",
"symfony/event-dispatcher": "^2.8|^3.0",
"symfony/process": "^2.8|^3.0"
"symfony/event-dispatcher": ">=^2.8",
"symfony/process": ">=^2.8"
},
"suggest": {
"symfony/var-dumper": "For better debug dump output",
Expand Down

0 comments on commit d41108c

Please sign in to comment.