Skip to content

Commit

Permalink
Update dependencies for hsl/experimental 4.50
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake authored and fredemmott committed Mar 30, 2020
1 parent 50adb2e commit 55a83db
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 301 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Hack code.

## Requirements

HHVM 3.29 and above.
HHVM 4.41 and above.

## License

Expand Down
291 changes: 0 additions & 291 deletions composer.lock

This file was deleted.

Binary file added src/.MessageInterface.hack.hhast.parser-cache
Binary file not shown.
Binary file added src/.RequestInterface.hack.hhast.parser-cache
Binary file not shown.
Binary file added src/.ResponseInterface.hack.hhast.parser-cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/.UriInterface.hack.hhast.parser-cache
Binary file not shown.
1 change: 0 additions & 1 deletion src/MessageInterface.hh → src/MessageInterface.hack
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?hh // strict
/*
* Copyright (c) 2014 PHP Framework Interoperability Group
*
Expand Down
3 changes: 1 addition & 2 deletions src/RequestInterface.hh → src/RequestInterface.hack
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?hh // strict
/*
* Copyright (c) 2014 PHP Framework Interoperability Group
*
Expand Down Expand Up @@ -30,7 +29,7 @@

namespace Facebook\Experimental\Http\Message;

use namespace HH\Lib\Experimental\IO;
use namespace HH\Lib\IO;

enum HTTPMethod: string {
PUT = 'PUT';
Expand Down
3 changes: 1 addition & 2 deletions src/ResponseInterface.hh → src/ResponseInterface.hack
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?hh // strict
/*
* Copyright (c) 2014 PHP Framework Interoperability Group
*
Expand Down Expand Up @@ -30,7 +29,7 @@

namespace Facebook\Experimental\Http\Message;

use namespace HH\Lib\Experimental\IO;
use namespace HH\Lib\IO;

/**
* Representation of an outgoing, server-side response.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?hh // strict
/*
* Copyright (c) 2014 PHP Framework Interoperability Group
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?hh // strict
/*
* Copyright (c) 2014 PHP Framework Interoperability Group
*
Expand Down Expand Up @@ -29,7 +28,7 @@
*/

namespace Facebook\Experimental\Http\Message;
use namespace HH\Lib\Experimental\IO;
use namespace HH\Lib\IO;

enum UploadedFileError: int {
ERROR_EXCEEDS_MAX_INI_SIZE = 1;
Expand Down
1 change: 0 additions & 1 deletion src/UriInterface.hh → src/UriInterface.hack
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?hh // strict
/*
* Copyright (c) 2014 PHP Framework Interoperability Group
*
Expand Down

0 comments on commit 55a83db

Please sign in to comment.