-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 968 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
{
"name": "gdatacyberdefenseag/gdata-antivirus",
"version": "1.2.3",
"autoload": {
"psr-4": {
"Gdatacyberdefenseag\\GdataAntivirus\\": "."
}
},
"authors": [
{
"name": "Simonis, Matthias",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.1",
"gdata/vaas": "9.0.5",
"illuminate/container": "^11.30"
},
"config": {
"platform": {
"php": "8.2"
},
"allow-plugins": {
"johnpbloch/wordpress-core-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"scripts": {
"cs:check": "vendor/bin/phpcs",
"cs:fix": "vendor/bin/phpcbf"
},
"require-dev": {
"johnpbloch/wordpress": "6.6.2",
"phpunit/phpunit": "^11.4",
"wp-coding-standards/wpcs": "^3.1",
"symfony/finder": "^7.1"
}
}