Skip to content

Commit

Permalink
Merge pull request #186 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Allow symfony 3.4 lts
  • Loading branch information
bmitch committed Jan 26, 2019
2 parents 6f7e23b + 80e5029 commit 7c416d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
],
"require": {
"php": "^7.1.3",
"symfony/console": "^4.0",
"symfony/console": "^3.4 || ^4.0",
"tightenco/collect": "^5.4",
"symfony/process": "^4.0",
"symfony/yaml": "^4.0",
"symfony/process": "^3.4 || ^4.0",
"symfony/yaml": "^3.4 || ^4.0",
"webmozart/assert": "^1.2",
"php-di/php-di": "^5.4"
},
Expand Down

0 comments on commit 7c416d7

Please sign in to comment.