-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (43 loc) · 1.08 KB
/
Copy pathcomposer.json
File metadata and controls
43 lines (43 loc) · 1.08 KB
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
{
"name": "loggedin/loggedin",
"description": "Limit an account to a specific number of simultaneous logins across all devices.",
"version": "3.0.2",
"homepage": "https://wordpress.org/plugins/loggedin/",
"license": "GPL-2.0+",
"type": "wordpress-plugin",
"optimize-autoloader": true,
"config": {
"platform": {
"php": "7.4"
},
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"autoload": {
"classmap": [
"includes/"
]
},
"require": {
"php": ">=7.4",
"duckdev/freemius-plugin-licensing": "^2.0.1",
"duckdev/wp-review-notice": "^2.0"
},
"require-dev": {
"wp-coding-standards/wpcs": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"yoast/phpunit-polyfills": "^2.0",
"phpunit/phpunit": "^9.6"
},
"scripts": {
"lint": "phpcs",
"lint:fix": "phpcbf",
"test": "phpunit"
},
"minimum-stability": "stable",
"prefer-stable": true
}