Skip to content

Commit c47fc57

Browse files
authored
Merge pull request #24 from pfeiferchristopher/master
Allow more Major Versions of Symfony Component to allow for Laravel 5.3
2 parents 4c6c7c1 + 39f0a5b commit c47fc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"require": {
2323
"php": ">=5.3.3",
24-
"symfony/http-foundation": "~2.5|~3.0.0"
24+
"symfony/http-foundation": "~2.5|~3.0"
2525
},
2626
"require-dev": {
2727
"phpunit/phpunit": "~4.1"

0 commit comments

Comments
 (0)