-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
35 lines (35 loc) · 1.08 KB
/
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": "justinbusschau/hmrc-gift-aid",
"type": "library",
"description": "A library for charities and CASCs to claim Gift Aid (including Small Donations) from HMRC",
"homepage": "https://github.com/justinbusschau/hmrc-gift-aid",
"license": "GPL-3.0-only",
"authors": [
{
"name": "Jonathon Wardman - Fubra Limited",
"homepage": "http://www.fubra.com/"
},
{
"name": "Long Luong - Veda Consulting",
"email": "[email protected]",
"homepage": "http://www.vedaconsulting.co.uk/uk-hrmc-gift-aid-online-submission/"
},
{
"name": "Justin Busschau",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": { "GovTalk\\GiftAid\\" : "src/" }
},
"require": {
"php": ">=5.3.2",
"justinbusschau/php-govtalk": "~0.2.1"
},
"require-dev": {
"guzzle/plugin-mock": "~3.1",
"mockery/mockery": "~0.8",
"phpunit/phpunit": "~3.7.16",
"squizlabs/php_codesniffer": "~1.4"
}
}