-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 856 Bytes
/
composer.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
{
"name": "tobb10001/h4a-wordpress",
"description": "Wordpress Plugin to view data from Handball4All.",
"license": "LGPL-3.0-only",
"type": "project",
"autoload": {
"psr-4": {
"Tobb10001\\H4aWordpress\\": "src/"
}
},
"authors": [
{
"name": "Tobias Fischer",
"email": "[email protected]"
}
],
"scripts": {
"test": "vendor/bin/phpunit"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/tobb10001/h4a-integration"
}
],
"require": {
"tobb10001/h4a-integration": "0.*"
},
"require-dev": {
"php-stubs/wordpress-stubs": "*",
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "3.*",
"friendsofphp/php-cs-fixer": "^3.6"
}
}