forked from opensourcepos/opensourcepos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 871 Bytes
/
composer.json
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
30
31
32
33
34
35
36
37
38
{
"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",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/kenjis/ci-phpunit-test"
}
],
"require": {
"php": "^5.6 || ^7.0",
"codeigniter/framework": "^3.1.11",
"dompdf/dompdf": "^0.7",
"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": "dev-master"
}
}