-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
40 lines (40 loc) · 924 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
40
{
"name": "dbjr/tool",
"type": "zend-library",
"autoload": {
"psr-0": {
"Dbjr_": "library/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"include-path": [
"library/"
],
"require": {
"php": ">=7.3",
"ext-gd": "*",
"ext-mbstring": "*",
"ext-pdo_mysql": "*",
"behat/transliterator": "^1.1.0",
"facebook/graph-sdk": "^5.6",
"google/apiclient": "^2.5.0",
"gregwar/image": "^2.0.20",
"hannesvdvreken/pip": "^1.0",
"html2text/html2text": "^4.0.1",
"phpoffice/phpspreadsheet": "^1.9",
"robmorgan/phinx": "^0.12.3",
"shardj/zf1-future": "^1.14.6",
"tracy/tracy": "^2.3.11",
"visionappscz/video-id-extractor": "^1.0.0"
},
"require-dev": {
"codeception/codeception": "^4.1.6",
"codeception/module-asserts": "^1.2",
"consolidation/robo": "^2.1.0",
"squizlabs/php_codesniffer": "^3.5.0"
}
}