This repository was archived by the owner on Aug 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ All development is direclty on GitHub.
99## Pull Requests
1010We 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 ` .
13132 . If you've added code that should be tested, add tests.
14143 . If you've changed APIs, update the documentation.
15154 . Ensure the test suite passes.
Original file line number Diff line number Diff line change 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+
46Code generation for controller classes using the ` UriPattern ` system from
57[ ` hhvm/hack-router ` ] ( https://github.com/hhvm/hack-router )
68
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments