-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1017 Bytes
/
Copy pathcomposer.json
File metadata and controls
37 lines (37 loc) · 1017 Bytes
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
{
"description": "The CodeIgniter framework",
"name": "codeigniter/framework",
"type": "project",
"homepage": "https://codeigniter.com",
"license": "MIT",
"support": {
"forum": "http://forum.codeigniter.com/",
"wiki": "https://github.com/bcit-ci/CodeIgniter/wiki",
"irc": "irc://irc.freenode.net/codeigniter",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"require": {
"php": ">=5.2.4",
"symfony/var-dumper": "^3.2",
"codeception/codeception": "^2.2",
"symfony/console": "^3.2",
"robmorgan/phinx": "^0.8.0",
"kenjis/codeigniter-ss-twig": "^0.2.1",
"rappasoft/laravel-helpers": "dev-master"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*",
"squizlabs/php_codesniffer": "^2.8",
"kenjis/ci-phpunit-test": "^0.14.0"
},
"autoload": {
"psr-4": {
"Application\\": "",
"Application\\Commands\\" : "application/commands/",
"Application\\Enums\\" : "application/enums/"
}
}
}