Skip to content

Commit

Permalink
depend on hacktest 2.0 (#1)
Browse files Browse the repository at this point in the history
depend on hacktest 2.0
  • Loading branch information
azjezz committed Nov 17, 2019
2 parents afa516e + 5af0069 commit 6019649
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/tests export-ignore
/docs export-ignore
.travis.sh export-ignore
.travis.yml export-ignore
.travis.yml export-ignore
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Nuxed Json

Nuxed Json provides functions that help you encode, and decode json structures safely.
The Nuxed Json component provides functions that help you encode, and decode json structures safely.

### Installation

Expand All @@ -26,7 +26,7 @@ use namespace Nuxed\Json;
use namespace Facebook\TypeSpec;
<<__EntryPoint>>
async function main(): void {
async function main(): Awaitable<void> {
$data = Json\encode(dict[
'foo' => 5,
'bar' => 6
Expand All @@ -43,10 +43,10 @@ async function main(): void {

### Security

For information on reporting security vulnerabilities in Nuxed Json, see [SECURITY.md](SECURITY.md).
For information on reporting security vulnerabilities in Nuxed, see [SECURITY.md](SECURITY.md).

---

### License

The Nuxed Json library is open-sourced software licensed under the MIT-licensed.
Nuxed is open-sourced software licensed under the MIT-licensed.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Security

If you discover a security vulnerability within Nuxed Json, please send an e-mail to Saif Eddin Gmati via azjezz@protonmail.com.
If you discover a security vulnerability within Nuxed, please send an e-mail to Saif Eddin Gmati via azjezz@protonmail.com.

Please withhold public disclosure until after we have addressed the vulnerability.

Expand Down
14 changes: 2 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
{
"name": "nuxed/json",
"type": "library",
"description": "Nuxed Json - Encode, and Decode Json Safely",
"description": "Nuxed Json",
"license": "MIT",
"keywords": [
"nuxed",
"hhvm",
"hack",
"json",
"type-assert",
"type-spec",
"type-safety",
"encoding"
],
"authors": [
{
"name": "azjezz",
Expand All @@ -29,7 +19,7 @@
},
"require-dev": {
"facebook/fbexpect": "^2.7",
"hhvm/hacktest": "^1.6",
"hhvm/hacktest": "^2.0",
"hhvm/hhast": "^4.25"
},
"scripts": {
Expand Down

0 comments on commit 6019649

Please sign in to comment.