Skip to content

Commit

Permalink
Merge pull request #16 from rforks/symfony-component-version
Browse files Browse the repository at this point in the history
Allows the installation of phplint over symfony 3.1.* packages
  • Loading branch information
overtrue authored Aug 25, 2016
2 parents 67fbfea + 36a8a8b commit 3b4c4a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
],
"require": {
"php": ">=5.5.9",
"symfony/console": "~2.7|~3.0",
"symfony/finder": "~2.7|~3.0",
"symfony/process": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0"
"symfony/console": "^2.7|^3.0",
"symfony/finder": "^2.7|^3.0",
"symfony/process": "^2.7|^3.0",
"symfony/yaml": "^2.7|^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3b4c4a6

Please sign in to comment.