Skip to content

Commit

Permalink
Update project name.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelwilliams committed Dec 20, 2019
1 parent 5d98d17 commit 3ab1d27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ademarre/binary-to-text-php",
"description": "Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.",
"name": "badcow/ademarre-binary-to-text-php",
"description": "This is a fork of the original repository. Collection of binary-to-text encoding utilities for PHP. Includes Base32 support and much more.",
"keywords": ["rfc4648", "base32", "octal", "base-8", "base-4", "binary"],
"type": "library",
"homepage": "https://github.com/ademarre/binary-to-text-php",
Expand All @@ -15,6 +15,6 @@
"php": ">=5.2.14"
},
"autoload": {
"psr-0": { "Base2n": "" }
"psr-4": { "Base2n": "" }
}
}

0 comments on commit 3ab1d27

Please sign in to comment.