-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathcomposer-php8.0.json
66 lines (66 loc) · 1.91 KB
/
composer-php8.0.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"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",
"archive": {
"exclude": [
"/images",
"/integrations",
"/tests",
".gitattributes",
".github",
".gitignore",
".travis.yml",
"/images",
"phpunit.xml.dist",
"phpcs.xml.dist",
"/.git",
"proxy-webpack-dev.conf",
"readme.txt",
"docker-php-ext-xdebug.ini",
"docker-compose.yml",
"/bin",
"admin/config",
"admin/src",
"admin/scripts",
"Dockerfile",
".env",
"DEVELOPMENT.md"
]
},
"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
}
}
}