-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 840 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 840 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
32
33
{
"name": "bueld/checkout",
"description": "Modern checkout system for Büld",
"type": "project",
"authors": [
{
"name": "brudermusscode",
"email": "justin@heia.kim"
}
],
"require": {
"illuminate/database": "^11.41",
"phpmailer/phpmailer": "^6.9",
"geoip2/geoip2": "^3.1",
"foroco/php-browser-detection": "^2.8",
"laravel/serializable-closure": "^2.0",
"paragonie/constant_time_encoding": "^3.0",
"dev-kraken/env-validator": "^1.0",
"php-ffmpeg/php-ffmpeg": "^1.4"
},
"autoload": {
"files": [
"app/build/functions.php"
],
"psr-4": {
"Bruder\\": "app/build/",
"Bruder\\Bin\\Classes\\": "bin/classes/",
"Bruder\\Controller\\": "app/controllers/",
"Bruder\\Model\\": "app/models/",
"Bruder\\Trait\\": "app/traits/"
}
}
}