Skip to content

Commit 47ed8b3

Browse files
authored
Merge pull request #455 from kenjis/update-composer.json
chore: update composer.json
2 parents 63fd99f + 640ba64 commit 47ed8b3

File tree

3 files changed

+110
-99
lines changed

3 files changed

+110
-99
lines changed

composer.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,18 @@
3232
"psr/container": "^2.0"
3333
},
3434
"require-dev": {
35+
"codeigniter/coding-standard": "1.7.*",
3536
"codeigniter4/devkit": "^1.0",
3637
"phpunit/phpunit": "^9.6",
3738
"tatter/patches": "^2.0"
3839
},
3940
"minimum-stability": "dev",
4041
"prefer-stable": true,
4142
"autoload": {
43+
"psr-4": {
44+
"App\\": "app/",
45+
"Config\\": "app/Config"
46+
},
4247
"exclude-from-classmap": [
4348
"**/Database/Migrations/**"
4449
]
@@ -55,7 +60,10 @@
5560
},
5661
"platform": {
5762
"php": "8.1"
58-
}
63+
},
64+
"optimize-autoloader": true,
65+
"preferred-install": "dist",
66+
"sort-packages": true
5967
},
6068
"scripts": {
6169
"analyze": [

0 commit comments

Comments
 (0)