-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
37 lines (37 loc) · 1015 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
{
"name": "codeigniter-id/starterkit",
"type": "project",
"description": "Codeigniter Starterkit",
"homepage": "https://codeigniter.com",
"version": "0.1.0",
"license": "MIT",
"require": {
"php": ">=7.2",
"ext-curl": "*",
"ext-intl": "*",
"kint-php/kint": "^2.1",
"psr/log": "^1.1",
"laminas/laminas-escaper": "^2.6",
"lonnieezell/vulcan": "dev-develop",
"myth/auth": "dev-develop",
"codeigniter4/framework": "dev-master"
},
"require-dev": {
"mikey179/vfsstream": "1.6.*",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.3"
},
"autoload": {
"psr-4": {}
},
"scripts": {
"post-update-cmd": [
"@composer dump-autoload"
]
},
"support": {
"forum": "http://forum.codeigniter.com/",
"source": "https://github.com/codeigniter4/CodeIgniter4",
"slack": "https://codeigniterchat.slack.com"
}
}