-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
36 lines (36 loc) · 978 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
31
32
33
34
35
36
{
"name": "chishiki/perihelion",
"description": "Perihelion is an open-source PHP framework suitable for full-featured web application development.",
"version": "0.2.0",
"keywords": [
"php",
"framework",
"perihelion"
],
"homepage": "https://perihelion.xyz/",
"time": "2020-11-20",
"license": "MIT",
"authors": [
{
"name": "Christopher Webb",
"email": "christopher@zenidev.com",
"homepage": "https://linkedin.com/in/chishiki",
"role": "Developer"
}
],
"support": {
"email": "support@zenidev.com",
"issues": "https://github.com/chishiki/perihelion/issues",
"wiki": "https://github.com/chishiki/perihelion/wiki",
"source": "https://github.com/chishiki/perihelion",
"docs": "https://github.com/chishiki/perihelion/wiki"
},
"require": {
"php": ">=7.4",
"ext-mbstring": "*",
"aws/aws-sdk-php": "3.*",
"mpdf/mpdf": "8.*",
"geoip2/geoip2": "2.*",
"twilio/sdk": "6.*"
}
}