forked from elementor/elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 826 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
{
"name": "elementor/elementor",
"description": "WordPress website builder, with no limits of design. A website builder that delivers high-end page designs and advanced capabilities, never before seen on WordPress.",
"type": "project",
"license": "GNU General Public License v3.0",
"minimum-stability": "stable",
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^5|^6|^7",
"justinrainbow/json-schema": "^5.2",
"squizlabs/php_codesniffer": "^3.6",
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"inewlegend/elementor-editor-testing": "0.0.1"
},
"scripts": {
"lint": "phpcs --standard=phpcs.xml",
"test": "phpunit",
"test:install": "bash ./bin/install-wp-tests-local.sh"
},
"authors": [
{
"name": "Elementor team"
}
]
}