dashboard
repositories
filestore
activity
search
login
ucrm
/
wfirma
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Synchronize invoice due date
Jacek Kowalski
2022-08-14
48693f7ddc7438cf59100c12184e202a053a9614
[ucrm/wfirma]
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"autoload": {
"psr-4": {
"SIPL\\UCRM\\wFirma\\": "src/"
}
},
"config": {
"platform": {
"php": "7.3.26"
}
},
"require": {
"php": ">=7.1",
"ubnt/ucrm-plugin-sdk": "^0.8.1",
"webit/w-firma-api": "^2.3"
}
}