Skip to content

Commit 59b6404

Browse files
committed
Standardize composer files to tabs
1 parent 5521a97 commit 59b6404

4 files changed

Lines changed: 85 additions & 85 deletions

File tree

admin/framework/composer.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
{
2-
"name": "codeigniter4/framework",
3-
"type": "project",
4-
"description": "The CodeIgniter framework v4",
5-
"homepage": "https://codeigniter.com",
6-
"license": "MIT",
7-
"require": {
8-
"php": ">=7.2",
9-
"ext-curl": "*",
10-
"ext-intl": "*",
11-
"ext-json": "*",
12-
"ext-mbstring": "*",
13-
"kint-php/kint": "^3.3",
14-
"psr/log": "^1.1",
15-
"laminas/laminas-escaper": "^2.6"
16-
},
17-
"require-dev": {
18-
"codeigniter4/codeigniter4-standard": "^1.0",
19-
"fzaninotto/faker": "^1.9@dev",
20-
"mikey179/vfsstream": "1.6.*",
21-
"phpunit/phpunit": "^8.5",
22-
"squizlabs/php_codesniffer": "^3.3",
23-
"predis/predis": "^1.1"
24-
},
25-
"autoload": {
26-
"psr-4": {
27-
"CodeIgniter\\": "system/"
28-
}
29-
},
30-
"scripts": {
2+
"name": "codeigniter4/framework",
3+
"type": "project",
4+
"description": "The CodeIgniter framework v4",
5+
"homepage": "https://codeigniter.com",
6+
"license": "MIT",
7+
"require": {
8+
"php": ">=7.2",
9+
"ext-curl": "*",
10+
"ext-intl": "*",
11+
"ext-json": "*",
12+
"ext-mbstring": "*",
13+
"kint-php/kint": "^3.3",
14+
"psr/log": "^1.1",
15+
"laminas/laminas-escaper": "^2.6"
16+
},
17+
"require-dev": {
18+
"codeigniter4/codeigniter4-standard": "^1.0",
19+
"fzaninotto/faker": "^1.9@dev",
20+
"mikey179/vfsstream": "1.6.*",
21+
"phpunit/phpunit": "^8.5",
22+
"squizlabs/php_codesniffer": "^3.3",
23+
"predis/predis": "^1.1"
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"CodeIgniter\\": "system/"
28+
}
29+
},
30+
"scripts": {
3131
"test": "phpunit",
32-
"post-update-cmd": [
33-
"@composer dump-autoload",
34-
"CodeIgniter\\ComposerScripts::postUpdate"
35-
]
36-
},
37-
"support": {
38-
"forum": "http://forum.codeigniter.com/",
39-
"source": "https://github.com/codeigniter4/CodeIgniter4",
40-
"slack": "https://codeigniterchat.slack.com"
41-
}
32+
"post-update-cmd": [
33+
"@composer dump-autoload",
34+
"CodeIgniter\\ComposerScripts::postUpdate"
35+
]
36+
},
37+
"support": {
38+
"forum": "http://forum.codeigniter.com/",
39+
"source": "https://github.com/codeigniter4/CodeIgniter4",
40+
"slack": "https://codeigniterchat.slack.com"
41+
}
4242
}

admin/module/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"php": ">=7.2"
1515
},
1616
"require-dev": {
17-
"fzaninotto/faker": "^1.9@dev",
18-
"mikey179/vfsstream": "1.6.*",
19-
"phpunit/phpunit": "^8.5",
17+
"fzaninotto/faker": "^1.9@dev",
18+
"mikey179/vfsstream": "1.6.*",
19+
"phpunit/phpunit": "^8.5",
2020
"codeigniter4/codeigniter4": "dev-develop"
2121
},
2222
"autoload-dev": {

admin/starter/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"codeigniter4/framework": "^4"
1010
},
1111
"require-dev": {
12-
"fzaninotto/faker": "^1.9@dev",
13-
"mikey179/vfsstream": "1.6.*",
14-
"phpunit/phpunit": "^8.5"
12+
"fzaninotto/faker": "^1.9@dev",
13+
"mikey179/vfsstream": "1.6.*",
14+
"phpunit/phpunit": "^8.5"
1515
},
1616
"autoload-dev": {
1717
"psr-4": {

composer.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "codeigniter4/codeigniter4",
3-
"type": "project",
4-
"description": "The CodeIgniter framework v4",
5-
"homepage": "https://codeigniter.com",
6-
"license": "MIT",
7-
"require": {
8-
"php": ">=7.2",
9-
"ext-curl": "*",
10-
"ext-intl": "*",
11-
"ext-json": "*",
12-
"ext-mbstring": "*",
13-
"kint-php/kint": "^3.3",
14-
"psr/log": "^1.1",
15-
"laminas/laminas-escaper": "^2.6"
16-
},
17-
"require-dev": {
18-
"codeigniter4/codeigniter4-standard": "^1.0",
19-
"fzaninotto/faker": "^1.9@dev",
20-
"mikey179/vfsstream": "1.6.*",
21-
"phpunit/phpunit": "^8.5",
22-
"squizlabs/php_codesniffer": "^3.3",
23-
"predis/predis": "^1.1"
24-
},
25-
"autoload": {
26-
"psr-4": {
27-
"CodeIgniter\\": "system/"
28-
}
29-
},
30-
"scripts": {
2+
"name": "codeigniter4/codeigniter4",
3+
"type": "project",
4+
"description": "The CodeIgniter framework v4",
5+
"homepage": "https://codeigniter.com",
6+
"license": "MIT",
7+
"require": {
8+
"php": ">=7.2",
9+
"ext-curl": "*",
10+
"ext-intl": "*",
11+
"ext-json": "*",
12+
"ext-mbstring": "*",
13+
"kint-php/kint": "^3.3",
14+
"psr/log": "^1.1",
15+
"laminas/laminas-escaper": "^2.6"
16+
},
17+
"require-dev": {
18+
"codeigniter4/codeigniter4-standard": "^1.0",
19+
"fzaninotto/faker": "^1.9@dev",
20+
"mikey179/vfsstream": "1.6.*",
21+
"phpunit/phpunit": "^8.5",
22+
"squizlabs/php_codesniffer": "^3.3",
23+
"predis/predis": "^1.1"
24+
},
25+
"autoload": {
26+
"psr-4": {
27+
"CodeIgniter\\": "system/"
28+
}
29+
},
30+
"scripts": {
3131
"test": "phpunit",
32-
"post-update-cmd": [
33-
"@composer dump-autoload",
34-
"CodeIgniter\\ComposerScripts::postUpdate",
35-
"bash admin/setup.sh"
36-
]
37-
},
38-
"support": {
39-
"forum": "http://forum.codeigniter.com/",
40-
"source": "https://github.com/codeigniter4/CodeIgniter4",
41-
"slack": "https://codeigniterchat.slack.com"
42-
}
32+
"post-update-cmd": [
33+
"@composer dump-autoload",
34+
"CodeIgniter\\ComposerScripts::postUpdate",
35+
"bash admin/setup.sh"
36+
]
37+
},
38+
"support": {
39+
"forum": "http://forum.codeigniter.com/",
40+
"source": "https://github.com/codeigniter4/CodeIgniter4",
41+
"slack": "https://codeigniterchat.slack.com"
42+
}
4343
}

0 commit comments

Comments
 (0)