-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 928 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
37
38
39
{
"name": "61qt/laravel-foundation",
"description": "Laravel foundation",
"type": "library",
"require": {
"php": "^8.0.0",
"laravel/framework": "^8.0 || ^9.0 || ^10.0 || ^11.0",
"doctrine/dbal": "^2.6 || ^3.0 || ^4.0",
"guzzlehttp/guzzle": "^7.3",
"firebase/php-jwt": "^6.0",
"overtrue/easy-sms": "^1.3",
"61qt/laravel-graphql": "^v0.6"
},
"autoload": {
"psr-4": {
"QT\\Foundation\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"authors": [
{
"name": "xurh",
"email": "xurhwork@gmail.com"
},
{
"name": "zyz",
"email": "348977791@qq.com"
},
{
"name": "huangyao",
"email": "huan9yao@gmail.com"
}
],
"require-dev": {
"phpunit/phpunit": "^9.5"
}
}