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

Commit 7900e94

Browse files
committed
master -> main
1 parent 189c0ce commit 7900e94

File tree

3 files changed

+6
-3
lines changed

3 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,6 +1,8 @@
1-
Hack-Router-Codegen [![Build Status](https://travis-ci.org/hhvm/hack-router-codegen.svg?branch=master)](https://travis-ci.org/hhvm/hack-router-codegen)
1+
Hack-Router-Codegen
22
===================
33

4+
[![Continuous Integration](https://github.com/hhvm/hack-router-codegen/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/hhvm/hack-router-codegen/actions/workflows/build-and-test.yml)
5+
46
Code generation for controller classes using the `UriPattern` system from
57
[`hhvm/hack-router`](https://github.com/hhvm/hack-router)
68

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"extra": {
2222
"branch-alias": {
23-
"dev-master": "1.x-dev"
23+
"dev-master": "1.x-dev",
24+
"dev-main": "1.x-dev"
2425
}
2526
},
2627
"autoload": {

0 commit comments

Comments
 (0)