Skip to content

Commit b6f1ab6

Browse files
committed
Updates composer.json to use tilde operator for dev deps
1 parent b66c56e commit b6f1ab6

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
@@ -34,8 +34,8 @@
3434
"ext-mbstring": "*"
3535
},
3636
"require-dev": {
37-
"mikey179/vfsStream": "1.*",
38-
"phpunit/phpunit": "4.*"
37+
"mikey179/vfsStream": "~1.4",
38+
"phpunit/phpunit": "~4.4"
3939
},
4040
"autoload": {
4141
"psr-0": {

0 commit comments

Comments
 (0)