-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
executable file
·44 lines (42 loc) · 1.11 KB
/
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
38
39
40
41
42
43
44
{
"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",
"slack": "https://codeigniterchat.slack.com",
"source": "https://github.com/bcit-ci/CodeIgniter"
},
"config": {
"vendor-dir": "application/vendor"
},
"repositories": [
{
"type": "package",
"package": {
"name": "splessons/nextscripts",
"version": "0.1.0",
"type": "package",
"source": {
"url": "https://gitlab+deploy-token-612:mbZ9HcTzJoqaE_ZbJqTG@gitlab.com/itoolsinfo/splessons/nextscripts.git",
"type": "git",
"reference": "master"
}
}
}
],
"require": {
"studio-42/elfinder": "2.1.x@dev",
"splessons/nextscripts": "*"
},
"suggest": {
"paragonie/random_compat": "Provides better randomness in PHP 5.x"
},
"require-dev": {
"mikey179/vfsStream": "1.1.*",
"phpunit/phpunit": "4.* || 5.*"
}
}