]> git.mxchange.org Git - friendica.git/blob - library/defuse/php-encryption-1.2.1/composer.json
FR update to the strings THX Perig
[friendica.git] / library / defuse / php-encryption-1.2.1 / composer.json
1 {
2     "name": "defuse/php-encryption",
3     "description": "Secure PHP Encryption Library",
4     "license": "MIT",
5     "keywords": ["security", "encryption", "AES", "mcrypt", "cipher"],
6     "authors": [
7         {
8             "name": "Taylor Hornby",
9             "email": "havoc@defuse.ca"
10         }
11     ],
12     "autoload": {
13         "files": ["Crypto.php"]
14     },
15     "require": {
16         "php":  ">=5.4.0",
17         "ext-openssl": "*",
18         "ext-mcrypt":  "*"
19     }
20 }