Skip to content

Commit 8663116

Browse files
committed
Normalize composer.json
1 parent cf22f6d commit 8663116

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

composer.json

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
{
22
"name": "codeigniter/coding-standard",
3-
"type": "library",
4-
"keywords": [ "phpcs", "static analysis" ],
53
"description": "Official Coding Standards for CodeIgniter based on PHP CS Fixer",
64
"license": "MIT",
5+
"type": "library",
6+
"keywords": [
7+
"phpcs",
8+
"static analysis"
9+
],
710
"authors": [
811
{
912
"name": "John Paul E. Balandan, CPA",
1013
"email": "[email protected]"
1114
}
1215
],
16+
"support": {
17+
"forum": "http://forum.codeigniter.com/",
18+
"source": "https://github.com/CodeIgniter/coding-standard",
19+
"slack": "https://codeigniterchat.slack.com"
20+
},
1321
"require": {
1422
"php": "^7.4 || ^8.0",
1523
"ext-tokenizer": "*",
@@ -21,11 +29,8 @@
2129
"phpstan/phpstan": "^1.0",
2230
"phpunit/phpunit": "^9.5"
2331
},
24-
"config": {
25-
"optimize-autoloader": true,
26-
"preferred-install": "dist",
27-
"sort-packages": true
28-
},
32+
"minimum-stability": "dev",
33+
"prefer-stable": true,
2934
"autoload": {
3035
"psr-4": {
3136
"CodeIgniter\\CodingStandard\\": "src/"
@@ -36,11 +41,9 @@
3641
"CodeIgniter\\CodingStandard\\Tests\\": "tests/"
3742
}
3843
},
39-
"minimum-stability": "dev",
40-
"prefer-stable": true,
41-
"support": {
42-
"forum": "http://forum.codeigniter.com/",
43-
"source": "https://github.com/CodeIgniter/coding-standard",
44-
"slack": "https://codeigniterchat.slack.com"
44+
"config": {
45+
"optimize-autoloader": true,
46+
"preferred-install": "dist",
47+
"sort-packages": true
4548
}
4649
}

0 commit comments

Comments
 (0)