-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer-php7.1.json
33 lines (33 loc) · 1.02 KB
/
composer-php7.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
{
"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": "[email protected]",
"role": "Developer"
}
],
"support": {
"email": "[email protected]"
},
"require-dev": {
"phpunit/phpunit": "5.7.27",
"doctrine/instantiator": "1.0.5",
"myclabs/deep-copy": "1.3.1",
"phpdocumentor/reflection-common": "1.0.1",
"phpdocumentor/reflection-docblock": "3.3.2",
"phpunit/php-timer": "1.0.9",
"symfony/polyfill-ctype": "1.19.0",
"symfony/yaml": "3.4.46",
"phpunit/php-token-stream": "1.4.12",
"yoast/phpunit-polyfills": "^1.0",
"yoast/wp-test-utils": "^1.0"
},
"scripts": {
"test": "phpunit"
}
}