Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 2db5e96

Browse files
committed
master -> main
1 parent 0b5be45 commit 2db5e96

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ All development is direclty on GitHub.
99
## Pull Requests
1010
We actively welcome your pull requests.
1111

12-
1. Fork the repo and create your branch from `master`.
12+
1. Fork the repo and create your branch from `main`.
1313
2. If you've added code that should be tested, add tests.
1414
3. If you've changed APIs, update the documentation.
1515
4. Ensure the test suite passes.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
HHVM-Autoload [![Build Status](https://travis-ci.org/hhvm/hhvm-autoload.svg?branch=master)](https://travis-ci.org/hhvm/hhvm-autoload)
1+
HHVM-Autoload
22
=============
33
The autoloader for autoloading classes, enums, functions, typedefs, and constants on HHVM.
44

5+
[![Continuous Integration](https://github.com/hhvm/hhvm-autoload/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/hhvm/hhvm-autoload/actions/workflows/build-and-test.yml)
6+
57
Usage
68
=====
79

bin/hh-autoload.hack

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ final class GenerateScript {
175175
$bin,
176176
\getcwd().'/vendor/hhvm/hhvm-autoload/README.md',
177177
// ^^^^^^ Not accurate if hhvm-autoload is the top level project.
178-
'https://github.com/hhvm/hhvm-autoload/blob/master/README.md',
178+
'https://github.com/hhvm/hhvm-autoload/blob/main/README.md',
179179
);
180180
}
181181

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
],
3030
"branch-alias": {
3131
"dev-master": "3.x-dev",
32+
"dev-main": "3.x-dev",
3233
"dev-CI_current_pull_request": "3.x-dev"
3334
}
3435
}

0 commit comments

Comments
 (0)