mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-22 16:28:10 -05:00
14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"description" : "The CodeIgniter Application with Composer",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"codeigniter/framework": "3.1.*",
|
|
"ins0/google-measurement-php-client": "^2.1",
|
|
"dompdf/dompdf": "^0.7.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsStream": "1.1.*"
|
|
}
|
|
}
|