Skip to content

Commit

Permalink
Merge pull request #1 from Nyholm/patch-1
Browse files Browse the repository at this point in the history
Allow Symfony 3
  • Loading branch information
magnusnordlander authored Oct 26, 2016
2 parents 45e506b + 48421d5 commit d94211c
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 @@ -12,7 +12,7 @@
"psr-4": {"Fervo\\ValidatedMessage\\": "src/"}
},
"require": {
"symfony/validator": "~2.3",
"simple-bus/message-bus": "~2.0"
"symfony/validator": "^2.3 || ^3.0",
"simple-bus/message-bus": "^2.0"
}
}

0 comments on commit d94211c

Please sign in to comment.