Skip to content

Commit 6413589

Browse files
committed
Update composer.json
fixed required lib min version
1 parent fe1c9ba commit 6413589

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
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=5.3.0",
1717
"pda/pheanstalk": ">=2.1.0,<3.0-dev",
18-
"jms/serializer-bundle": "0.13.*",
18+
"jms/serializer-bundle": "~0.13",
1919
"symfony/process":"~2.4",
2020
"phploc/phploc": "*"
2121
},

0 commit comments

Comments
 (0)