-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 900 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
37
{
"name": "nbgrp/singlea-payload-fetcher-contracts",
"description": "The SingleA extra payload fetcher contracts",
"license": "BSD-3-Clause",
"type": "library",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability"
],
"authors": [
{
"name": "Alexander Menshchikov",
"email": "[email protected]"
}
],
"require": {
"php": "^8.1",
"nbgrp/singlea-feature-config-contracts": "^1"
},
"suggest": {
"nbgrp/singlea-payload-fetcher-implementation": ""
},
"autoload": {
"psr-4": {
"SingleA\\Contracts\\PayloadFetcher\\": ""
}
},
"extra": {
"thanks": {
"name": "nbgrp/singlea",
"url": "https://github.com/nbgrp/singlea"
}
}
}