Files
opensourcepos/composer.json
2016-10-02 09:43:53 +01:00

14 lines
479 B
JSON

{
"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",
"require": {
"php": ">=5.5",
"codeigniter/framework": "dev-develop#c4bd43432df03e4f4835c7689c8ed722cd2c3020",
"ins0/google-measurement-php-client": "dev-master#2b3aef2375837339f5b2bfe88e76994481f86264",
"dompdf/dompdf": "^0.7.0"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*"
}
}