-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 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
{
"name": "arrayaccess/traydigita-media-module",
"description": "Media module for tray digita",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "ArrayIterator",
"email": "arrayiterator@gmail.com",
"role": "developer"
}
],
"require": {
"php": "^8.2|^8.3",
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-pdo_mysql": "*",
"ext-fileinfo": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.7.2",
"slevomat/coding-standard": "^8.13"
},
"autoload": {
"psr-4": {
"ArrayAccess\\TrayDigita\\App\\Modules\\Media\\" : ""
}
},
"config": {
"optimize-autoloader": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}