1
0
Fork 0

Fixing test version constraints.

pull/6674/head
Matthew Grasmick 2017-09-11 11:32:19 -04:00
parent 0e192ced69
commit 21722f6e42
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ When `with-all-dependencies` is used, Composer\Installer::whitelistUpdateDepende
}
],
"require": {
"a": "~1.0",
"a": "^1.0",
"b": "~1.0"
}
}