-
Notifications
You must be signed in to change notification settings - Fork 19
/
composer-php8.1.json
40 lines (40 loc) · 1.27 KB
/
composer-php8.1.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
{
"name": "fortawesome/wordpress-fontawesome",
"description": "Official Font Awesome WordPress plugin composer package.",
"keywords": [ "font awesome", "font-awesome", "icon", "icons", "webfont", "svg" ],
"homepage": "https://fontawesome.com",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Mike Wilkerson",
"email": "mwilkerson@gmail.com",
"role": "Developer"
}
],
"support": {
"email": "hello@fontawesome.com"
},
"minimum-stability": "beta",
"require-dev": {
"squizlabs/php_codesniffer": "^3.5.8",
"wp-coding-standards/wpcs": "^2.3.0",
"doctrine/annotations": "^1.11.1",
"doctrine/lexer": "^1.2.1",
"doctrine/instantiator": "^1.3.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpdocumentor/phpdocumentor": "^3.0.0",
"phpunit/phpunit": "^9.5",
"yoast/phpunit-polyfills": "^1.0",
"yoast/wp-test-utils": "^1.0"
},
"scripts": {
"test": "phpunit"
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true,
"symfony/flex": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}