mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf) from 0.8.6 to 2.0.2. - [Release notes](https://github.com/dompdf/dompdf/releases) - [Commits](https://github.com/dompdf/dompdf/compare/v0.8.6...v2.0.2) --- updated-dependencies: - dependency-name: dompdf/dompdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
757 B
JSON
33 lines
757 B
JSON
{
|
|
"name": "opensourcepos/opensourcepos",
|
|
"description": "Open Source Point of Sale is a web-based POS system written in the PHP language. It uses MySQL as backend and has a simple user interface",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "jekkos"
|
|
},
|
|
{
|
|
"name": "FrancescoUK"
|
|
}
|
|
],
|
|
"type": "project",
|
|
"keywords": [
|
|
"point-of-sale",
|
|
"POS"
|
|
],
|
|
"homepage": "https://github.com/opensourcepos/opensourcepos",
|
|
"require": {
|
|
"php": "^7.2",
|
|
"codeigniter/framework": "^3.1.11",
|
|
"dompdf/dompdf": "^2.0.2",
|
|
"tamtamchik/namecase": "^1.0",
|
|
"paragonie/random_compat": "^2.0",
|
|
"vlucas/phpdotenv": "^2.4"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "1.1.*",
|
|
"phpunit/phpunit": "7.5.6",
|
|
"kenjis/ci-phpunit-test": "0.18.0"
|
|
}
|
|
}
|