-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 1017 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 1017 Bytes
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
{
"name": "mvbplugins/fslightbox",
"description": "Lightbox for Gutenberg images, galleries, and Media & Text block. Configurable via JSON file in the plugin folder.",
"type": "wordpress-plugin",
"license": "GPL-2.0 or later",
"authors": [
{
"name": "Dr.-Ing. Martin von Berg",
"email": "mail@mvb1.de"
}
],
"require": {
"php": ">=8.0"
},
"require-dev": {
"phpstan/phpstan": "^1.12",
"szepeviktor/phpstan-wordpress": "^1",
"phpstan/extension-installer": "^1",
"phpcompatibility/php-compatibility": "*",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpunit/phpunit": "9.6.34",
"brain/monkey": "^2.6",
"ivopetkov/html5-dom-document-php": "^2.8.1"
},
"prefer-stable": true,
"config": {
"allow-plugins": {
"phpstan/extension-installer": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}