Skip to content

Commit 8f1cbec

Browse files
committed
fix lower version bounds
1 parent 5a63981 commit 8f1cbec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"symfony/phpunit-bridge": "~2.7|~3.0",
4343
"phpoption/phpoption": "~1.1.0",
4444
"jms/serializer": "~0.13|~1.0",
45-
"jms/serializer-bundle": "~0.12|~1.0",
45+
"jms/serializer-bundle": "~0.11|~1.0",
4646
"sllh/php-cs-fixer-styleci-bridge": "^1.3"
4747
},
4848

@@ -55,7 +55,7 @@
5555

5656
"conflict": {
5757
"symfony/validator": ">=2.5.0,<2.5.5",
58-
"jms/serializer": "<0.12",
58+
"jms/serializer": "<0.13",
5959
"jms/serializer-bundle": "<0.11"
6060
},
6161

0 commit comments

Comments
 (0)