mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-29 03:31:10 -05:00
- Convert indents to tabs - Remove unnecessary else statement - Correct PHPDoc formatting
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
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.4||^8.0",
|
|
"codeigniter4/framework": "^4.3.1",
|
|
"dompdf/dompdf": "^2.0.3",
|
|
"tamtamchik/namecase": "^1.0.6",
|
|
"paragonie/random_compat": "^2.0.21",
|
|
"picqer/php-barcode-generator": "2.2.4"
|
|
},
|
|
"require-dev": {
|
|
"kint-php/kint": "^5.0.3",
|
|
"codeigniter/coding-standard": "^1.7.1",
|
|
"fakerphp/faker": "^1.21.0",
|
|
"friendsofphp/php-cs-fixer": "3.13.0",
|
|
"mikey179/vfsstream": "^1.6.11",
|
|
"nexusphp/cs-config": "^3.8.0",
|
|
"phpunit/phpunit": "^9.6.3",
|
|
"predis/predis": "^1.1 || ^2.1.1",
|
|
"roave/security-advisories": "dev-latest",
|
|
"codeigniter4/devkit": "v1.1.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|