Skip to content

Commit 688475d

Browse files
committed
[ci skip] Normalize composer.json
1 parent 59b6404 commit 688475d

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

admin/framework/composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
"ext-json": "*",
1212
"ext-mbstring": "*",
1313
"kint-php/kint": "^3.3",
14-
"psr/log": "^1.1",
15-
"laminas/laminas-escaper": "^2.6"
14+
"laminas/laminas-escaper": "^2.6",
15+
"psr/log": "^1.1"
1616
},
1717
"require-dev": {
1818
"codeigniter4/codeigniter4-standard": "^1.0",
1919
"fzaninotto/faker": "^1.9@dev",
2020
"mikey179/vfsstream": "1.6.*",
2121
"phpunit/phpunit": "^8.5",
22-
"squizlabs/php_codesniffer": "^3.3",
23-
"predis/predis": "^1.1"
22+
"predis/predis": "^1.1",
23+
"squizlabs/php_codesniffer": "^3.3"
2424
},
2525
"autoload": {
2626
"psr-4": {
2727
"CodeIgniter\\": "system/"
2828
}
2929
},
3030
"scripts": {
31-
"test": "phpunit",
3231
"post-update-cmd": [
3332
"@composer dump-autoload",
3433
"CodeIgniter\\ComposerScripts::postUpdate"
35-
]
34+
],
35+
"test": "phpunit"
3636
},
3737
"support": {
3838
"forum": "http://forum.codeigniter.com/",

admin/module/composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,32 @@
33
"description": "CodeIgniter4 starter module",
44
"homepage": "https://codeigniter.com",
55
"license": "MIT",
6-
"minimum-stability": "dev",
7-
"repositories": [
8-
{
9-
"type": "vcs",
10-
"url": "https://github.com/codeigniter4/codeigniter4"
11-
}
12-
],
136
"require": {
147
"php": ">=7.2"
158
},
169
"require-dev": {
10+
"codeigniter4/codeigniter4": "dev-develop",
1711
"fzaninotto/faker": "^1.9@dev",
1812
"mikey179/vfsstream": "1.6.*",
19-
"phpunit/phpunit": "^8.5",
20-
"codeigniter4/codeigniter4": "dev-develop"
13+
"phpunit/phpunit": "^8.5"
2114
},
2215
"autoload-dev": {
2316
"psr-4": {
2417
"Tests\\Support\\": "tests/_support"
2518
}
2619
},
20+
"repositories": [
21+
{
22+
"type": "vcs",
23+
"url": "https://github.com/codeigniter4/codeigniter4"
24+
}
25+
],
26+
"minimum-stability": "dev",
2727
"scripts": {
28-
"test": "phpunit",
2928
"post-update-cmd": [
3029
"@composer dump-autoload"
31-
]
30+
],
31+
"test": "phpunit"
3232
},
3333
"support": {
3434
"forum": "http://forum.codeigniter.com/",

admin/starter/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
}
2020
},
2121
"scripts": {
22-
"test": "phpunit",
2322
"post-update-cmd": [
2423
"@composer dump-autoload"
25-
]
24+
],
25+
"test": "phpunit"
2626
},
2727
"support": {
2828
"forum": "http://forum.codeigniter.com/",

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
"ext-json": "*",
1212
"ext-mbstring": "*",
1313
"kint-php/kint": "^3.3",
14-
"psr/log": "^1.1",
15-
"laminas/laminas-escaper": "^2.6"
14+
"laminas/laminas-escaper": "^2.6",
15+
"psr/log": "^1.1"
1616
},
1717
"require-dev": {
1818
"codeigniter4/codeigniter4-standard": "^1.0",
1919
"fzaninotto/faker": "^1.9@dev",
2020
"mikey179/vfsstream": "1.6.*",
2121
"phpunit/phpunit": "^8.5",
22-
"squizlabs/php_codesniffer": "^3.3",
23-
"predis/predis": "^1.1"
22+
"predis/predis": "^1.1",
23+
"squizlabs/php_codesniffer": "^3.3"
2424
},
2525
"autoload": {
2626
"psr-4": {
2727
"CodeIgniter\\": "system/"
2828
}
2929
},
3030
"scripts": {
31-
"test": "phpunit",
3231
"post-update-cmd": [
3332
"@composer dump-autoload",
3433
"CodeIgniter\\ComposerScripts::postUpdate",
3534
"bash admin/setup.sh"
36-
]
35+
],
36+
"test": "phpunit"
3737
},
3838
"support": {
3939
"forum": "http://forum.codeigniter.com/",

0 commit comments

Comments
 (0)