-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1 KB
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
32
33
34
35
36
37
38
39
40
{
"name": "jr-cologne/login-script",
"type": "project",
"version": "2.1.0",
"description": "A simple object-oriented and database-based login script with PHP.",
"keywords": [
"database-based",
"php",
"oop",
"object-oriented"
],
"require": {
"php": ">=7.0",
"jr-cologne/db-class": "^2.1",
"google/apiclient": "^2.2",
"jublonet/codebird-php": "^3.1",
"bugsnag/bugsnag": "^3.14",
"swiftmailer/swiftmailer": "^6.1"
},
"autoload": {
"psr-4": {
"LoginScript\\": "app/"
}
},
"homepage": "https://github.com/jr-cologne/login-script",
"license": "MIT",
"authors": [
{
"name": "JR Cologne",
"email": "kontakt@jr-cologne.de",
"homepage": "https://jr-cologne.de/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/jr-cologne/login-script/issues",
"source": "https://github.com/jr-cologne/login-script/tree/v2.1.0",
"docs": "https://github.com/jr-cologne/login-script/blob/README.md"
}
}