Skip to content

Commit

Permalink
allow major versions to increment :)
Browse files Browse the repository at this point in the history
  • Loading branch information
arondeparon committed Nov 15, 2019
1 parent 03e5174 commit 4c3b367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.5.x-dev"
"dev-master": "2.0.x-dev"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion test/PackageVersionsTest/E2EInstallerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ private function assertPackageVersionsIsUsable(string $directory) : void

self::assertSame(0, $exitCode);
self::assertCount(1, $output);
self::assertRegExp('/^1\\..*\\@[a-f0-9]*$/', $output[0]);
self::assertRegExp('/^\d+\\..*\\@[a-f0-9]*$/', $output[0]);
}

/**
Expand Down

0 comments on commit 4c3b367

Please sign in to comment.