Skip to content

Commit 4b49414

Browse files
authored
Merge pull request #43 from RobinRadic/master
Improved version constraints
2 parents f702d5a + ce24301 commit 4b49414

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
@@ -8,7 +8,7 @@
88
"netresearch/jsonmapper": "~0.11",
99
"monolog/monolog": "~1.12",
1010
"vlucas/phpdotenv": "~2.0",
11-
"symfony/var-dumper": "2.8.*|3.0.*"
11+
"symfony/var-dumper": "~2.8|~3.0"
1212
},
1313
"require-dev": {
1414
"phpunit/phpunit": "~4.4",

0 commit comments

Comments
 (0)