forked from boekuwzending/php-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 840 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
36
{
"name": "boekuwzending/php-sdk",
"description": "Boekuwzending API client for PHP.",
"type": "library",
"authors": [
{
"name": "Boekuwzending.com B.V.",
"email": "[email protected]"
}
],
"homepage": "https://www.boekuwzending.com/",
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"Boekuwzending\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Boekuwzending\\Tests\\": "tests/"
}
},
"require": {
"php": "^7.1",
"ext-json": "*",
"symfony/http-client": "^4.4|^5",
"giggsey/libphonenumber-for-php": "^8.12"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"fzaninotto/faker": "^1.9"
},
"config": {
"lock": false
}
}