-
Notifications
You must be signed in to change notification settings - Fork 15
/
composer.json
22 lines (22 loc) · 843 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
{
"name": "yidas/codeigniter-pack",
"description": "Codeigniter 3 complete solution pack with enhanced & modern framework extensions ",
"keywords": ["codeIgniter", "codeIgniter3", "pack", "framework", "extensions", "library"],
"homepage": "https://github.com/yidas/codeigniter-pack",
"type": "library",
"license": "MIT",
"support": {
"issues": "https://github.com/yidas/codeigniter-pack/issues",
"source": "https://github.com/yidas/codeigniter-pack"
},
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yidas/codeigniter-psr4-autoload": "*",
"yidas/codeigniter-model": "*",
"yidas/codeigniter-rest": "*",
"yidas/codeigniter-widget": "*",
"yidas/codeigniter-phpunit": "*",
"yidas/codeigniter-queue-worker": "*"
}
}