-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·72 lines (72 loc) · 2.38 KB
/
Copy pathcomposer.json
File metadata and controls
executable file
·72 lines (72 loc) · 2.38 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
66
67
68
69
70
71
72
{
"name": "neoacevedo/librebiblio",
"description": "LibreBiblio es un sistema de Gestión Bibliotecaria. Este es un sistema bibliotecario automatizado y un Catálogo en Línea (OPAC) desarrollado con Yii Framework.",
"keywords": [
"yii2",
"library",
"project"
],
"homepage": "http://www.yiiframework.com/",
"type": "project",
"license": "GPL-3.0-or-later",
"support": {
"issues": "https://github.com/neoacevedo/librebiblio/issues",
"source": "https://github.com/neoacevedo/librebiblio"
},
"funding": [
{
"type": "other",
"url": "https://ko-fi.com/neoacevedo"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": ">=8.1",
"yiisoft/yii2": "~2.0.45",
"kartik-v/yii2-mpdf": "dev-master",
"kartik-v/yii2-export": "@dev",
"aws/aws-sdk-php": "^3.169",
"microsoft/azure-storage-blob": "^1.5",
"google/cloud-storage": "^1.20",
"guzzlehttp/psr7": "^1.8",
"mpdf/qrcode": "^1.2",
"kartik-v/yii2-widget-datepicker": "@dev",
"kartik-v/yii2-widget-sidenav": "1.0.x-dev",
"antonyz89/yii2-seeder": "dev-master",
"kartik-v/yii2-editable": "1.8.x-dev",
"neoacevedo/yii2-auditing": "*",
"yiisoft/yii2-jui": "^2.0",
"yiisoft/yii2-symfonymailer": "^4.0",
"neoacevedo/yii2-material": "dev-main",
"lucidtaz/yii2-scssphp": "^0.3.1",
"yiisoft/yii2-bootstrap5": "^2.0",
"npm-asset/chart.js": "^4.5",
"neoacevedo/yii2-chartjs-widget": "dev-main",
"npm-asset/fontawesome-free": "^1.0",
"kartik-v/yii2-bootstrap5-dropdown": "^1.0"
},
"require-dev": {
"yiisoft/yii2-debug": "~2.1.0",
"yiisoft/yii2-gii": "~2.2.0",
"yiisoft/yii2-faker": "~2.0.0",
"codeception/verify": "~0.5.0 || ~1.1.0",
"symfony/browser-kit": ">=2.7 <=4.2.4"
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"enabled": false
},
"vendor-dir": "app/vendor",
"allow-plugins": {
"yiisoft/yii2-composer": true
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}