forked from Automattic/sensei
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·44 lines (44 loc) · 1.11 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "automattic/sensei-lms",
"description": "A learning management plugin for WordPress, which provides the smoothest platform for helping you teach anything.",
"require-dev": {
"php": "^5.4 || ^7 || ^8",
"phpunit/phpunit": "7.5.20",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.1",
"phpcompatibility/phpcompatibility-wp": "2.1.2",
"squizlabs/php_codesniffer": "3.6.0",
"wp-coding-standards/wpcs": "2.3.0",
"sirbrillig/phpcs-variable-analysis": "2.11.2",
"sirbrillig/phpcs-no-get-current-user": "1.1.0",
"yoast/phpunit-polyfills": "1.0.1"
},
"prefer-stable": true,
"archive": {
"exclude": [
"/*",
"!/assets/*/*.js",
"!/assets/*/*/*.js",
"!/assets/*/*/*/*.js",
"!/assets/blocks/*/*.json",
"!/assets/blocks/*/*/*.json",
"!/assets/dist",
"!/assets/vendor",
"!/sample-data",
"!/changelog.txt",
"!/CONTRIBUTING.md",
"!/LICENSE",
"!/includes",
"!/lang",
"!/readme.txt",
"!/templates",
"!/uninstall.php",
"!/widgets",
"!/sensei-lms.php",
"!/wpml-config.xml",
".DS_Store",
".*",
"*.test.js",
"/assets/tests-helper/*.js"
]
}
}