dashboard
repositories
filestore
activity
search
login
ucrm
/
wfirma
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Release version 1.1
Jacek Kowalski
2022-08-15
286d38fc4ab966b71f741065e9a5948544a26df2
[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"
}
}