-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 987 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 987 Bytes
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-tedx",
"type": "wordpress-theme",
"description": "URI TEDx is a WordPress theme designed for the University of Rhode Island's TEDxURI website",
"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 *.php --standard=PHPCompatibilityWP"
}
}