-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·60 lines (60 loc) · 1.48 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
60
{
"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": "[email protected]",
"role": "developer"
}
],
"keywords": [
"bone",
"framework",
"api",
"native",
"ios",
"android",
"oauth2"
],
"homepage": "https://github.com/boneframework/bone-native-backend-api",
"license": "MIT",
"require": {
"php": "^8.1",
"ext-fileinfo": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-pdo": "*",
"boneframework/bone": "^3.11",
"delboy1978uk/cdn": "^2.0",
"delboy1978uk/image": "^2.1",
"delboy1978uk/bone-mail": "^1.2",
"delboy1978uk/bone-doctrine": "^2.0",
"delboy1978uk/bone-paseto": "^1.1",
"delboy1978uk/bone-user": "^2.4",
"delboy1978uk/bone-oauth2": "^1.6",
"delboy1978uk/bone-open-api": "^1.3",
"delboy1978uk/bone-user-api": "^1.7",
"delboy1978uk/bone-settings": "^1.3",
"delboy1978uk/bone-push-notifications": "^1.0",
"alymosul/exponent-server-sdk-php": "^1.3"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"delboy1978uk/dev-tools": "^1.0"
},
"autoload": {
"psr-4": {
"Bone\\App\\": "src/App/",
"Tests\\": "tests/",
"Fixtures\\": "data/fixtures/"
},
"classmap": ["data/proxies/"]
},
"config": {
"allow-plugins": {
"phpro/grumphp": false
}
}
}