forked from fastsitephp/fastsitephp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 890 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
28
29
30
{
"name": "fastsitephp/fastsitephp",
"description": "A Modern Open Source Framework for building High Performance Websites and API’s with PHP",
"keywords": [
"Framework", "Security", "Encoding", "System Info", "Database", "HTTP Client",
"SMTP Client", "Email", "I18N", "L10N", "Encryption", "JWT", "IP", "CIDR", "CSRF"
],
"homepage": "https://www.fastsitephp.com/en/",
"license": "MIT",
"authors": [
{
"name": "Conrad Sollitt",
"homepage": "http://conradsollitt.com"
}
],
"autoload": {
"psr-4": {
"FastSitePHP\\": "src/"
}
},
"require": {
"php": ">=5.3.0",
"ircmaxell/password-compat": "^1.0",
"paragonie/random_compat": "^1|^2",
"psr/log": "^1.1"
},
"require-dev": {
"erusev/parsedown": "^1.7"
}
}