Skip to content

Commit

Permalink
Bump hhvm 4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
azjezz committed Sep 9, 2019
1 parent 18dee60 commit f7c0024
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 73 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"description": "Sweet ! a strict typed hack service container and locator. ",
"type": "library",
"require": {
"hhvm": "^4.0",
"hhvm/hsl": "^4.0",
"hhvm": "^4.21",
"hhvm/hsl": "^4.15",
"his/container": "^0.1.0"
},
"require-dev": {
"hhvm/hacktest": "^1.4",
"facebook/fbexpect": "^2.5",
"hhvm/hhast": "^4.0"
"hhvm/hacktest": "^1.6",
"facebook/fbexpect": "^2.6",
"hhvm/hhast": "^4.21"
},
"autoload": {
"psr-4": {
Expand Down
136 changes: 71 additions & 65 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/invariant.hack
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ newtype RequestHandlersLocator = Sweet\ServiceLocator;

<<__EntryPoint>>
async function invariant(): Awaitable<void> {
Facebook\AutoloadMap\initialize();
\Facebook\AutoloadMap\initialize();

$container = new Sweet\ServiceContainer();
$container->register(new ExamplesServiceProvider());
Expand Down
Loading

0 comments on commit f7c0024

Please sign in to comment.