Skip to content

Commit

Permalink
Updated username
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvpearse committed Dec 20, 2023
1 parent 55d0828 commit 65ea9dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This package was built with support for Windows in mind, however, it has not bee
The below assumes that you're currently in your application's root directory.

```console
$ composer require chr1sc0des/phpcrypter --dev
$ composer require chrisvpearse/phpcrypter --dev
```

## Usage
Expand Down Expand Up @@ -169,7 +169,7 @@ When you're ready to deploy your encrypted files, you should build an extension
In the event that you need to install multiple extensions on the same server (for different projects), you should consider installing **phpcrypter** globally:

```console
$ composer global require chr1sc0des/phpcrypter
$ composer global require chrisvpearse/phpcrypter
```

#### Generate a PHP Extension Skeleton With a Payload
Expand All @@ -196,7 +196,7 @@ You are now ready to deploy your encrypted PHP files! :rocket:

## Credits

* [Christopher Pearse](https://x.com/chr1sc0des)
* [Christopher Pearse](https://x.com/chrisvpearse)

## License

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "chr1sc0des/phpcrypter",
"name": "chrisvpearse/phpcrypter",
"description": "A PHP source code encrypter.",
"keywords": [
"chr1sc0des",
"chrisvpearse",
"phpcrypter"
],
"homepage": "https://github.com/chr1sc0des/phpcrypter",
"homepage": "https://github.com/chrisvpearse/phpcrypter",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 65ea9dd

Please sign in to comment.