We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63fd99f + 640ba64 commit 47ed8b3Copy full SHA for 47ed8b3
composer.json
@@ -32,13 +32,18 @@
32
"psr/container": "^2.0"
33
},
34
"require-dev": {
35
+ "codeigniter/coding-standard": "1.7.*",
36
"codeigniter4/devkit": "^1.0",
37
"phpunit/phpunit": "^9.6",
38
"tatter/patches": "^2.0"
39
40
"minimum-stability": "dev",
41
"prefer-stable": true,
42
"autoload": {
43
+ "psr-4": {
44
+ "App\\": "app/",
45
+ "Config\\": "app/Config"
46
+ },
47
"exclude-from-classmap": [
48
"**/Database/Migrations/**"
49
]
@@ -55,7 +60,10 @@
55
60
56
61
"platform": {
57
62
"php": "8.1"
58
- }
63
64
+ "optimize-autoloader": true,
65
+ "preferred-install": "dist",
66
+ "sort-packages": true
59
67
68
"scripts": {
69
"analyze": [
0 commit comments