forked from opensourcepos/opensourcepos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 723 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "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",
"version": "3.0.1",
"license": "MIT",
"authors": [
{
"name": "jekkos"
},
{
"name": "FrancescoUK"
}
],
"type": "project",
"keywords": [
"point-of-sale",
"POS"
],
"homepage": "https://github.com/jekkos/opensourcepos",
"require": {
"php": ">=5.5",
"codeigniter/framework": "3.1.2",
"ins0/google-measurement-php-client": "dev-master#2b3aef2375837339f5b2bfe88e76994481f86264",
"dompdf/dompdf": "^0.7.0"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*"
}
}