pdfdraw/vendor-bin/mozart/composer.json
Joachim Bauch 09e38bde61
Vendor JWT dependency.
This allows having other apps provide a global "JWT" which then will not
conflict with the "JWT" in this app.
2023-03-14 15:05:52 +01:00

11 lines
131 B
JSON

{
"config": {
"platform": {
"php": "7.4"
},
"sort-packages": true
},
"require": {
"coenjacobs/mozart": "^0.7.1"
}
}