-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
59 lines (59 loc) · 1.55 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "darkterminal/turso-php-installer",
"description": "Turso libSQL Extension PHP Installer",
"version": "2.0.3",
"type": "library",
"license": "MIT",
"support": {
"issues": "https://github.com/darkterminal/turso-php-installer/issues",
"source": "https://github.com/darkterminal/turso-php-installer"
},
"authors": [
{
"name": "Imam Ali Mustofa",
"email": "darkterminal@duck.com",
"role": "Software Freestyle Engineer"
}
],
"require": {
"php": "^8.2.0",
"illuminate/http": "^11.5",
"laravel/prompts": "^0.1.25",
"lcobucci/jwt": "^5.3",
"paragonie/sodium_compat": "^2.1"
},
"require-dev": {
"laravel-zero/framework": "^11.0.0",
"laravel/pint": "^1.15.2",
"mockery/mockery": "^1.6.11",
"pestphp/pest": "^2.34.7"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
},
"files": [
"app/helpers.php"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"minimum-stability": "stable",
"prefer-stable": true,
"bin": [
"builds/turso-php-installer"
]
}