-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.38 KB
/
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
{
"name": "wpzoom/inspiro-lite",
"description": "Inspiro is a professional & lightweight photo and video-focused WordPress theme with a modern design. Packed with features including a fullscreen area that supports Vimeo, YouTube & self-hosted video background, Page Builder integration, Inspiro is perfect for showing off your photography and video portfolio. Moreover, the theme is compatible with WooCommerce and popular Page Builders such as Elementor, Beaver Builder. Learn more and check out our powerful premium version at https://www.wpzoom.com/themes/inspiro/",
"type": "wordpress-theme",
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "^2.3",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"squizlabs/php_codesniffer": "^3.5",
"phpstan/phpstan": "^0.12.83",
"szepeviktor/phpstan-wordpress": "^0.7.5",
"wptrt/wpthemereview": "^0.2.1"
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WPZOOM",
"email": "support@wpzoom.com"
}
],
"scripts": {
"format": "phpcbf --standard=.phpcs.xml.dist --report-summary --report-source",
"lint": "phpcs --standard=.phpcs.xml.dist --runtime-set ignore_warnings_on_exit 1",
"phpstan": "@php vendor/bin/phpstan analyse"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}