Skip to content

Commit b9a21b8

Browse files
stephandesouzapatrickbrouwers
authored andcommitted
Accepting symfony/serializer#~4.0 (#319)
Since Laravel 5.6 works with symfony/serializer#~4.0 its time to upgrade?
1 parent 88c57ef commit b9a21b8

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
@@ -27,7 +27,7 @@
2727
"illuminate/support": "5.5.*|5.6.*",
2828
"illuminate/validation": "5.5.*|5.6.*",
2929
"illuminate/view": "5.5.*|5.6.*",
30-
"symfony/serializer": "^2.7|^3.0"
30+
"symfony/serializer": "^2.7|~3.0|~4.0"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "~5.0",

0 commit comments

Comments
 (0)