Skip to content

Commit dac12c9

Browse files
committed
Remove dump-autoload in post-update-cmd
1 parent f5545aa commit dac12c9

4 files changed

Lines changed: 4 additions & 12 deletions

File tree

admin/framework/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
},
3030
"scripts": {
3131
"post-update-cmd": [
32-
"@composer dump-autoload",
3332
"CodeIgniter\\ComposerScripts::postUpdate"
3433
],
3534
"test": "phpunit"

admin/module/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
],
2626
"minimum-stability": "dev",
2727
"scripts": {
28-
"post-update-cmd": [
29-
"@composer dump-autoload"
30-
],
3128
"test": "phpunit"
3229
},
3330
"support": {

admin/starter/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@
2525
}
2626
},
2727
"scripts": {
28-
"post-update-cmd": [
29-
"@composer dump-autoload"
30-
],
3128
"test": "phpunit"
3229
},
3330
"support": {

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@
3030
}
3131
},
3232
"autoload-dev": {
33-
"psr-4": {
34-
"Utils\\": "utils"
35-
}
36-
},
33+
"psr-4": {
34+
"Utils\\": "utils"
35+
}
36+
},
3737
"scripts": {
3838
"post-update-cmd": [
39-
"@composer dump-autoload",
4039
"CodeIgniter\\ComposerScripts::postUpdate",
4140
"bash admin/setup.sh"
4241
],

0 commit comments

Comments
 (0)