mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-19 06:47:56 -05:00
12 lines
212 B
JSON
12 lines
212 B
JSON
{
|
|
"description" : "The CodeIgniter Application with Composer",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.5",
|
|
"codeigniter/framework": "3.1.*"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsStream": "1.1.*"
|
|
}
|
|
}
|