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

Commit

Permalink
Use hack-router v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Oct 23, 2017
1 parent ff54164 commit 2b4256c
Show file tree
Hide file tree
Showing 7 changed files with 271 additions and 137 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: generic
services:
- docker
env:
- HHVM_VERSION=3.18-lts-latest
- HHVM_VERSION=3.21-lts-latest
- HHVM_VERSION=latest
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Building a Request Router

```Hack
<?hh
require_once(__DIR__.'/../vendor/autoload.php');
require_once(__DIR__.'/../vendor/hh_autoload.php');
use \Facebook\HackRouter\Codegen;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["hack", "router", "routing", "hhvm"],
"homepage": "https://github.com/hhvm/hack-router-codegen",
"require": {
"facebook/hack-router": "^1.0.0rc7",
"facebook/hack-router": "^0.9",
"facebook/hack-codegen": "^2.2.0",
"facebook/definition-finder": "^1.3.0",
"fredemmott/type-assert": "^0.2.0 || ^1.0"
Expand Down
Loading

0 comments on commit 2b4256c

Please sign in to comment.