-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·65 lines (65 loc) · 1.6 KB
/
composer.json
File metadata and controls
executable file
·65 lines (65 loc) · 1.6 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "boneframework/bone-native-backend-api",
"description": "A pre-configured Bone Framefork OAuth2 API for use with Bone Native",
"type": "project",
"authors": [
{
"name": "Derek Stephen McLean",
"email": "delboy1978uk@gmail.com",
"role": "developer"
}
],
"keywords": [
"bone",
"framework",
"api",
"native",
"ios",
"android",
"oauth2"
],
"homepage": "https://github.com/boneframework/bone-native-backend-api",
"license": "MIT",
"require": {
"php": "^8.4",
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pdo": "*",
"alymosul/exponent-server-sdk-php": "^1.3",
"boneframework/bone": "^3.13",
"boneframework/generator": "^0.5.2",
"delboy1978uk/cdn": "^2.1",
"delboy1978uk/image": "^2.6",
"delboy1978uk/bone-doctrine": "^2.15",
"delboy1978uk/bone-oauth2": "dev-feature/leaguev9 as v1.9.11",
"delboy1978uk/bone-open-api": "^2.0",
"delboy1978uk/bone-passport": "^1.0",
"delboy1978uk/bone-push-notifications": "^1.1",
"delboy1978uk/bone-settings": "^1.3",
"delboy1978uk/bone-user": "^2.5",
"delboy1978uk/bone-user-api": "^1.7",
"boneframework/deep-links": "^0.2.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"delboy1978uk/dev-tools": "^1.1"
},
"autoload": {
"psr-4": {
"Bone\\App\\": "src/App/",
"Fixtures\\": "data/fixtures/"
},
"classmap": ["data/proxies/"]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/unit/"
}
},
"config": {
"allow-plugins": {
"phpro/grumphp": false
}
}
}