-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 979 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
{
"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",
"tan5en5/codeigniter-debugbar": "dev-master",
"compwright/codeigniter-installers": "*",
"maximebf/debugbar": ">=1.0.0",
"filp/whoops": "^2.1",
"twig/twig": "^2.0",
"mpdf/mpdf": "^8.0",
"phpoffice/phpspreadsheet": "^1.23",
"workerman/phpsocket.io": "^1.1",
"ashiina/socket.io-emitter": "^0.8.0",
"symfony/http-client": "^5.4",
"elephantio/elephant.io": "^3",
"workerman/phpsocket.io-emitter": "^1.0"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"rector/rector": "^0.14.7"
}
}