Skip to content

Commit

Permalink
Merge pull request #455 from kenjis/update-composer.json
Browse files Browse the repository at this point in the history
chore: update composer.json
  • Loading branch information
kenjis authored Jul 7, 2024
2 parents 63fd99f + 640ba64 commit 47ed8b3
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 99 deletions.
10 changes: 9 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,18 @@
"psr/container": "^2.0"
},
"require-dev": {
"codeigniter/coding-standard": "1.7.*",
"codeigniter4/devkit": "^1.0",
"phpunit/phpunit": "^9.6",
"tatter/patches": "^2.0"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"App\\": "app/",
"Config\\": "app/Config"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
]
Expand All @@ -55,7 +60,10 @@
},
"platform": {
"php": "8.1"
}
},
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"scripts": {
"analyze": [
Expand Down
Loading

0 comments on commit 47ed8b3

Please sign in to comment.