forked from therecluse26/PHP-Login
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·31 lines (31 loc) · 803 Bytes
/
composer.json
File metadata and controls
executable file
·31 lines (31 loc) · 803 Bytes
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
28
29
30
31
{
"name": "therecluse26/php-login",
"description": "A secure, simple PHP login system",
"type": "library",
"authors": [
{
"name": "Brad Magyar",
"email": "braddmagyar@gmail.com",
"role": "Developer"
},
{
"name": "Fethi El Hassasna",
"email": "fethica@me.com",
"role": "Developer"
}
],
"require": {
"php": "^5.6 || ^7.0",
"ext-pdo": "*",
"components/jquery": "^3.1",
"components/bootstrap": "^3",
"firebase/php-jwt": "^5.0",
"phpmailer/phpmailer": "^5.2",
"fengyuanchen/cropper": "dev-master"
},
"config": {
"vendor-dir": "login/vendor",
"disable-tls": true,
"secure-http": false
}
}