Skip to content

Commit

Permalink
Add support for Symfony 3.x components.
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Jan 25, 2016
1 parent 57a10a4 commit e45a4b5
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 @@ -24,8 +24,8 @@
"php": ">=5.4",
"intervention/image": "~2.1",
"league/flysystem": "~1.0",
"symfony/http-foundation": "~2.3",
"symfony/http-kernel": "~2.3"
"symfony/http-foundation": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
Expand Down

0 comments on commit e45a4b5

Please sign in to comment.