-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·41 lines (41 loc) · 1.18 KB
/
composer.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.18 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
{
"name": "boneframework/native-api",
"description": "Setup packages for a fully featured backend.",
"license": "MIT",
"authors": [
{
"name": "Derek Stephen McLean",
"email": "delboy1978uk@gmail.com"
}
],
"require": {
"php": "^8.4",
"delboy1978uk/bone-mail": "^1.3",
"delboy1978uk/bone-doctrine": "^2.14",
"delboy1978uk/bone-paseto": "^1.1",
"delboy1978uk/person": "^6.8",
"delboy1978uk/user": "^4.11",
"delboy1978uk/passport": "^1.2",
"delboy1978uk/bone-passport": "^1.0",
"delboy1978uk/bone-user": "^2.5",
"delboy1978uk/bone-oauth2": "^1.9",
"delboy1978uk/bone-open-api": "^2.0",
"delboy1978uk/bone-user-api": "^1.7",
"delboy1978uk/bone-settings": "^1.3",
"delboy1978uk/bone-push-notifications": "^1.1",
"alymosul/exponent-server-sdk-php": "^1.3"
},
"require-dev":{
"roave/security-advisories": "dev-latest"
},
"autoload":{
"psr-4":{
"Bone\\NativeApi\\":"src/"
}
},
"config": {
"allow-plugins": {
"phpro/grumphp": false
}
}
}