-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
29 lines (29 loc) · 862 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
{
"name": "mpmont/ci-toolkit",
"description": "View autoloading, notification library and helpers",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Marco Monteiro",
"email": "[email protected]"
}
],
"replace": {
"marcogmonteiro/ci-admin-controller": "1.1.7"
},
"autoload": {
"psr-4": {
"Toolkit\\": "/"
}
},
"require": {
"elephpant/breadcrumb": "^1.1",
"almasaeed2010/adminlte": "~3.0"
},
"suggest": {
"PHP 7.2": "Required to use Codeigniter 4 Framework",
"benedmunds/codeigniter-ion-auth": "So you can use the authentication features provided",
"pwrsrg/codeigniter4-cart-module": "In case you're building a store, add this to your project to get cart functionality"
}
}