Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Mar 30, 2024
1 parent ddcc8b3 commit a9c5586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "std-library/type-guard",
"description": "Type Guard module is part of the PHP's Standard Library, and allows you to narrow down the type of an variable to a more specific type.",
"name": "another-library/type-guard",
"description": "Type Guard module is part of the Another Library, and allows you to narrow down the type of an variable to a more specific type.",
"keywords": ["std-library", "type-guard", "assert", "narrow", "type", "php"],
"license": "MIT",
"authors": [
Expand Down

0 comments on commit a9c5586

Please sign in to comment.