forked from nayzo/NzoUrlEncryptorBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
27 lines (27 loc) · 836 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "nzo/url-encryptor-bundle",
"type": "symfony-bundle",
"description": "The NzoUrlEncryptorBundle is a Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application or passed through URL",
"keywords": ["Link", "url", "encryption", "decryption", "encrypt", "decrypt", "id", "data", "variable", "security"],
"license": "MIT",
"authors": [
{
"name": "Ala Eddine Khefifi",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "Nzo\\UrlEncryptorBundle\\": "" }
},
"require": {
"php": ">=5.3.3",
"ext-openssl": "*",
"symfony/framework-bundle": "^2.3|^3.0|^4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0"
},
"conflict": {
"twig/twig": "<1.12"
}
}