Skip to content

Commit

Permalink
Merge pull request #24 from pfeiferchristopher/master
Browse files Browse the repository at this point in the history
Allow more Major Versions of Symfony Component to allow for Laravel 5.3
  • Loading branch information
navitronic authored Jul 2, 2016
2 parents 4c6c7c1 + 39f0a5b commit c47fc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=5.3.3",
"symfony/http-foundation": "~2.5|~3.0.0"
"symfony/http-foundation": "~2.5|~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.1"
Expand Down

0 comments on commit c47fc57

Please sign in to comment.