-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.17 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.17 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
41
42
43
44
45
46
47
48
49
{
"version": "1.0.6",
"name": "libaro/languini",
"license": "MIT",
"keywords": [
"dev", "laravel", "translations", "manager", "languini", "pasta"
],
"autoload": {
"psr-4": {
"LibaroIo\\Languini\\": "src/"
}
},
"authors": [
{
"name": "Robin Rosiers",
"email": "robin@libaro.be"
},
{
"name": "Martijn Tetaert",
"email": "martijn@libaro.be"
}
],
"require": {
"php": "^8.3|^8.4",
"illuminate/contracts": "^10.0||^11.0||^12.0",
"illuminate/support": "^10.0||^11.0||^12.0",
"openai-php/laravel": "^0.15.0"
},
"require-dev": {
"nunomaduro/collision": "^8.1.1||^7.10.0",
"larastan/larastan": "^2.9||^3.0",
"laravel/framework": "^12"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"extra": {
"laravel": {
"providers": [
"LibaroIo\\Languini\\LanguiniServiceProvider"
]
}
},
"minimum-stability": "stable",
"prefer-stable": true
}