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

Commit 2b4256c

Browse files
committed
Use hack-router v0.9
1 parent ff54164 commit 2b4256c

File tree

7 files changed

+271
-137
lines changed

7 files changed

+271
-137
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: generic
33
services:
44
- docker
55
env:
6-
- HHVM_VERSION=3.18-lts-latest
76
- HHVM_VERSION=3.21-lts-latest
87
- HHVM_VERSION=latest
98
install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Building a Request Router
1616

1717
```Hack
1818
<?hh
19-
require_once(__DIR__.'/../vendor/autoload.php');
19+
require_once(__DIR__.'/../vendor/hh_autoload.php');
2020
2121
use \Facebook\HackRouter\Codegen;
2222

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["hack", "router", "routing", "hhvm"],
55
"homepage": "https://github.com/hhvm/hack-router-codegen",
66
"require": {
7-
"facebook/hack-router": "^1.0.0rc7",
7+
"facebook/hack-router": "^0.9",
88
"facebook/hack-codegen": "^2.2.0",
99
"facebook/definition-finder": "^1.3.0",
1010
"fredemmott/type-assert": "^0.2.0 || ^1.0"

0 commit comments

Comments
 (0)