Skip to content

Commit 9ed0f5e

Browse files
committed
chore: update composer.json for v4.5.3
and run `composer update` with PHP 8.1.
1 parent 2a1eb64 commit 9ed0f5e

File tree

2 files changed

+121
-122
lines changed

2 files changed

+121
-122
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
"minimum-stability": "dev",
3838
"prefer-stable": true,
3939
"autoload": {
40+
"psr-4": {
41+
"App\\": "app/",
42+
"Config\\": "app/Config"
43+
},
4044
"exclude-from-classmap": [
4145
"**/Database/Migrations/**"
4246
]

0 commit comments

Comments
 (0)