-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 1.04 KB
/
composer.json
File metadata and controls
31 lines (31 loc) · 1.04 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
{
"name": "uriweb/uri-component-library",
"type": "wordpress-plugin",
"description": "The Component Library standardizes the look and feel of web elements, and makes it fast and simple to build webpages that look great and stay on-brand.",
"authors": [
{
"name": "URI Web Communications",
"email": "web-group@uri.edu",
"homepage": "https://github.com/uriweb"
}
],
"homepage": "https://www.uri.edu",
"license": "GPL-3.0-only",
"require": {
"php": ">=7.4"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"phpcompatibility/php-compatibility": "dev-develop as 9.99.99"
},
"minimum-stability": "dev",
"scripts": {
"sniffer:php8": "vendor/bin/phpcs --runtime-set testVersion 8.3- -p ./inc --standard=PHPCompatibilityWP"
}
}