mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
43 lines
980 B
JSON
43 lines
980 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"
|
|
},
|
|
{
|
|
"name": "objecttothis"
|
|
},
|
|
{
|
|
"name": "steveireland"
|
|
}
|
|
],
|
|
"type": "project",
|
|
"keywords": [
|
|
"point-of-sale",
|
|
"POS"
|
|
],
|
|
"homepage": "https://github.com/opensourcepos/opensourcepos",
|
|
"require": {
|
|
"php": "^7.3 || ^8.0",
|
|
"codeigniter4/framework": "^4.1.3",
|
|
"dompdf/dompdf": "^2.0.1",
|
|
"tamtamchik/namecase": "^1.0",
|
|
"paragonie/random_compat": "^2.0",
|
|
"vlucas/phpdotenv": "^2.4",
|
|
"picqer/php-barcode-generator": "*"
|
|
},
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-latest",
|
|
"codeigniter4/devkit": "v1.1.0",
|
|
"fakerphp/faker": "^1.9",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"phpunit/phpunit": "^9.1",
|
|
"kenjis/ci-phpunit-test": "0.18.0"
|
|
}
|
|
}
|