Skip to content

Commit

Permalink
Merge pull request #4 from annejan/main
Browse files Browse the repository at this point in the history
Removed ext-mcrypt recommendation, fixes #3
  • Loading branch information
annejan authored Mar 9, 2021
2 parents e3e3c65 + 73de7e1 commit 1d24102
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ phpseclib - [PHP Secure Communications Library](https://phpseclib.com/)

puzi-laravel - [Laravel wrapper for proficient UZI pass reader](https://github.com/minvws/pUZI-laravel) for Laravel 6, 7 and 8.

## Alternatives

dotnet - [UZI Card Authentication Server](https://github.com/hiddehs/UZI-Card-Authentication)

## Contributing

1. Fork the Project
Expand Down Expand Up @@ -120,4 +124,4 @@ puzi-laravel - [Laravel wrapper for proficient UZI pass reader](https://github.c

7. Send us a Pull Request

![pUZI](pUZI-hidden.svg "pUZI")
![pUZI](pUZI-hidden.svg "pUZI")
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
},
"suggest": {
"ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations.",
"ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
"ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations."
}
}

0 comments on commit 1d24102

Please sign in to comment.